| Crates.io | geoarrow-schema |
| lib.rs | geoarrow-schema |
| version | 0.7.0 |
| created_at | 2025-05-14 18:09:57.437566+00 |
| updated_at | 2026-01-05 04:01:30.096694+00 |
| description | GeoArrow geometry type and metadata definitions. |
| homepage | |
| repository | https://github.com/geoarrow/geoarrow-rs |
| max_upload_size | |
| id | 1673779 |
| size | 123,925 |
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.