-
Notifications
You must be signed in to change notification settings - Fork 59
Data manipulation
Joaquin Bedia edited this page Jun 9, 2020
·
8 revisions
downscaleR
builds on the data structures of the climate4R bundle (point and grid data). The manipulation and transformation functions for these data structures are packed in transformeR
, which allows to easily perform typical climate data postprocessing in a flexible way, including:
- Spatial and temporal subsetting and aggregation
- Regridding and interpolation
- Detrending and application of different time filters
- EOF/PCA analysis
- Clustering and weather typing (soon available).
- etc.
It also contains several (data(package = "climate4R.datasets")
, note that the package climate4R.datasets must be installed) and provides parallel computing support and different internal utilities for the R package downscaleR
. For details and worked examples on the use of transformeR
go to the corresponding wiki.
NOTES:
- The utilities in
transformeR
were formerly part ofdownscaleR
(up to v1.3-4). SincedownscaleR
v2.0-0, these are intransformeR
anddownscaleR
is strictly aimed to statistical downscaling and bias correction. - The example datasets were part of
transformeR
in former versions, but are now included in a dedicated package: climate4R.datasets
downscaleR - Santander MetGroup (Univ. Cantabria - CSIC)