Skip to content

Types

geoarrow.rust.core.types

CRSInput module-attribute

CRSInput = Union[CRS, str, dict, int]

Acceptable input for the CRS parameter.

CoordTypeT module-attribute

CoordTypeT = Literal['interleaved', 'separated']

Acceptable coord_type strings.

DimensionT module-attribute

DimensionT = Literal['XY', 'XYZ', 'xy', 'xyz']

Acceptable dimension strings.