What problem does it solve?
GeoMaster removes friction in geospatial workflows by giving you repeatable methods to process satellite imagery, manage vector/raster data, and perform spatial analysis and spatial ML without stitching together many ad-hoc tools.
Core Features & Use Cases
- Remote sensing pipelines: Acquire, preprocess, and analyze satellite products (Sentinel/Landsat/MODIS; optical, SAR, hyperspectral) and compute common indices such as NDVI.
- GIS data operations: Load, reproject, validate, and manipulate vector and raster datasets with standard CRS-safe practices (EPSG/UTM, projected-vs-geographic handling, spatial joins, overlays).
- Spatial analysis & ML: Run terrain analysis, network analysis, spatial statistics, and geospatial machine learning (RF/SVM/CNN/U-Net/GNN), including cloud-native workflows using STAC/COG.
- Use case example: Generate a cloud-masked NDVI time series over an AOI, then aggregate statistics per zone for reporting and model features.
Quick Start
Use the geomaster skill to compute an NDVI GeoTIFF from a Sentinel-2 scene using rasterio, numpy, and CRS-aware output writing.