Learn R Programming

meteoland (version 0.9.7)

mergegrids: Merges meteorological data

Description

Merges point or gridded meteorological data into a single object

Usage

mergepoints(..., verbose=TRUE)
mergegrids(..., verbose=TRUE)

Arguments

...

Objects to be merged, either of class SpatialPointsMeteorology, SpatialGridMeteorology or SpatialPixelsMeteorology. All objects of the same class.

verbose

A logical flag to indicate console output.

Value

Function codemergepoints returns an object SpatialPointsMeteorology-class. Function mergegrids returns an object SpatialGridMeteorology-class or an object SpatialPixelsMeteorology-class, depending on the input.

Details

Function mergepoints requires all coordinate reference systems to the same. The function allows merging data from the same points (i.e. if they have the same coordinates). Function mergegrids pools dates and variables, but spatial structures (i.e. grid topology, pixel indices, reference system, ...) should be the same for all objects to be merged.

See Also

SpatialPointsMeteorology-class, SpatialGridMeteorology-class, SpatialPixelsMeteorology-class