https://github.com/kalebu/folium-visualization-examples
Examples of spatial visualization made with folium in Python
https://github.com/kalebu/folium-visualization-examples
folium folium-image-marker folium-python python-tanzania spatial-analysis tanzania visualization
Last synced: 6 months ago
JSON representation
Examples of spatial visualization made with folium in Python
- Host: GitHub
- URL: https://github.com/kalebu/folium-visualization-examples
- Owner: Kalebu
- License: mit
- Created: 2021-04-29T10:18:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T12:14:12.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:03:57.224Z (7 months ago)
- Topics: folium, folium-image-marker, folium-python, python-tanzania, spatial-analysis, tanzania, visualization
- Language: HTML
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Folium-visualization-examples
Examples of spatial visualizations made with folium in Python
Available Examples
- [x] [Adding Image Marker to Folium Maps](https://github.com/Kalebu/Folium-visualization-examples/tree/main/image-marker)
- [x] [Drawing Routes with Polyline](https://github.com/Kalebu/Folium-visualization-examples/tree/main/drawing-route)## Adding Image Marker to Folium Maps
In this example you learn how to develop interactive maps with image marker + descriptions just as shown in the example output below;

## Drawing Routes
Folium Polyline can help you draw routes between points but just making a straightline through them just as shown below, which can be of least use in our dailycase where we are more interested on the real routes such as (driver route, walk route, and ..) but there cases you may need it .

For incase you're interested on drawing those routes which ofcouse you're , you might wanna take alook at these library and Examples they help you do that with python;
- [Networkx](https://github.com/networkx/networkx) + [Osmnx](https://github.com/gboeing/osmnx)
- [Here examples on how to that](https://github.com/gboeing/osmnx-examples/blob/main/notebooks/11-plot-routes-folium-web-map.ipynb)## Issues
Facing issue while trying to run any of the mentioned example, raise one so as we can fix it as soon as we can.
## Contribute
You're welcome to add more detailed examples on how to visualize spatial data with folium just fork it (JFI) !
## Credits
All the credits to [kalebu](https://github.com/kalebu)