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

It's been few weeks since i'm searching for a proper way to extract data from OSM. For the most part, i wanna work with data like big roads and restriction in order to do some path finding.

Currently, i'm using Postgis, Qgis for the database and the visualisation and i'm extracting data from geofabrik and overpass turbo. Geofabrik is being used thanks its big area that it offers and I did add restrictions column in by DB from overpass because i didn't find any in the shapefile uploaded by geofrabrik. Am I missing something with restriction in geofrabik ? If not, since the area should constantly change, I'd like a tool which can in one hand download huge area and in the other hand give be those restrictions so i don't have to merge data from geofrabrik and overpass.

• JOSM can't load a big enough area

• Mercaartor too

Thanks for your help !

asked 19 Apr '18, 14:47

StillSomebodyElse's gravatar image

StillSomebod...
21112
accept rate: 0%

What format do you want the restrictions in? Raw OSM relations, or ...?

(19 Apr '18, 15:08) Frederik Ramm ♦

I want the restriction to be in my data base. As a shapefile would be great (I hope I have answered correctly)

(19 Apr '18, 15:47) StillSomebod...

But currently you have fetched the restriction from Overpass and then how did you get it into your database?

(19 Apr '18, 15:57) Frederik Ramm ♦

With a python file that i wrote. It read Json from overpass, test if it's in the DB and if so it insert in a table

(19 Apr '18, 16:04) StillSomebod...

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:

×213
×23

question asked: 19 Apr '18, 14:47

question was seen: 860 times

last updated: 19 Apr '18, 16:04

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