geozero-core 0.6.0

Zero-Copy reading and writing of geospatial data.
docs.rs failed to build geozero-core-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: geozero-core-0.6.2

GeoZero Core

Collection of GeoZero processors for zero-copy reading and writing of geospatial data.

Changelog

GeoZero API implementations

  • GeoJSON Reader + Writer
  • GEOS Reader + Writer
  • GDAL geometry Reader + Writer
  • WKB Reader supporting
  • WKT Writer
  • SVG Writer
  • geo-types Writer

Build Features

  • gdal-lib: Include GEOS processing
  • geos-lib: Include GDAL processing
  • gpkg: Include GeoPackage implementation for SQLx
  • postgis-sqlx: Include PostGIS implementation for SQLx
  • postgis-postgres: Include PostGIS implementation for rust-postgres