|
1 | 1 | # JupyterGIS |
2 | 2 |
|
| 3 | +JupyterGIS is a **collaborative** Geographical Information System (GIS) environment in |
| 4 | +JupyterLab. |
| 5 | + |
| 6 | +```{raw} html |
| 7 | +<center> |
| 8 | +``` |
| 9 | + |
3 | 10 | ```{jupyterlite} |
4 | 11 | :new_tab: True |
5 | 12 | :new_tab_button_text: Try it with JupyterLite! |
6 | 13 | ``` |
7 | 14 |
|
8 | | -JupyterGIS is a JupyterLab extension for collaborative GIS (Geographical Information System). It is designed to |
9 | | -allow multiple people to work on the same geospatial project simultaneously, facilitating discussion and collaboration |
10 | | -around map layers, spatial analyses, and other GIS data being developed. |
| 15 | +```{raw} html |
| 16 | +</center> |
| 17 | +<br /> |
| 18 | +``` |
| 19 | + |
| 20 | +JupyterGIS is the flagship project of the user-centric and open |
| 21 | +[GeoJupyter community](https://geojupyter.org), which aims to enable more people to |
| 22 | +confidently engage with geospatial data. |
| 23 | +We'd love to hear from you at a |
| 24 | +[community meeting](https://geojupyter.org/calendar.html)! |
| 25 | + |
| 26 | + |
| 27 | +## ✨ Highlights ✨ |
| 28 | + |
| 29 | +🤝 Work simultaneously with your colleagues on the same GIS project (like Google Docs) |
11 | 30 |
|
12 | | -JupyterGIS provides basic support for [QGIS](https://www.qgis.org) project files, allowing users to import and export |
13 | | -projects seamlessly between QGIS and JupyterLab. |
14 | | -This compatibility preserves layer styles, data sources, and project settings, enabling smooth transitions between GIS work |
15 | | -in QGIS and collaborative, cloud-based work in JupyterLab. |
| 31 | +🔄 Basic support for importing/exporting [QGIS](https://www.qgis.org) project files |
16 | 32 |
|
17 | | -Beyond QGIS project support, JupyterGIS offers a range of features tailored specifically for collaborative geospatial analysis. |
18 | | -Users can edit, visualize, and analyze spatial data together in real-time, share map layers, and annotate directly within the |
19 | | -JupyterLab environment, fostering efficient teamwork on GIS projects. |
| 33 | +🐍 Python API and integration with Jupyter Notebook workflows |
20 | 34 |
|
21 | | -Python users can further extend JupyterGIS workflows by integrating with Python geospatial libraries, such as GeoPandas, Xarray |
22 | | -and Rasterio, to perform custom analyses and automate processes. Together, these features make JupyterGIS a powerful tool for |
23 | | -both collaborative mapping and in-depth geospatial analysis. |
| 35 | +For more details, check out the [project overview](overview/index.md)! |
24 | 36 |
|
25 | 37 | ```{image} ../jupytergis.png |
26 | 38 | :alt: JupyterGIS application |
27 | 39 | ``` |
28 | 40 |
|
| 41 | +## Overview |
| 42 | + |
| 43 | +High-level information about the project. |
| 44 | + |
| 45 | +```{toctree} |
| 46 | +:titlesonly: |
| 47 | +:maxdepth: 2 |
| 48 | +
|
| 49 | +overview/index |
| 50 | +``` |
| 51 | + |
29 | 52 | ## User guide |
30 | 53 |
|
31 | 54 | Information about using JupyterGIS. |
|
0 commit comments