Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rust osmptparser #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ Inspired by [Awesome Python](https://github.com/vinta/awesome-python).
### Rust
- [Hecate](https://github.com/mapbox/Hecate) - Fast Geospatial Feature Storage API.
- [Martin](https://github.com/urbica/martin) - Martin is a PostGIS vector tiles server suitable for large databases. Martin is written in Rust using Actix web framework.
- [osmptparser](https://github.com/cualbondi/osmptparser) - Open Street Map Public Transport Parser. It merges complicated public transport relations into linestrings.
- [rust-gdal](https://github.com/georust/rust-gdal) - Rust bindings for GDAL.
- [rust-geo](https://github.com/georust/rust-geo) - Geospatial primitives and algorithms for Rust.
- [rust-geocoding](https://github.com/georust/rust-geocoding) - Geocoding library for Rust.
Expand Down