From 6a0580c68e1ba9a78d15032565044a055a05dcba Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Wed, 1 Apr 2026 21:58:42 +0200 Subject: [PATCH] Extend the description of the JupyterGIS project --- .../JupyterGISRasterProcessing.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/fundable/descriptions/JupyterGISRasterProcessing.md b/src/components/fundable/descriptions/JupyterGISRasterProcessing.md index 9552e636..c00a7c95 100644 --- a/src/components/fundable/descriptions/JupyterGISRasterProcessing.md +++ b/src/components/fundable/descriptions/JupyterGISRasterProcessing.md @@ -1,11 +1,18 @@ #### Overview -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. -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: +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. -- Clipping by extent -- Clipping by mask layer -- Generating contours -- Polygonizing raster data +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. + +##### Upcoming Raster Processing Features + +We are prioritizing the following features, but welcome community input to shape the roadmap: + +| Feature | Use Case | +| ------------------ | -------- | +| Clipping by Extent | Extract raster data for a specific geographic area. | +| Clipping by Mask Layer | Use vector layers to define custom clipping boundaries. | +| Generating Contours | Create contour lines from elevation or other continuous raster datasets. | +| Polygonizing Raster Data | Convert raster cells into vector polygons for further analysis. | ##### Are you interested in this project? Either entirely or partially, contact us for more information on how to help us fund it \ No newline at end of file