geostatistics-interpolation

Solid

Turn scattered point measurements into continuous surfaces with quantified uncertainty: variogram modeling, ordinary/universal/regression kriging, IDW, and spatially honest cross-validation. Use when unobserved values must be estimated from sparse samples such as stations, wells, or soundings. Trigger on "interpolate", "kriging", "variogram", or "IDW"; a named interpolation method is sufficient even when the requested surface is described informally as a heatmap. Do not use for point-density heatmaps, zonal aggregation, or raster resampling without value interpolation.

AI & Automation 3 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Geostatistics & Interpolation Purpose: interpolation that reports what it doesn't know. The difference between a professional product and a pretty raster is the uncertainty surface and an honest cross-validation — both are non-optional here. ## Method selection | Situation | Method | |---|---| | Dense, smooth phenomenon, quick look | IDW (report power parameter; test 1-3) | | Physical phenomenon with spatial structure, need uncertainty | **Ordinary kriging** (default professional choice) | | Clear trend (elevation gradient, coastal effect) | Universal kriging or regression kriging on covariates | | Strong covariates available (DEM, land cover, distances) | Regression kriging / random-forest residual kriging | | Categorical target | Indicator kriging | | Honeycomb-free tessellation, no extrapolation wanted | Natural neighbor | IDW is a reasonable baseline but has no error model and bullseyes around extremes; say so when delivering IDW-only products. ## Exploratory phase (before any interpolation) - Map the points with values; look for duplicates at identical coordinates (average or offset them — kriging matrices go singular otherwise). - Histogram + skew: strongly skewed variables (rainfall, concentrations) usually want a log/normal-score transform; back-transform predictions properly (bias correction for lognormal kriging). - Trend check: regress value on x, y, and candidate covariates; visible trend → universal/regression kriging path. - Declustering if sampl...

Details

Author
muend
Repository
muend/geoai-skills
Created
1 weeks ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

spatial-statistics

Always invoke before testing a geographic pattern for clustering, hotspots, dependence, or explanatory regression, even when aggregation or ordinary OLS is proposed as routine. Covers Moran's I, LISA, Getis-Ord Gi*, weights, MAUP and scale sensitivity for areas/grids, residual dependence, and spatial lag/error/GWR/MGWR models. Use ML standards for predictive evaluation and geostatistics for continuous surfaces from sparse samples.

3 Updated yesterday
muend
AI & Automation Solid

cartography-geoviz

Always invoke before answering any request to create, compare, design, or review a user-facing map, even if the request is terse or underspecified. Covers publication maps, choropleths, map series and small multiples, comparable multi-date panels, proportional/bivariate/flow maps, raster rendering, and interactive web maps. Includes classification, color, legends, projections, accessibility, and large-data aggregation. Do not trigger for a temporary diagnostic plot inside another analysis.

3 Updated yesterday
muend
AI & Automation Solid

terrain-hydrology

Always invoke for terrain, drainage, viewshed, or visibility analysis from elevation, even before the DEM or correct surface is chosen. Covers DTM-versus-DSM selection, slope, aspect, curvature, hillshade, conditioning, flow direction/accumulation, streams, watersheds, and catchments. Use point-cloud-lidar first only when an elevation surface must be created from LiDAR or photogrammetric points.

3 Updated yesterday
muend