vortexasdk.api.geography
BoundingBox
BoundingBox(
*, type: typing.Optional[str],
coordinates: typing.Optional[typing.List[typing.Tuple[float, float]]])
Polygon with list of bounding lon lat coords.
model_config
Geography
Geography(
*, id: str, name: typing.Optional[str], ref_type: typing.Optional[str],
leaf: typing.Optional[bool], parent:
typing.Optional[typing.List[vortexasdk.api.shared_types.IDNameLayer]],
layer: typing.List[str], exclusion_rule:
typing.Optional[typing.List[vortexasdk.api.shared_types.IDNameLayer]],
hierarchy:
typing.Optional[typing.List[vortexasdk.api.shared_types.IDLayer]],
pos: typing.Optional[typing.List[float]])
Represent a Geography reference record returned by the API.
model_config
GeographyEntity
GeographyEntity(*, id: str, probability: typing.Optional[float],
source: typing.Optional[str],
layer: typing.Optional[str],
label: typing.Optional[str])
Represents a hierarchy tree of locational data.
Geography Entities Further Documentation