py_geo_interface

Crates.iopy_geo_interface
lib.rspy_geo_interface
version0.8.0
sourcesrc
created_at2022-04-24 10:06:50.637104
updated_at2024-04-19 14:10:29.815158
descriptionExchange vector geometries between Rust and Python using pyo3 and Pythons __geo_interface__ protocol.
homepagehttps://github.com/nmandery/py_geo_interface
repositoryhttps://github.com/nmandery/py_geo_interface
max_upload_size
id573036
size64,180
Nico Mandery (nmandery)

documentation

README

py_geo_interface

Latest Version Documentation ci dependency status

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, ... . While this protocol also defines Features and FeatureCollections, this library so far only focuses on the Geometry type, as this one can be directly mapped to the types of the geo-types crate.

For usage examples see the documentation.

Changelog

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Commit count: 44

cargo fmt