1.2 KiB
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.mddocs/standards/RASTER_STANDARDS.mddocs/DETECTION_PIPELINE_SPEC.mdwhen preparing AI tilesdocs/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.