-
Notifications
You must be signed in to change notification settings - Fork 590
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
Add geospatial tutorial notebook. #1991
Conversation
|
@ian-r-rose sorry for the delay .. I started to review this. thanks for working on that. |
|
@ian-r-rose sorry for the delay. it looks nice! it uses a non public database connection for this, right? @jreback @scottcode any thought about this? |
|
Cool-looking tutorial, @ian-r-rose! It looks like the data is downloadable from the geofabrik link in the notebook. But from the notebook's comments alone, it's still a little unclear to me how to load the data. @ian-r-rose, could you add more instructions in the notebook about how to download, transform (if necessary) and load the data in order to go through the tutorial? The data set seems rather large (~600MB). That might make testing or trying it out a little harder. Is there an even smaller extract that could be used? |
|
Thanks for the review @scottcode. Yes, the data is large-ish, certainly too big to be included in the repo. I could add some content for how to load it. If memory serves, it takes a few minutes with Another option for this would be to include a link to something like this demo, which is packaged as a live binder. It uses smaller data, but is a bit less focused on ibis. |
|
I've updated this to include instructions for setting up a demonstration database and loading the OSM extract into it. It does take some time, as the dataset is not small, but I don't think it's too outlandish. |
40c387a
to
be02433
Compare
|
Rebased |
|
thanks @ian-r-rose |
This adds a demo/tutorial notebook for some of the geospatial stuff that @xmnlab and I have worked on in #1666, #1958, #1786, #1925, #1987