Path

class of dascore.core.annotations
inherits from: dascore.core.annotations._AnnotationModel, RichRepr, DascoreBaseModel, pydantic.main.BaseModel
source

Path(
    object_type: Literal[‘Path’] = Path,
    vertices: tuple[collections.abc.Mapping[str, tuple[Any, …]], …] ,
    basis: Line | Moveout | None = None,
)-> None

An open sequence of vertices, e.g. a vehicle track.

vertices holds one mapping of dimension to ordered coordinates per part; a single-part path holds one.