Folium is a Python library installed in all EarthAI Notebook instances.
Folium allows users to visualize their geospatial datasets on slippy maps (similar to ipyleaflet). The following is an excerpt from Folium's documentation describing what this library does:
Folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the leaftlet.js library. Manipulate your data in Python, then visualize it in on a Leaflet map via folium.
Folium makes it easy to visualize data that’s been manipulated in Python on an interactive leaflet map. It enables both the binding of data to a map for choropleth visualizations as well as passing rich vector/raster/HTML visualizations as markers on the map. The library has a number of built-in tilesets from OpenStreetMap, Mapbox, and Stamen, and supports custom tilesets with Mapbox or Cloudmade API keys. Folium supports both Image, Video, GeoJSON, and TopoJSON overlays.
Follow this link to view Folium documentation.
Comments
0 comments
Please sign in to leave a comment.