Learn R Programming

meteoland (version 2.0.0)

mergegrids: Merges meteorological data

Description

[Deprecated]

Merges point or gridded meteorological data into a single object

Usage

mergegrids(..., verbose = TRUE)

mergepoints(..., verbose = TRUE)

Value

Function codemergepoints returns an object SpatialPointsMeteorology-class. Function mergegrids

returns an object SpatialGridMeteorology-class or an object SpatialPixelsMeteorology-class, depending on the input.

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.

Functions

  • mergepoints(): [Deprecated]

Author

Miquel De Cáceres Ainsa, CREAF

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