# Add the data to the map folium.GeoJson(gdf.__geo_interface__).add_to(m)
Here is an example of how to use Geopandas and Folium to load and visualize geospatial data: applied geospatial data science with python pdf
import geopandas as gpd import folium
|
# Add the data to the map folium.GeoJson(gdf.__geo_interface__).add_to(m) Here is an example of how to use Geopandas and Folium to load and visualize geospatial data: import geopandas as gpd import folium |