explore#
The explore routine (work in progress) allows you to quickly explore a dataset using the JupyterGIS frontend.
from jupytergis import explore
# Open a new exploration window
explore(city_gdf, layer_name="New Haven", basemap="dark")
- jupytergis.explore(data, *, layer_name='Exploration layer', basemap='topo')#
Run a JupyterGIS data interaction interface alongside a Notebook.
- Parameters:
data (
str|Path|Any) – A GeoDataFrame or path to a GeoJSON file.- Raises:
FileNotFoundError – Received a file path that doesn’t exist.
NotImplementedError – Received an input value that isn’t supported yet.
TypeError – Received an object type that isn’t supported.
ValueError – Received an input value that isn’t supported.
- Return type: