Module org.jgrapht.osm


module org.jgrapht.osm
OpenStreetMap road-graph integration for JGraphT.

Builds Graph<Integer, ...> instances from Geofabrik free-tier OSM extracts, either by preprocessing a GPKG into edge / node CSVs or by loading a previously preprocessed pair of CSVs directly into a target graph. Pairs with the bundled HaversineHeuristic for A* heuristics over geographic graphs.

Since:
1.6.0