Preserve native orthophoto detail for training
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-27 01:20:10 +02:00
parent 7a83df1e7f
commit 9f05451f04
8 changed files with 59 additions and 10 deletions
+7
View File
@@ -385,6 +385,7 @@ least 99% of it.
"bbox": {"min_x": 5.10, "min_y": 51.17, "max_x": 5.11, "max_y": 51.18, "crs": "EPSG:4326"},
"area_id": "optional-project-area-uuid",
"product_key": "most_recent",
"resolution_m": 0.25,
"force_refresh": false
}
```
@@ -394,6 +395,12 @@ identifies the raster Dataset; `result_json` contains provider, layer, pixel
dimensions, EPSG:4326/EPSG:31370 bounds, sampling resolution, attribution,
cache reuse and limitation text. Historical products also persist their
observation/validity period and a spatially scoped temporal-series key.
`resolution_m` is optional (0.1-2.0 m) and can never be finer than the
allowlisted product's native resolution. It exists for governed training and
review exports; ordinary workbench requests retain the configured 1 m default.
For rolling `latest` products, acquisition time is not represented as the
per-pixel observation date: provenance explicitly records
`observation_time_precision=unknown_per_pixel`.
### GET `/api/v1/projects/{project_id}/datasets/grb/products`