Code Monkey home page Code Monkey logo

idp's Introduction

Itinero Data Processor

IDP is a simple tool that exposes some of Itinero's functionality to act as a CLI tool to process routing data.

Basic supported features are:

  • Reading OSM-XML (.osm).
  • Reading OSM-PBF (.osm.pbf).
  • Creating routing databases for Itinero.

Everything IDP can, you can also do by writing code and using OsmSharp and Itinero but this tool allows you to setup regular update processes for example.

Usage

You can download the latest builds here:

http://files.itinero.tech/builds/idp/

A few examples

Build a RouterDb for cars:

idp --read-pbf path/to/some-file.osm.pbf --pr --create-routerdb vehicles=car --write-routerdb some-file.routerdb

  • read-pbf: reads an OSM-PBF file.
  • pr: shows progress information.
  • create-routerdb: creates a routerdb in this case only for cars.
  • write-router: writes the routerdb to disk.

Build a RouterDb for pedestrians and bicycle and add a contracted graph for both:

idp --read-pbf path/to/some-file.osm.pbf --pr --create-routerdb vehicles=bicycle,pedestrian --contract bicycle --contract pedestrian --write-routerdb some-file.routerdb

Adding elevation from SRTM can be done using:

idp --read-pbf path/to/some-file.osm.pbf --pr --create-routerdb vehicles=bicycle --elevation --write-routerdb some-file.routerdb

  • contract: adds a contracted version of the routing graph to the routerdb.

Related projects

  • routing: The core routing project, used by all other projects.
  • idp: The data processing project, a CLI tool to process data into routerdb's.
  • routing-api: A routing server that can load routerdb's and accept routing requests over HTTP.

idp's People

Contributors

pietervdvn avatar xivk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.