NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I need to parse osm xml into PostgreSQL - there are a lot of tools to do that - I want to know which tool is best when I want to create a routing engine using the PostgreSQL database?

THANKS

EDIT: Using Windows - also by best I mean something that's relatively easy to use - I'm really new to this.

asked 21 Nov '14, 01:16

echoalphapapa's gravatar image

echoalphapapa
417812
accept rate: 0%

edited 21 Nov '14, 02:19


That depends on what routing engine you're using, but assuming it's pgrouting, look at osm2pgrouting and osm2po. osm2po is a Java application and much more likely to run satisfactorily on Windows, though it's closed source (if that's important to you).

permanent link

answered 21 Nov '14, 11:55

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

@echoalphapapa

if you want to try other opensource routing frameworks, type "routing" in the search box of this FAQ site.

(21 Nov '14, 15:45) stephan75

@Richard actually the point of the project I'm working is to build my own routing engine. Right now I'm just look at ways to parse the data into a PostgreSQL database and then build my routing engine.

(21 Nov '14, 16:59) echoalphapapa
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×165
×84
×19

question asked: 21 Nov '14, 01:16

question was seen: 4,410 times

last updated: 21 Nov '14, 16:59

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum