Introduction to Folium (Python Tutorial For Beginners) [FSW #1]

preview_player
Показать описание
Beginner python tutorial in Folium using jupyter notebook. In this video, we will see an easy script in python using Folium library.

Before you use the "import folium", you should install the folium package by using the following command (if you are using anaconda):
import sys

Or in other environments:
!pip install folium

0:00 Introduction
0:14 Setting up Folium
0:43 Starting map center
1:30 Zoom level
2:29 Changing basemap
2:54 Add a marker with popup
4:08 Add a tooltip

----------------------------------------------------------------------------------------------------------------------------------------------------------------

🎶Music: This is Not Funk and Body and Attitude

----------------------------------------------------------------------------------------------------------------------------------------------------------------
You can also follow me here:

----------------------------------------------------------------------------------------------------------------------------------------------------------------

#tutorial #GeoProgramming #postgresql #postgis #Folium #Python #GeoProgramming
Рекомендации по теме
Комментарии
Автор

Some comments based on user feedback:

-For the error -> ModuleNotFoundError: No module named 'folium'` you can use !pip install folium (check the description if you are using the notebook in an anaconda environment)

-For the error -> TypeError: 'module' object is not callable, check your code, probably there is some error in the code (example folium.map [error] instead of folium.Map [correct])

GeoProgramming
Автор

Congrats for the video! I kept the steps and generated my first folium map. Now I would like to know how to share the map in a webpage or in a blog. How would it be the best way?

alfonsocarretero