Skip to content

Commit f2d4507

Browse files
committed
Extract long-form overview content from frontpage
1 parent ff1f45c commit f2d4507

File tree

2 files changed

+61
-13
lines changed

2 files changed

+61
-13
lines changed

docs/index.md

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,54 @@
11
# JupyterGIS
22

3+
JupyterGIS is a **collaborative** Geographical Information System (GIS) environment in
4+
JupyterLab.
5+
6+
```{raw} html
7+
<center>
8+
```
9+
310
```{jupyterlite}
411
:new_tab: True
512
:new_tab_button_text: Try it with JupyterLite!
613
```
714

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)
1130

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
1632

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
2034

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)!
2436

2537
```{image} ../jupytergis.png
2638
:alt: JupyterGIS application
2739
```
2840

41+
## Overview
42+
43+
High-level information about the project.
44+
45+
```{toctree}
46+
:titlesonly:
47+
:maxdepth: 2
48+
49+
overview/index
50+
```
51+
2952
## User guide
3053

3154
Information about using JupyterGIS.

docs/overview/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Overview
2+
3+
## 🤝 Real-time collaboration
4+
5+
JupyterGIS is designed to allow multiple people to work on the same geospatial project
6+
simultaneously, facilitating discussion and collaboration around map layers, spatial
7+
analyses, and other GIS data being developed.
8+
9+
Users can edit, visualize, and analyze spatial data together in real-time, share map
10+
layers, and annotate directly within the JupyterLab environment, fostering efficient
11+
teamwork on GIS projects.
12+
13+
## 🔄 QGIS project file support
14+
15+
JupyterGIS provides basic support for [QGIS](https://www.qgis.org) project files, allowing users to import and export
16+
projects seamlessly between QGIS and JupyterLab.
17+
This compatibility preserves layer styles, data sources, and project settings, enabling smooth transitions between GIS work
18+
in QGIS and collaborative, cloud-based work in JupyterLab.
19+
20+
## 🐍 Python integration
21+
22+
Python users can further extend JupyterGIS workflows by integrating with Python geospatial libraries, such as GeoPandas, Xarray
23+
and Rasterio, to perform custom analyses and automate processes.
24+
Together, these features make JupyterGIS a powerful tool for
25+
both collaborative mapping and in-depth geospatial analysis.

0 commit comments

Comments
 (0)