Path

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

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

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