Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 910 Bytes

File metadata and controls

43 lines (24 loc) · 910 Bytes

RideShare

Build Status

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.

Tech

  • Osmosis - Java application for processing OSM data.

Run Locally

Clone the project

  git clone https://github.com/kfiree/osm_processing.git 

Go to the project directory

  cd osm_processing

Install dependencies

  mvn clean # always good to clean before install
  mvn install

Enjoy!