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

tutorial data #40

Closed
gregmacfarlane opened this issue May 5, 2015 · 4 comments
Closed

tutorial data #40

gregmacfarlane opened this issue May 5, 2015 · 4 comments

Comments

@gregmacfarlane
Copy link

I'm trying to follow the tutorial in tutorial.rst, I can't find the example data called in

store = pd.HDFStore("data/osm_bayarea.h5", "r")

anywhere in the repository. In fact, the only place I can find this file is at the MTC website, but it appears to be behind a login wall.

Are you able to distribute this dataset? If not, is there a different hdf5 dataset that I should try out?

@fscottfoti
Copy link
Contributor

Totally fine to share as it just came from OpenStreetMap. I'll put it on our Dropbox acct for now.

https://www.dropbox.com/s/cycq0v6afckb1w1/osm_bayarea.h5?dl=0

Let me know if you have any trouble!

@gregmacfarlane
Copy link
Author

Great, thank you.

@fillipefeitosa
Copy link
Contributor

@fscottfoti
Is it possible to make this file available again?

thanks for your time!

@fscottfoti
Copy link
Contributor

The best way to get a network now is just a simple call:

from pandana.loaders import osm
network = osm.pdna_network_from_bbox(37.859, -122.282, 37.881, -122.252)

https://udst.github.io/pandana/loaders.html#openstreetmap

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

No branches or pull requests

3 participants