News

A program that loads in OSM Data from files, and constructs a Graph data structure using JGraphT. The data is pulled and parsed from OSM data files that are generated from larger OSM files using the ...
BasicOSMParser is a collection of Java classes allowing to parse raw OSM XML files. Then you are able to manipulate those Java objects in your program. You can also export data as CSV files. This ...