Files
geointel/skills/raster-pipeline/SKILL.md
T
Codex 6ea3586a3e
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled
Initial GeoIntel V1 foundation
2026-06-16 23:36:32 +02:00

1.2 KiB

Skill: Raster Pipeline

Use this skill for GeoTIFF/raster metadata, clipping, tiling, band handling and remote-sensing indices.

Read first

  • docs/RASTER_OPERATIONS_SPEC.md
  • docs/standards/RASTER_STANDARDS.md
  • docs/DETECTION_PIPELINE_SPEC.md when preparing AI tiles
  • docs/STORAGE_ARCHITECTURE.md

Raster rules

  • Preserve georeferencing metadata.
  • Never drop CRS silently.
  • Keep raster-derived outputs traceable to source dataset and parameters.
  • Use deterministic tile naming.
  • Store heavy outputs under documented storage roots, not random folders.
  • For V1, prefer metadata and small fixtures over heavy real rasters.

Operations checklist

  • Validate raster readable.
  • Extract CRS, bounds, transform, dimensions, band count, dtype.
  • Clip by area where requested.
  • Generate tiles with configured tile size and overlap.
  • Preserve mapping from tile pixels to map coordinates.
  • Emit metadata JSON for downstream services.
  • Add tests with tiny raster fixtures when possible.

Completion report fields

  • Raster operations implemented.
  • Metadata fields produced.
  • Storage paths used.
  • Tests run.
  • Known limitations.