Skip to content

kfiree/osm_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

OSM (pbf) file to graph converter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages