Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Mar 6, 2018
1 parent df68c90 commit ad299f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Suggests:
visualizeR
Type: Package
Title: An R package for climate data manipulation and transformation
Version: 1.2.1
Date: 2018-02-12
Version: 1.3.0
Date: 2018-03-06
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
"Jorge Bano Medina <[email protected]> [ctb]",
Expand Down
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
transformeR 1.2.1
transformeR 1.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


Expand Down

0 comments on commit ad299f3

Please sign in to comment.