verde

Grid scattered spatial data onto regular grids using Verde gridder classes.

46|3|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/SteadfastAsArt/geoscience-skills --skill verde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verde
Source: https://github.com/SteadfastAsArt/geoscience-skills/tree/main/verde
Command: npx skills add https://github.com/SteadfastAsArt/geoscience-skills --skill verde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires verde>=1.8.0, numpy, pandas, pyproj, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Turn scattered geospatial point data into regular grids and interpolated fields, enabling efficient analysis and visualization.

Core Features & Use Cases

  • Grid scattered spatial data onto regular grids
  • Interpolate point data using Spline, Linear, or Cubic gridder options
  • Cross-validate grid parameters and build processing pipelines with Chain
  • Project coordinates and decimate data with BlockReduce

Quick Start

Grid scattered spatial data to a regular grid and interpolate values using Verde's gridder options (Spline, Linear, or Cubic).

Frequently Asked Questions about verde

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

FAQPage Schema
How do I interpolate scattered geospatial point data onto a regular grid?

You grid scattered spatial data by applying Spline, Linear, or Cubic gridder options to interpolate values onto a regular grid, enabling efficient geospatial analysis and visualization.

What is the best way to cross-validate gridding parameters for spatial interpolation?

The best way to cross-validate gridding parameters is to build processing pipelines with Chain, which evaluates Spline, Linear, or Cubic gridder configurations across scattered spatial data inputs before producing final gridded outputs.

Can I project coordinates and decimate data before gridding scattered spatial points?

Yes, you can project coordinates and decimate data using BlockReduce before gridding scattered spatial points, combining region, spacing, and projection controls within Chain pipelines to optimize interpolation outputs.

Does verde support trend removal for geographic and Cartesian coordinates?

Yes, verde supports trend removal for both geographic and Cartesian coordinates, allowing you to isolate residual variations when gridding scattered spatial data onto regular grids for geospatial analysis.

Do I need pyproj and numpy to grid scattered spatial data with verde?

Yes, you need pyproj and numpy as dependencies, alongside pandas and verde>=1.8.0, to handle coordinate projections and array operations required when gridding scattered spatial data onto regular grids.

When should I use Spline versus Linear interpolation for scattered spatial data?

Use Spline for smooth interpolated surfaces or Linear for simpler gradient-based fields when gridding scattered spatial data, selecting the gridder type based on the variation complexity required for your geospatial analysis output.