geomaster

Build end-to-end geospatial analysis pipelines for remote sensing and GIS.

4|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/shushuzn/Rairos --skill geomaster-shushuzn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geomaster
Source: https://github.com/shushuzn/Rairos/tree/main/skills/geomaster
Command: npx skills add https://github.com/shushuzn/Rairos --skill geomaster-shushuzn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GeoMaster helps you transform raw Earth observation data (satellite imagery, DEMs, vector boundaries, and point clouds) into accurate geospatial analyses and machine-learning-ready datasets instead of doing everything manually or piecemeal.

Core Features & Use Cases

  • Remote sensing workflows: compute spectral indices (e.g., NDVI), SAR preprocessing, hyperspectral analysis, and change detection for Earth observation.
  • GIS and spatial analysis: manage CRS correctly, perform vector/raster operations, terrain and network analysis, and support OGC-style data workflows (e.g., STAC, WMS/WFS/WCS).
  • ML for geospatial data: train models for land cover classification and other spatial learning tasks using traditional ML and deep learning patterns.
  • Cross-domain support: apply geospatial methods to hydrology, marine, atmospheric science, agriculture, forestry, and more using structured reference guidance.
  • Multi-language guidance: Python-first examples with supporting workflows spanning R, Julia, JavaScript, C++, Java, Go, and Rust.

Quick Start

Use the geomaster skill to compute an NDVI GeoTIFF from a Sentinel-2 raster you provide (for example, by reading your input bands, calculating NDVI, and writing the result to an output file).

Frequently Asked Questions about geomaster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compute NDVI from Sentinel-2 satellite imagery?

You can compute NDVI from Sentinel-2 imagery by reading the input raster bands, calculating the spectral index, and writing the result to an output GeoTIFF file using geospatial analysis pipelines.

What is CRS-safe raster and vector analytics?

CRS-safe raster and vector analytics ensure correct coordinate reference system transformations during spatial operations, preventing misaligned geographic data. This process applies OGC-style workflows to maintain spatial accuracy across vector and raster computations.

How do I prepare satellite imagery for land cover classification machine learning?

You prepare satellite imagery for land cover classification by building ML-compatible datasets through geospatial pipelines. This involves transforming Earth observation data into structured formats suitable for training spatial machine learning and deep learning models.

Can I process point clouds and DEMs for terrain metrics analysis?

Yes, you can process point clouds and DEMs to calculate terrain metrics. The geospatial analysis pipelines support terrain analysis, spatial statistics, and Earth observation data processing to transform raw elevation data into accurate metrics.

Does this geospatial analysis approach support STAC and COG cloud-native data patterns?

Yes, this geospatial analysis approach supports STAC and COG cloud-native data patterns for data access. It handles OGC-style workflows including WMS, WFS, and WCS to facilitate remote sensing and spatial statistics operations.

Do I need Python to run remote sensing and spatial ML workflows?

Python is the primary language for remote sensing and spatial ML workflows, but multi-language guidance is also supported. Examples span R, Julia, JavaScript, C++, Java, Go, and Rust to accommodate diverse geospatial analysis environments.