geoarrow-schema 0.6.2

GeoArrow geometry type and metadata definitions.
Documentation
1
2
3
4
5
6
7
8
9
10
# geoarrow-schema

GeoArrow geometry type and metadata definitions.

All geometry type definitions, such as [`PointType`], [`GeometryType`], or
[`WkbType`] implement the upstream
[`ExtensionType`][arrow_schema::extension::ExtensionType] trait.

Instances of type definitions are included within the variants on the
[`GeoArrowType`] enum.