Using the GridR’s core grid resampling API
This guide walks you through GridR’s core grid resampling API,
array_grid_resampling, in a series of focused tutorials. Each page is
self-contained and executable as a Jupyter notebook — you can follow them
in order or jump directly to the topic you need.
Each page declares its prerequisites and ends with a pointer to the next logical step.
Recommended reading order
The pages are ordered for first-time readers below. Use the Previous / Next links at the bottom of each page to navigate sequentially.
Getting started — your first call to
array_grid_resamplingGeometric transformations — translation, rotation, zoom
Output control —
nodata_out, validity masks, output windowsMasking inputs — grid masks and array masks
B-Spline masking — cardinal B-Spline interpolation and its specifics
Boundary conditions — handling source-array edges
Standalone mode — what GridR does for you automatically
Pipeline integration — disabling standalone for chained workflows
Tutorials