edgi-govdata-archiving / ECHO-COVID19

Jupyter Notebook for tracking the effects of EPA's non-enforcement policy
https://colab.research.google.com/github/edgi-govdata-archiving/ECHO-COVID19/blob/main/ECHO-COVID19.ipynb
GNU General Public License v3.0
1 stars 1 forks source link

updates `mapper` to use `FastMarkerCluster` plugin #34

Closed ericnost closed 4 years ago

ericnost commented 4 years ago

Fixes #33

Updates the mapper function in utilities.py to use folium's FastMarkerCluster plugin. This ensures that all markers get on the map, one way or another. They only load fully at zoom level 9 (this parameter is adjustable).

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

ericnost commented 4 years ago

Hi @maalvikabhat - would you be able to check out this pull request and confirm that things look good? This would be a good way for you to get to know our COVID notebook, as well as to see some ways of incorporating better mapping techniques into the main Cross-Program notebook.

cc: @shansen5

maalvikabhat commented 4 years ago

On it!