Crate geozero

source ·
Expand description

Zero-Copy reading and writing of geospatial data.

GeoZero defines an API for reading geospatial data formats without an intermediate representation. It defines traits which can be implemented to read and convert to an arbitrary format or render geometries directly.

Supported geometry types:

Supported dimensions: X, Y, Z, M, T

Available implementations:

§Format conversion overview

Modules§

  • CSV conversions.
  • Error and Result types.
  • GDAL conversions.
  • geo-types conversions.
  • GeoJSON conversions.
  • GEOS conversions.
  • Geopackage geometry type encoding/decoding.
  • MVT conversions.
  • PostGIS geometry type encoding/decoding.
  • SVG conversions.
  • Well-Known Binary (WKB) conversions.
  • Well-Known Text (WKT) conversions.

Macros§

Structs§

Enums§

Traits§