Exchange vector geometries between Rust and Python using pyo3 and Pythons __geo_interface__
protocol.
The __geo_interface__
protocol is implemented by most popular geospatial python modules like shapely
, geojson
, geopandas
, ....
For usage examples see the documentation.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.