https://github.com/uchencho/folium-visualization
This notebook, which is for educational purposes, shows a heat map of infected south Koreans and where they visited on a map
https://github.com/uchencho/folium-visualization
Last synced: 3 months ago
JSON representation
This notebook, which is for educational purposes, shows a heat map of infected south Koreans and where they visited on a map
- Host: GitHub
- URL: https://github.com/uchencho/folium-visualization
- Owner: Uchencho
- Created: 2020-03-04T13:18:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T06:24:13.000Z (about 5 years ago)
- Last Synced: 2025-01-02T19:52:37.506Z (5 months ago)
- Language: Jupyter Notebook
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folium-Visualization
This notebook, which is for educational purposes, shows a heat map of where south Koreans infected with Corona Virus, visited on a map.## Alternate Link
In order to view the map, kindly click [here](https://nbviewer.jupyter.org/github/Uchencho/Folium-Visualization/blob/master/map_visualizations.ipynb) to view the notebook## Take-Away
- Plotting with Folium
- Working With Reverse Geocoder to extract the name of a place given a coordinate(lat, lon)
- Heat Map## Libraries Used
- Pandas
- webbrowser
- reverse_geocoder
- HeatMapReference: [Oga Paschal](https://www.linkedin.com/in/paschal-chukwuemeka-amah-91009369/)