pgRouting / osm2pgrouting

Import tool for OpenStreetMap data to pgRouting database
https://pgrouting.org
GNU General Public License v2.0
291 stars 111 forks source link

Osm data to be used while developing #44

Closed cvvergara closed 7 years ago

cvvergara commented 9 years ago

I would like to use the area that workshop use. Mainly because workshop is based on that information, and the integrity of the workshop should remain intact. Incremental insertions can be tested by inserting smaller bounding boxes of the workshop data.

@dkastl The bounding box defined here: http://workshop.pgrouting.org/chapters/installation.html#data Doesn't correspond to the data that has the pgrouting-workshop repository when using: sudo apt-get install pgrouting-workshop

dkastl commented 9 years ago

The workshop data usually gets updated with every FOSS4G. So next time I t should be Seoul.

cvvergara commented 9 years ago

So, for the moment, for short/fast file to be processed, lets use BBOX="-122.8,45.4,-122.5,45.6" wget --progress=dot:mega -O "sampledata.osm" "http://www.overpass-api.de/api/xapi?*[bbox=${BBOX}][@meta]" But lets think of it like if it is all Europe, that is, process it like if it was a big file, that way when we test on a big file like Germany or a mounster file like Europe the transition is smooth.

cvvergara commented 7 years ago

I will close this issue as it was used for GSoC developing 2 years ago