Return the vertices of every path and polygon as a tidy dataframe.
Reached as annotation_set.io.to_vertices.
Parameters
Parameter
Description
annotations
The set to read.
Examples
import pandas as pdimport dascore as dcframe = pd.DataFrame( {"group": ["event"], "distance_start": [10.0], "distance_end": [80.0]})annotations = dc.AnnotationSet(frame, dims=("time", "distance"))annotations.io.to_vertices().empty # a region states no vertices