What problem does it solve?
This Skill helps you turn multispectral GeoTIFF imagery into analysis-ready rasters by handling geospatial metadata correctly and performing common vegetation workflows.
Core Features & Use Cases
- GeoTIFF I/O with CRS safety: Read and write GeoTIFFs while preserving coordinate reference system (CRS), bounds, and nodata behavior via rioxarray/rasterio.
- Reproject, resample, and align rasters: Reproject to a new CRS, resample with appropriate interpolation, and match grids for multi-scene or multi-sensor studies.
- Vegetation index computation (NDVI/EVI): Calculate NDVI/EVI from spectral bands with proper scaling and numeric masking.
- Cloud masking and mosaicking: Mask cloud-contaminated pixels using QA bit fields and mosaic multiple scenes into a seamless product.
- COG export for web delivery: Export processed outputs as Cloud-Optimized GeoTIFFs for efficient downstream access and visualization.
Quick Start
Use the rioxarray-remote-sensing skill to read a multispectral GeoTIFF, compute NDVI/EVI, and export the result as a Cloud-Optimized GeoTIFF ready for web delivery.