OpenStreetMap (OSM) is known for being an open source project that allows people to browse the world map and to plan routes. However it is more than that. Among others it provides a read-only API that allows users to query for very diverse map data: Overpass API Data structure of OSM To understand the structure… Continue reading OpenStreetMap, Overpass API and Python
Judith Vockenroth
Software developer and Pythonista. In my free time I enjoy diverse activities like singing in my choir, playing Softball, sewing clothes and being silly with my friends. If possible I do all this at the same time.
To the detriment of my coworkers I tell a lot of self-made bad jokes.
Build a route planner for maps using Python
By Judith Vockenroth on 7 March 2024
In this article I use the metric system, where 1 meter = 3.28 feet. I also talk about highways. Here I use the definition in British English, where highway refers to any path with a public right of access. We are all familiar with the existence of route planners like google maps or OpenStreetMaps (OSM),… Continue reading Build a route planner for maps using Python