Skip to content

Releases: SantanderMetGroup/transformeR

v1.4.0

08 Jun 12:10
Compare
Choose a tag to compare

New in transformeR

  • New function intersectGrid, for calculating spatiotemporal intersections among grids
  • Optional flag to skip seasonal check in scaleGrid

v1.3.3

24 Apr 10:53
Compare
Choose a tag to compare

New in v1.3.3

  • Renamed localScaling to scaleGrid (the former has been deprecated)
  • Update variable names/levels in built-in datasets for consistency (NCEP, CMIP5)
  • Other minor doc updates and internal changes

v1.3.2

18 Apr 14:47
Compare
Choose a tag to compare

New in v1.3.2

  • New built-in datasets of CMIP5 RCP8.5 projections
  • Other minor doc updates and internal changes

1.3.1

29 Mar 16:39
Compare
Choose a tag to compare

New in v1.3.1

  • Bug fix in the definition of Variable attributes by makeMultiGrid
  • Added spatial.frame option in localScaling
  • Other minor doc updates and internal changes

v1.3.0

06 Mar 18:01
Compare
Choose a tag to compare

New in v1.3.0

  • Deprecated plotClimatology --> replaced by visualizeR::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 numbers
    • bindGrid.lat to bind grids along the latitude dimension.
    • overGrid for spatial overlay operations between climate4R grids and SpatialPolygon* objects
    • intersectGrid.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

13 Dec 09:42
Compare
Choose a tag to compare

New in v1.2.0

  • New helper functions (mainly for downscaling):
    • convert2bin, for binary grid calculation based on user-defined thresholds
    • dataSplit, for dataset folding along time dimension
    • filterNA, 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

04 Sep 16:46
Compare
Choose a tag to compare

New in v1.1.1

  • Minor bug fix in the temporal aggregation of station datasets
  • Other documentation and example updates

v1.1.0

31 Aug 09:05
Compare
Choose a tag to compare

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

24 Aug 11:11
Compare
Choose a tag to compare

New in v1.0.1

  • Bug fix in attribute definition in the subsetVar internal

EMS paper visualizeR

21 Aug 12:22
Compare
Choose a tag to compare

New in 1.0.0

  • New option ratio for localScaling
  • New options and improved metadata for PCA analysis:
    • which.var, allows to flexible definition of combined PCs
    • v.exp and n.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