OpenStreetMap Software Projects
I’ve been contributing to OpenStreetMap for a few years now. Basically it’s a map that anyone can edit: Wikipedia for maps.
I maintain a few software projects related to OpenStreetMap:
- openaedmap-frontend:
- frontend of OpenAEDMap project
- it’s a worldwide map of automated external defibrillators
- data comes from OpenStreetMap
- users can add new AEDs directly on our website
- osm-wtp
- hosted at https://starsep.com/osm-wtp/
- compares public transport data from Warsaw Transport Authority with OpenStreetMap
- it’s a tool for finding errors and missing data in public transport data
- more details in this blog post (only in Polish)
- NextbikeOSM, RooveeOSM, and MevoOSM
- tools for comparing bike-sharing data with OpenStreetMap: Nextbike, Roovee, and Mevo respectively
- forked from javnik36/NextbikeOSM
- hosted at https://starsep.com/NextbikeOSM/, https://starsep.com/RooveeOSM/, and https://starsep.com/MevoOSM/
- planned to be merged into one tool - they share a lot of code
- StreetCompleteStats
- tool for generating statistics for quest for StreetComplete - mobile editor for OpenStreetMap
- currently used only for cities in Poland
- hosted at https://starsep.com/StreetCompleteStats/
- mapaUMWarszawa2GeoJSON
- hosted at https://starsep.com/mapaUMWarszawa2GeoJSON/
- converts data from mapa.um.warszawa.pl to GeoJSON
- can compare data with OpenStreetMap and remove possible duplicates by distance
- Warszawskie dane rowerowe
- data provided by the city of Warsaw about cycling infrastructure
- script for comparing data with OpenStreetMap
- gtfs-tczew
- tool for generating public transportation data in Tczew to GTFS format
- compares data with OpenStreetMap
All these projects are open-source. Most of them are static websites regularly re-generated with scripts.