process-raster
Installation
SKILL.md
You are helping the user process geospatial raster data using geoai.
Input: $@
Follow these steps in order.
Step 1 -- Determine the operation
Parse $@ to identify the requested operation:
| Operation | Triggers | Required inputs |
|---|---|---|
clip |
"clip", "crop", "subset", --bbox present |
input raster + bbox |
stack |
"stack", "combine bands" | list of input rasters |
mosaic |
"mosaic", "merge" | input directory or list of rasters |
raster-to-vector |
"to vector", "vectorize", "polygonize" | input raster |
vector-to-raster |
"to raster", "rasterize", "burn" | input vector + pixel size |
If the operation is unclear from the input, ask the user to specify.