Skip to content

Commit 10579fc

Browse files
authored
Merge pull request #310 from SylvainCorlay/jupytergis-processing
Extend the description of the JupyterGIS project
2 parents 33e232f + 6a0580c commit 10579fc

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed
Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
#### Overview
2-
Similar to QGIS, JupyterGIS currently offers a set of vector processing and conversion tools such as buffer creation, centroid calculation, and convex hull generation. These capabilities are powered by a GDAL WebAssembly (WASM) build running in the browser.
32

4-
We will work on extending support to raster processing tools using the same underlying technology. Planned features (non-exhaustive and subject to request needs) include:
3+
JupyterGIS provides a powerful suite of vector geospatial processing tools—such as buffer creation, centroid calculation, and convex hull generation—directly in the browser. These capabilities are enabled by a GDAL WebAssembly (WASM) build, eliminating the need for server-side processing or local installations.
54

6-
- Clipping by extent
7-
- Clipping by mask layer
8-
- Generating contours
9-
- Polygonizing raster data
5+
Building on this foundation, we are now expanding support to raster processing tools, unlocking even more geospatial workflows in JupyterLite and notebook.link. This will enable users to perform complex raster operations entirely client-side, making geospatial analysis more accessible, collaborative, and scalable.
6+
7+
##### Upcoming Raster Processing Features
8+
9+
We are prioritizing the following features, but welcome community input to shape the roadmap:
10+
11+
| Feature | Use Case |
12+
| ------------------ | -------- |
13+
| Clipping by Extent | Extract raster data for a specific geographic area. |
14+
| Clipping by Mask Layer | Use vector layers to define custom clipping boundaries. |
15+
| Generating Contours | Create contour lines from elevation or other continuous raster datasets. |
16+
| Polygonizing Raster Data | Convert raster cells into vector polygons for further analysis. |
1017

1118
##### Are you interested in this project? Either entirely or partially, contact us for more information on how to help us fund it

0 commit comments

Comments
 (0)