pysal / scipy2019-intermediate-gds

This is the Intermediate Data Science Workshop for the 2019 Scientific Python conference in Austin, TX.
https://www.scipy2019.scipy.org/tutorial/Intermediate-Methods-for-Geospatial-Data-Analysis
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

countries shapefile missing. #8

Closed pyAstroDude closed 5 years ago

pyAstroDude commented 5 years ago

Hi Guys, First of all, do we have a slack channel for this tutorial. I did not find one but that could be just a mistake on my part. If there is one then please let me know and I can take this discussion over there. Thx.

Now for the issue: I cloned the tutorial material and made sure all the required packages were installed. Then when I ran the check_environment.py, I got an error saying "Couldn't read countries shapefile.". When I look in the data directory, I see that it does not contain ne_110m_admin_0_countries.zip file. Is that an oversight?

ljwolf commented 5 years ago

Hey, sorry, yes it is. We need to change that to a different dataset.

ljwolf commented 5 years ago

This should be resolved now. Let us know if it's not!