Ipyleaflet is a Python library installed in all EarthAI Notebook instances.
Ipyleaflet allows users to visualize their geospatial datasets on slippy maps (similar to Folium). The following is an excerpt from ipyleaflet's documentation describing what this library does:
Leaflet is one of the most popular open-source JavaScript libraries for interactive maps. It’s widely used by GIS specialists like OpenStreetMap, Mapbox, and CartoDB.
The ipyleaflet Python package makes it easy to integrate and control Leaflet maps in Python. Built as a bridge between the LeafletJS package and Jupyter, the ipyleaflet API maps to that of LeafletJS, bringing most of the core features of the package to Jupyter, and enabling a few popular LeafletJS extensions.
Follow this link to view ipyleaflet documentation.
Comments
0 comments
Please sign in to leave a comment.