Back to Browse

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

33.0K views
Jan 12, 2023
14:11

๐Ÿ“š Geospatial Python Playlist: https://www.youtube.com/playlist?list=PL-2EBeDYMIbRWlllfgcAJGkfUW0GFFrNu โ˜• Buy a coffee: https://ko-fi.com/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/electric-vehicle-charging-stations 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 ๐—ฆ๐—ผ๐—ฐ๐—ถ๐—ฎ๐—น ๐— ๐—ฒ๐—ฑ๐—ถ๐—ฎ: ๐Ÿ“– Blog: https://www.bugbytes.io/posts/ ๐Ÿ‘พ Github: https://github.com/bugbytes-io/ ๐Ÿ“š ๐—™๐˜‚๐—ฟ๐˜๐—ต๐—ฒ๐—ฟ ๐—ฟ๐—ฒ๐—ฎ๐—ฑ๐—ถ๐—ป๐—ด ๐—ฎ๐—ป๐—ฑ ๐—ถ๐—ป๐—ณ๐—ผ๐—ฟ๐—บ๐—ฎ๐˜๐—ถ๐—ผ๐—ป: Dataset: https://catalog.data.gov/dataset/electric-vehicle-charging-stations Folium: https://python-visualization.github.io/folium/ FastMarkerCluster: https://python-visualization.github.io/folium/plugins.html#folium.plugins.FastMarkerCluster #python #gis #mapping #datascience

Download

1 formats

Video Formats

360pmp427.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Mapping with Python & Folium - Creating Maps from Raw CSV/JSON Data | NatokHD