Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Osm data to be used while developing #44

Closed
cvvergara opened this issue Apr 29, 2015 · 3 comments
Closed

Osm data to be used while developing #44

cvvergara opened this issue Apr 29, 2015 · 3 comments

Comments

@cvvergara
Copy link
Member

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
Copy link
Member

dkastl commented Apr 30, 2015

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

@cvvergara
Copy link
Member Author

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants