geoserde 0.3.0

serializer and deserislizer for geospatial data
Documentation

GeoSerde

| crates.io | docs.rs | github |

Serializer and deserializer for geospatial data.

GeoSerde can be used as an adapter between Serde and GeoZero.

Serde GeoSerde GeoZero
Serialize --> FeatureSerializer --> FeatureProcessor
Deserialize <-- FeatureDeserializer <-- GeozeroDatasource

Under development

The serializer currently only supports Point, Line, LineString or Polygon.

Deserializer is not yet implemented.

Getting started

Add the dependency.

cargo add geoserde

Cargo features

  • geozero - Implements sink traits for geozero processors. Enabled by default.

License

MIT license