Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Explore multiple datasets together

Current situation

The user experience for exploring datasets currently drives many Jupyter users to open QGIS or ArcGIS to explore their data, and they report friction switching between applications.

Some current tools aren’t quite meeting user needs, e.g.:

Proposed improvement

Prototype: https://github.com/geojupyter/jupyter-microgis

Add layers to a map for exploration within a Jupyter Notebook:

from ... import explore

explore(
    my_xarray_dataarray,
    {'data': my_geodataframe, 'symbology': 'choropleth'},
)

Questions

Is this leafmap?

Is this idea basically leafmap? If we add support to directly visualize xarray datasets with TiTiler in leafmap, does that meet the goals of this use case?