Caution
Alpha software for research and demonstration, not production use. The web app depends on external services with known coverage and response limits; validate results before use. The local Python workflow can use a full GeoPackage. See the user guide and current CLI limitations.
Tools for calculating land-cover area per Swiss cadastral parcel from official survey data (Amtliche Vermessung), with browser, command-line, and specialist workflow implementations.
Live web app: https://bbl-dres.github.io/landcover-survey/
The repository root opens the browser implementation.
| Implementation | Status and purpose | Demo | Details |
|---|---|---|---|
| Web App | Alpha; interactive parcel and batch analysis | Open app | README |
| Python CLI | Local processing with exact LV95 areas and local data | Local only | README |
| FME workspace | Original local workflow; requires a commercial FME Form licence | Local only | README |
| Offline Dashboard | Builds a self-contained dashboard from GeoJSON | Open app | README |
| Green Roof | Experimental browser-based vegetation analysis | Open app | README |
| AlphaEarth | Experimental Earth Engine classification research | Local only | README |
Serve the repository root with any static web server:
python -m http.server 8000Then open http://localhost:8000/. The root redirects to the web app; other hosted tools are available at their paths shown above.
- Documentation index and glossary
- User guide and data coverage
- Architecture, processing pipeline, and limitations
- Classification and data model
- Current Python parity and API-limit work
Related project: Green Inventory.


