Releases: SantanderMetGroup/transformeR
Releases · SantanderMetGroup/transformeR
v1.4.0
v1.3.3
v1.3.2
1.3.1
v1.3.0
New in v1.3.0
- Deprecated
plotClimatology
--> replaced byvisualizeR::spatialPlot
- Minor internal change in output attributes after subsetting (if resulting 'time' dimension is a singleton the output is considered a climatology)
- Enhanced functionality of
interpGrid
to allow for transparent interpolation of rotated coordinates - New functions:
gridArithmetics
to perform basic arithmetical operations between multiple grids and/or numbersbindGrid.lat
to bind grids along the latitude dimension.overGrid
for spatial overlay operations between climate4R grids and SpatialPolygon* objectsintersectGrid.time
to subset the time dimension of multiple grids by their common dates- New internal helper
isGrid
- Other minor enhancements and doc updates
v1.2.0
New in v1.2.0
- New helper functions (mainly for downscaling):
convert2bin
, for binary grid calculation based on user-defined thresholdsdataSplit
, for dataset folding along time dimensionfilterNA
, for missing value removal
- Changed the variable naming convention when multigrids are created. Now the vertical level (when defined) is appended to the name of the variable, following the definition
"var@level"
.
Other minor bug fixes and changes:
- Bug fix in
subsetSeason
(exit with message when attempting to aggregate already annual grids) - Bug fix in
makeMultigrid
attribute retrieval from input grids - Renamed precipitation dataset suffixes (tp --> pr)
- Several documentation updates
v1.1.1
v1.1.0
New in v1.1.0
- Modifications to
prinComp
interface - Minor bug fix in setting
climatology
output attributes - Add support to
bindGrid.time
for dealing with multiGrids - New function
climatologyVariogram
for empirical variogram calculation - Prepare
bindGrid.time
to deal with multigrids - Bug fix in attribute definition in
subsetVar
internal
v1.0.1
EMS paper visualizeR
New in 1.0.0
- New option
ratio
forlocalScaling
- New options and improved metadata for PCA analysis:
which.var
, allows to flexible definition of combined PCsv.exp
andn.eofs
now allow for different values for different grids within the input multigrid
- Internal adaptation of several functions to transparently handle stations and grids
interpGrid
has been adapted to transparently deal with rotated coordinates (RCMs) and station datasets- New internal helpers
- Other minor changes, new examples and documentation updates