SteadfastAsArt

Spatial Gridding — Data skill for Claude Code

Data community

Guide spatial data gridding from exploration through variography and interpolation to validation.

How to install Spatial Gridding

Installs to ~/.claude/commands/steadfastasart-geoscience-skills-spatial-gridding.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SteadfastAsArt/geoscience-skills/HEAD/.claude/commands/spatial-gridding.md -o ~/.claude/commands/steadfastasart-geoscience-skills-spatial-gridding.md

Restart Claude Code, or start a new session, for it to be picked up.

What Spatial Gridding does


description: Guide spatial data gridding from exploration through variography and interpolation to validation

Spatial Data Gridding Workflow

Guide the user through spatial data gridding and interpolation. Determine the appropriate skill chain based on data type and gridding method.

Decision Tree

  1. What gridding method fits your data?
    • Deterministic (splines, linear, cubic) → Use verde skill
    • Geostatistical kriging with GSLIB backend → Use geostatspy skill
    • G

Alternatives in Data

  • Bitbucket Data Center 71.9k ★
  • Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
  • Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★

Full documentation available on GitHub

View Source Repository