Initial GeoIntel V1 foundation
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-16 23:36:32 +02:00
commit 6ea3586a3e
605 changed files with 45284 additions and 0 deletions
@@ -0,0 +1,25 @@
# Codex Prompt — Pass 06 Raster and Vector Metadata
Implement raster and vector metadata extraction.
Use:
- Rasterio for raster metadata
- GeoPandas/Shapely for vector metadata
Required docs:
- docs/RASTER_OPERATIONS_SPEC.md
- docs/VECTOR_OPERATIONS_SPEC.md
- docs/BUILD_TICKETS_M3.md T-008 and T-009
- docs/TEST_CATALOG.md
Acceptance:
- GeoTIFF metadata extraction works for fixtures.
- GeoJSON metadata extraction works for fixtures.
- invalid files produce clear validation errors.
- metadata is persisted to dataset metadata JSON.
- frontend dataset detail page shows extracted metadata.
Do not remove the GIS stack to simplify installation. If local installation is hard, document Docker-first development.