Parcel registry
The internal parcel registry. A parcel UUID is the unit of truth for every product muda-clima ships — risk scores, MRV reports, alerts, all keyed here.
How to use it
- Open /app/parcels.
- Paste a Polygon or MultiPolygon GeoJSON in the form (the default is a small box over the Amazon).
- Submit — the polygon is stored in PostGIS and a UUID is assigned.
- External IDs (CAR, SIGEF, FUNAI, LTSA, ISC) are linked separately so they can version independently.
API endpoints
GET /v1/parcelsPOST /v1/parcelsGET /v1/parcels/{uuid}
Limits & caveats
- No spatial conflict detection on insert yet (Phase 1).
- No authentication — every parcel is publicly readable in this demo.