Grow your YouTube channel like a PRO with a free tool
Get Free YouTube Subscribers, Views and Likes

Mapping with Python u0026 Folium - Creating Maps from Raw CSV/JSON Data

Follow
BugBytes

In this video, we'll create Folium maps from raw CSV data in Python. We'll learn how to read in the data, transform it to extract the information we need (latitude/longitude), and create Folium maps based on this data.

The source data can be found here: https://catalog.data.gov/dataset/elec...

We'll learn how to add Markers to the map, how to use popups to display text on markers, and how to cluster markers together dynamically using the FastMarkerCluster.

:
00:00 Intro
00:57 Reading CSV data into Python application
03:31 Using string manipulation to extract latitude/longitude
06:25 Creating a map using Folium
07:43 Adding Markers to the Folium map from the data
09:51 Adding popups displaying text on the Folium markers
10:36 Clustering markers with the FastMarkerCluster

▶ Full Playlist:
   • Geospatial Python  

☕ :
To support the channel and encourage new videos, please consider buying me a coffee here:
https://kofi.com/bugbytes

:
Blog: https://www.bugbytes.io/posts/
Github: https://github.com/bugbytesio/
Twitter:   / bugbytesio  

:
Dataset: https://catalog.data.gov/dataset/elec...
Folium: https://pythonvisualization.github.i...
FastMarkerCluster: https://pythonvisualization.github.i...

#python #gis #mapping #datascience

posted by Remseom