Java application for processing Open Street Map data.
The application convert OSM files to road-map Graph class while keep the data structure simplify and fully connected.
It get achieved by removing data that irrelevant to the road map and while keeping the graph fully connected and ready for navigation algorithms.
Author Kfir Ettinger.
- Osmosis - Java application for processing OSM data.
Clone the project
git clone https://github.com/kfiree/osm_processing.git Go to the project directory
cd osm_processingInstall dependencies
mvn clean # always good to clean before install
mvn installEnjoy!