Julián Perelli    Projects    Blog    Talks

osmptparser

A tool to parse and autofix public transportation information from openstreetmap data. It tries to fix broken data whenever possible. It’s made in Rust so it’s really really fast.

All the information about this project is actually in this post here. And the source code is here

The library is published in a rust crate here

Also I made a python package to use it in the backend of cualbondi (that uses django). The python package was made using pyo3. The source code is here, and it’s published in pypi here.