I want to implement the direction of travel in Python using something like Djikstra's shortest path. The algorithm requires the presentation of data in the structure of the graph. However, the source GIS data (for example, form files or OpenStreetMap data , however, present their data in different ways. So I was wondering if there is any Python library that can convert GIS data to the chart structure?
In Java, I found that GeoTools has what I described . Is there a similar library in Python?
source
share