Overview
BRDR Webservice Proof of Concept
This project provides a proof-of-concept stack to align user geometries against GRB reference data:
- a FastAPI webservice (
grb_webservice.py) - a viewer (
brdr-viewer) to draw/edit geometry and inspect BRDR steps - Docker and local scripts for quick startup
What You Can Do
- Start backend and viewer locally.
- Draw or edit an input polygon in the viewer.
- Trigger BRDR alignment.
- Inspect intermediate steps on the map and in the chart timeline.
Components at a Glance
- Backend endpoint for full output:
POST /actualiser - Backend endpoint for viewer format:
POST /actualiser/viewer - Frontend map + timeline: OpenLayers + React app in
brdr-viewer/brdr-viewer
Continue with: