geomaster

Analyze geospatial data workflows using Python and GDAL, Rasterio, GeoPandas, and Shapely.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/jasrajtulsi/GRAD-SCOPE --skill geomaster-jasrajtulsi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geomaster
Source: https://github.com/jasrajtulsi/GRAD-SCOPE/tree/main/.claude/skills/geomaster
Command: npx skills add https://github.com/jasrajtulsi/GRAD-SCOPE --skill geomaster-jasrajtulsi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GeoMaster removes the friction of combining geospatial libraries, projections, formats, and workflows so you can move from raw spatial data to accurate analysis faster and with fewer errors.

Core Features & Use Cases

  • Remote sensing workflows for Sentinel, Landsat, MODIS, SAR, hyperspectral imagery, and cloud-native data access.
  • GIS operations for vector and raster processing, CRS transformation, spatial joins, buffering, overlays, terrain analysis, and network analysis.
  • Geospatial machine learning and domain workflows for land cover mapping, hydrology, agriculture, forestry, urban planning, and disaster response.
  • Use case: process a satellite scene, calculate vegetation indices, classify land cover, and export analysis-ready geospatial outputs.

Quick Start

Ask GeoMaster to analyze your geospatial dataset, identify the required CRS and libraries, and give you the exact workflow for tasks like NDVI extraction or spatial joining.

Frequently Asked Questions about geomaster

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

FAQPage Schema
How do I process satellite imagery and calculate vegetation indices like NDVI?

Geospatial data processing uses libraries like GDAL, Rasterio, and GeoPandas to transform raw satellite imagery, vector layers, and rasters into analysis-ready outputs by handling coordinate reference systems, spatial joins, and overlays for accurate spatial analysis.

How do I transform coordinate systems and perform spatial joins on vector layers?

You can transform coordinate systems and perform spatial joins on vector layers using Python geospatial libraries like GeoPandas, Shapely, and PyProj, which handle CRS transformation, buffering, and spatial overlays for accurate GIS operations.

Does this approach support cloud-native STAC and COG pipelines for remote sensing?

Yes, this approach supports cloud-native STAC and COG pipelines for remote sensing workflows, enabling efficient access and processing of Sentinel, Landsat, and MODIS imagery without downloading entire scenes locally.

Can I use geospatial machine learning for land cover classification and terrain analysis?

You can use geospatial machine learning for land cover classification and terrain analysis by combining Python machine learning libraries with earth observation data processing to classify satellite imagery and extract hydrological or topographical features.

What Python libraries do I need for reproducible spatial analysis and raster processing?

Reproducible spatial analysis and raster processing require Python geospatial tooling including GDAL, Rasterio, GeoPandas, Shapely, PyProj, and Xarray to handle vector layers, coordinate systems, and remote sensing workflows.