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

Updating mapping global earthquakes project #134

Open
ehmatthes opened this issue Dec 29, 2015 · 1 comment
Open

Updating mapping global earthquakes project #134

ehmatthes opened this issue Dec 29, 2015 · 1 comment

Comments

@ehmatthes
Copy link
Owner

ehmatthes commented Dec 29, 2015

I've received two requests for updates via email:

  • update for Windows
  • I followed along and was able to implement on my side. I then tried to do something similar for New York City, but the basemap that was drawn looked off (i.e. Manhattan wasn't really there). So I found a shapefile of NYC boroughs online and thought I would just be able to plot/visualize the shapefile and then plot lat, long points on top of it like in your tutorial, however it wasn't so simple. I kept getting errors about the shapefile and based on the research online, it seemed I needed to save the shapefile in a different format. I followed this tutorial and seemed to save the file into the appropriate NAD 83/ UTMZone 18 N (NY/LongIsland EPSG 26918) projection.
  • However when trying to re-import the file in python I would still get the same error. So I found another format for the "shapefile" in geojson format and was wondering if you might be able to point me in the right direction with respect to a tutorial on how I might:
    a) visualize the geojson file as a map in python and then
    b) plot lat, long points on top of it.
@ehmatthes
Copy link
Owner Author

Some of these libraries have evolved, so there's a lot that can be done in revisiting this project. In particular, I think the installation can be simplified. Installation of common visualization packages should be moved to separate notebooks, so every project that uses them doesn't need to cover installation.

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

1 participant