Skip to content

Examples of spatial visualization made with folium in Python

License

Notifications You must be signed in to change notification settings

Kalebu/Folium-visualization-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folium-visualization-examples

Examples of spatial visualizations made with folium in Python

Available Examples

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;

Tanzania Map

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 .

Folium Polyline Example

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;

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