Logo by Isabel Paredes
In-browser, collaborative GIS built on Jupyter
JupyterGIS is an in-browser Geographical Information System (GIS) with real-time collaboration. It is built on Project Jupyter but independently useable. As flagship project of the GeoJupyter community it aims to enable organizations, researchers, and students to easily explore and work with geospatial data.
- Real-time collaboration — like Google Docs for GIS, with spatial annotations and comments
- QGIS interoperability — import and export QGIS project files
- Python API — scriptable workflows in collaborative notebooks
- Many data formats — GeoJSON, GeoTIFF/COG, GeoParquet, GeoPackage, Shapefile, PMTiles, WMS/WMTS, and more
- Grammar-driven symbology — flexible rule-based styling, similar to Vega-Lite
- Storymaps — guided narratives through your maps
- Hillshade & heatmaps — terrain and density visualization
- GDAL processing — rasterize, warp, and translate in the browser or on the server
- STAC & OpenEO — cloud-native data catalog and processing support
- Pangeo integration — dynamic raster tile serving via TiTiler backed by the Pangeo stack
- Layer gallery — pre-built layer catalog for quick setup
- Embeddable — use as a standalone map, an IDE, or from within a notebook
- AI skills — map operations in natural language via Jupyter AI
Runs entirely in your browser via WebAssembly — no installation needed.
Note: Real-time collaboration is not yet supported in JupyterLite.
Powered by Notebook.link and JupyterLite.
mamba install -c conda-forge jupytergispip install jupytergispixi add jupytergisdocker run -p 8888:8888 ghcr.io/geojupyter/jupytergis:latestDocker build source: https://github.com/geojupyter/jupytergis-docker
You can run JupyterGIS entirely in the browser using JupyterLite:
- Create a repository using the xeus-lite-demo template.
- Edit
environment.ymland addjupytergis-lite. - Add your data and
.jGISfiles under thecontent/directory. - Under Settings → Pages set the GitHub Pages deployment source to "GitHub Actions".
Note: Collaboration is not yet supported in JupyterLite static deployments.
https://jupytergis.readthedocs.io
We welcome contributions! Check out the Contributor Guide to get started.
Chat with us on Zulip or join a community meeting.
BSD 3-Clause. See LICENSE.
