Overview of ipyleaflet capabilities
masteripyleaflet is a Jupyter/Leaflet bridge that enables interactive maps within Jupyter notebooks. It consists of two main parts:
jupyter-leaflet: The front-end npm package (the widget component).ipyleaflet: The Python package that serves as the backend for the Python Jupyter kernel.
Key features include:
- Selecting and switching between different basemaps.
- Loading and visualizing GeoJSON data.
- Using LeafletJS primitives directly.
- Implementing splitmap controls.
- Visualizing velocity data on maps.
- Creating Choropleth layers.
- Using widget controls within the map interface.