feat: add governed Mol nature value layer
This commit is contained in:
@@ -496,6 +496,11 @@ Rules:
|
||||
- Results are generated from persisted PostGIS `vector_features`, not from client-side map data.
|
||||
- `feature_count` is the number of GeoJSON features returned in the bounded preview. `total_feature_count` is the exact number of persisted rows intersecting the requested bbox or persisted Area geometry.
|
||||
- `summary` keeps one backwards-compatible primary metric and exposes all relevant measurements in `metrics`. Known themes use metric PostGIS calculations: building/forest/water/parcel surfaces in hectares, road and watercourse lengths in kilometres, population in inhabitants and intersecting feature counts as supporting evidence.
|
||||
- Governed datasets may declare additional `source_metadata.selection_metrics`.
|
||||
Each metric may constrain one persisted feature-property to an explicit value
|
||||
allowlist before the same PostGIS aggregation runs. The BWK/Natura 2000
|
||||
dataset uses this only for official `EVAL` classes; it does not collapse mixed
|
||||
classes into a made-up score.
|
||||
- Area and length calculations transform geometry to Belgian Lambert 72 (`EPSG:31370`); they are never calculated in geographic degrees.
|
||||
- Water volume is not inferred from 2D GRB geometry. It remains unavailable until a source provides reliable depth or bathymetry with compatible spatial coverage and provenance.
|
||||
- The response is capped by `limit` and returns `truncated=true` when `total_feature_count` exceeds the returned preview.
|
||||
@@ -1582,6 +1587,9 @@ aggregation method, feature count, estimate status and an optional warning.
|
||||
Supported PostGIS aggregations are feature count, intersection area,
|
||||
intersection length, numeric sum and area-weighted numeric sum. Area and length
|
||||
are measured after transformation to EPSG:31370.
|
||||
Configured supplemental metrics can use `filter_property` plus
|
||||
`filter_values`. Filters are server-owned dataset metadata, not arbitrary
|
||||
client SQL or request expressions.
|
||||
|
||||
### PATCH `/api/v1/projects/{project_id}/datasets/{dataset_id}/temporal`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user