edgi-govdata-archiving / ECHO-by-Zip-Code

A Jupyter Notebook-based exploration of emissions permits, compliance, and enforcement designed for localization by zip code
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-by-Zip-Code/blob/main/echo-by-zip.ipynb
GNU General Public License v3.0
1 stars 2 forks source link

Make ECHO notebook runnable online #4

Closed Frijol closed 4 years ago

Frijol commented 4 years ago

Draws data from https://github.com/edgi-govdata-archiving/echo-data and runs the notebook at https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-by-Zip-Code/blob/master/echo-by-zip.ipynb so anybody can run the notebook without installing Python, Jupyter, etc. or downloading the dataset.

Resolves https://github.com/edgi-govdata-archiving/ECHO-by-Zip-Code/issues/2 and https://github.com/edgi-govdata-archiving/ECHO-by-Zip-Code/issues/1

Caveat is that it might take a really long time and probably won't work well if we want lots of people to run it at once (my understanding is that Github bandwidth-limits large file storage).