From ea25e91c550012d87374600addedf820b4847cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Perelli?= Date: Tue, 30 Apr 2024 19:02:58 +0200 Subject: [PATCH] Add rust osmptparser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8178b8b..909ee8f 100755 --- a/README.md +++ b/README.md @@ -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.