metaclipcc.Regridding: Directed metadata graph construction for Regridding...

Description Usage Arguments Author(s)

View source: R/metaclipcc.Regridding.R

Description

Build a directed metadata graph describing a regridding step

Usage

1
2
3
4
5
6
7
metaclipcc.Regridding(
  graph,
  RefSpatialExtent = NULL,
  RefRectangularGrid = NULL,
  InterpolationMethod,
  dc.description = NULL
)

Arguments

graph

Input metaclip graph structure

RefSpatialExtent

A reference spatial extent used for interpolation. The reference spatial extent can be initiated with metaclipR.SpatialExtent

RefRectangularGrid

A reference rectangular grid used for interpolation. The reference rectangular extent can be initiated with metaclipR.RectangularGrid

InterpolationMethod

Interpolation method. Current possible choices include "nearest", "bilinear", "bicubic", "IDW", "spline" and "ConservativeRemapping", although some of them won't be probably used in the IPCC AR6 Atlas

dc.description

Default to NULL and unused. Otherwise, this is a character string that will be appendend as a "dc:description" annotation to the ds:Interpolation-class node.

Author(s)

J. Bedia


metaclip/metaclipcc documentation built on Sept. 24, 2021, 6:42 a.m.