| Crates.io | geoarrow-schema |
| lib.rs | geoarrow-schema |
| version | 0.5.0 |
| created_at | 2025-05-14 18:09:57.437566+00 |
| updated_at | 2025-08-07 20:48:21.736254+00 |
| description | GeoArrow geometry type and metadata definitions. |
| homepage | |
| repository | https://github.com/geoarrow/geoarrow-rs |
| max_upload_size | |
| id | 1673779 |
| size | 119,835 |
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.