I have downloaded a .osm.pbf
file from https://download.geofabrik.de/europe.html and
need to convert the data (streets etc) to Graphs so I can calculate routes. I believe these files already work with Nodes, but have trouble reading the data.
I tried using https://www.osmsharp.com/ but don't really understand the software.
Can someone give me links to a proper library or give me a few tips in how to access the data from the OSM. Some pseudo / example code is fine as well.