folium, bokeh, jupyter, python
Last updated Jan 14, 2025
17
Stars
125
Forks
0
Issues
0
Stars/day
Attention Score
51
Language breakdown
Jupyter Notebook 100.0%
▸ Files
click to expand
README
Visualizing Geo Data with Folium & Bokeh
repository collaborators & co-organizers of PyLadies LA: Sylvia Tran (folium) + Emma Freeman (bokeh)PyLadies Los Angeles June 21, 2018 Meet Up
This repo that demos folium and bokeh libraries to visualize geodata.
Folium
The purpose of the folium demo is to demonstrate:
- use of 3 different types of map tiles: (i) open street map, (ii) mapbox, and (iii) stamen
- how to creatie icons for a specific set of coordinates (latitude, longitude)
- how to have custom pop-up text appare when clicking the custom icon
- how to generate custom icons for a map visualization
- ADDITIONAL RESOURCES: http://folium.readthedocs.io/en/latest/
Bokeh
The purpose of the bokeh demo is to demonstrate:
- how to use Google Maps API
- how to create filters to generate sliding bars to see how geographic data changes over time
- ADDITIONAL RESOURCES: https://bokeh.pydata.org/en/latest/
🔗 More in this category