Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions src/components/fundable/descriptions/JupyterGISRasterProcessing.md
Original file line number Diff line number Diff line change
@@ -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
Loading