Files
geointel/prompts/codex/day-1/06_RASTER_VECTOR_METADATA.md
Jens faeb58ef6d
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
Initial public release
2026-08-31 21:56:53 +02:00

32 lines
835 B
Markdown

# Pass 06 — Raster and Vector Metadata Foundation
## Goal
Add first geospatial metadata services.
## Implement
- GeoJSON/vector metadata extraction using GeoPandas/Shapely where available.
- Raster metadata service interface using Rasterio where available.
- Controlled unavailable-state if Rasterio/GDAL is not installed.
- Metadata endpoint connected to dataset records.
- Fixture-driven tests.
## Constraints
- Do not fake metadata as real processing.
- Unsupported file types must produce controlled errors.
- Keep CRS/bounds/resolution fields explicit.
## Validation
- Vector metadata tests pass.
- Raster service imports or unavailable-state test passes.
- API contract remains stable.
## Acceptance
- Demo GeoJSON fixture returns deterministic metadata.
- Dataset metadata can be retrieved.
- Execution log updated.