|
16 | 16 |
|
17 | 17 | A free and open-source, lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. It runs everywhere you do, in the web browser, on the desktop, on mobile, and inside Jupyter notebooks, all while keeping your data local and private. |
18 | 18 |
|
| 19 | +It also ships **1,000+ geoprocessing tools** that run *entirely in your browser* on WebAssembly — terrain, hydrology, LiDAR, remote sensing, and vector analysis with no server, no install, and no data ever leaving your machine. |
| 20 | + |
19 | 21 | GeoLibre is built with **Tauri v2**, **React**, **TypeScript**, **MapLibre GL JS**, **DuckDB-WASM Spatial**, and **deck.gl**. The same workspace runs as a native desktop app, a native Android app, in any modern web browser, and adapts responsively to mobile and small screens. |
20 | 22 |
|
21 | 23 | - **[Launch GeoLibre Web](https://web.geolibre.app/)** — the full app in your browser, nothing to install |
22 | 24 | - **[Download the desktop app](https://geolibre.app/downloads/)** — Windows, macOS, and Linux installers |
23 | 25 | - **[Get it on Google Play](https://play.google.com/store/apps/details?id=org.geolibre.app)** — the native Android app |
| 26 | +- **[1,000+ geoprocessing tools](https://geolibre.app/user-guide/processing/#geoprocessing-toolbox)** — the full toolbox, in the browser |
24 | 27 | - **[Get started](https://geolibre.app/getting-started/)** — install, run from source, and configure |
25 | 28 | - **[Features](https://geolibre.app/features/)** — the complete feature list |
26 | 29 |
|
| 30 | +## Geoprocessing: 1,000+ tools, zero install |
| 31 | + |
| 32 | +[](https://files.opengeos.org/whitebox.webp) |
| 33 | + |
| 34 | +**Processing → Whitebox** opens a toolbox of **1,000+ geoprocessing tools** that |
| 35 | +execute in the browser through a WebAssembly runtime with native raster and |
| 36 | +vector I/O. There is no Python sidecar to install and no server to call — the |
| 37 | +tools, your data, and the results all stay on your machine, so the full toolbox |
| 38 | +is available on [GeoLibre Web](https://web.geolibre.app/), on the desktop app, |
| 39 | +and on Android alike. |
| 40 | + |
| 41 | +The tools come from the [Whitebox Next Gen](https://github.com/opengeos/Whitebox-Next-Gen-ArcGIS) |
| 42 | +suite plus GeoLibre's own WASM tools, and are browsable by category straight from |
| 43 | +the Processing menu: |
| 44 | + |
| 45 | +| Category | Tools | Examples | |
| 46 | +| --- | --- | --- | |
| 47 | +| **Vector** | 280 | overlays, buffers, joins, cleaning, topology, generalization | |
| 48 | +| **Raster** | 232 | algebra, filters, reclassification, zonal and focal statistics | |
| 49 | +| **Remote sensing** | 154 | spectral indices, band math, classification, change detection | |
| 50 | +| **Hydrology** | 100 | flow accumulation, watersheds, stream networks, depression filling | |
| 51 | +| **Terrain** | 99 | slope, aspect, hillshade, curvature, ruggedness, viewsheds | |
| 52 | +| **LiDAR** | 65 | point-cloud filtering, ground classification, DEM/DSM generation | |
| 53 | +| **Conversion** | 49 | format translation to cloud-native GeoParquet, PMTiles, and COG | |
| 54 | +| **Network** | 26 | connectivity, cost distance, and routing analysis | |
| 55 | +| **Projection** | 4 | reprojection for raster and vector data | |
| 56 | + |
| 57 | +Any tool is deep-linkable with a `?tool=` URL parameter that preselects it and |
| 58 | +pre-fills its form. See the [Processing Tools guide](https://geolibre.app/user-guide/processing/#geoprocessing-toolbox) |
| 59 | +for details, and [Geoprocessing in the Browser](https://youtu.be/W32bIQO_nG8) for |
| 60 | +a video walkthrough. |
| 61 | + |
27 | 62 | ## Demos |
28 | 63 |
|
29 | 64 | **Click any screenshot to open it at full resolution, or any animation to play the full-quality video.** |
|
0 commit comments