Skip to content

Commit

Permalink
preparing CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Oct 27, 2019
1 parent 8bac31a commit 64aa01c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rdwd
Title: Select and Download Climate Data from 'DWD' (German Weather Service)
Version: 1.1.36
Version: 1.2.0
Date: 2019-10-27
Depends: R(>= 2.10)
SystemRequirements: Pandoc (>= 1.12.3), pandoc-citeproc
Expand Down
30 changes: 30 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,36 @@ Any feedback is welcome, per email or on github.com/brry/rdwd

rdwd Version history

-----------------------------
-----------------------------

Version 1.2.0 (2019-10-26)
Highlights:
- Vignettes moved to https://bookdown.org/brry/rdwd with nice structure
- improved reading of gridded data, documented in vignette chapter "Raster data"
- readRadarFile expanded + moved to own package (dwdradar) with proper tests and better warnings
- Hexsticker created

Important changes:
- readDWD.binary: untarring improved
- projectRasterDWD: default extents + projs added for seasonal + nc
- source code directory structure updated
- quiet argument added to many functions
- readDWD: order and documentation of method selection improved
- metaIndex + fileIndex: date columns are now of class Date
- dataDWD: force can now be number of hours after which to re-download
- various minor fixes, see https://github.com/brry/rdwd/commits

New functions + datasets:
- readDWD.radar + readDWD.nc + readDWD.stand
- checkSuggestedPackages
- EUR + addBorders
- formatIndex
- runLocalTests
- updateIndexes (not exported)



-----------------------------
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion R/rdwd-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gridbase <- "ftp://opendata.dwd.de/climate_environment/CDC/grids_germany"

release_questions <- function() {
c(
"Have you run updateIndexes()?"
"Have you run updateIndexes() and runLocalTests()?"
)
}

Expand Down
1 change: 0 additions & 1 deletion R/readDWD.R
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,6 @@ return(invisible(rf))
#' @title read dwd gridded radolan asc data
#' @description read grid-interpolated radolan asc data.
#' Intended to be called via \code{\link{readDWD}}.\cr
#' See \url{ftp://ftp-cdc.dwd.de/pub/CDC/grids_germany/hourly/radolan/README.txt}
#' All layers (following \code{selection} if given) in all .tar.gz files are
#' combined into a raster stack with \code{raster::\link[raster]{stack}}.\cr
#' To project the data, use \code{\link{projectRasterDWD}}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Since May 2019, `rdwd` also supports reading the Radolan (binary) raster data at

It has been presented at [FOSDEM 2017](https://fosdem.org/2017/schedule/event/geo_weather/)
and [UseR!2017](https://user2017.sched.com/event/Axr3/rdwd-manage-german-weather-observations) in Brussels,
featured in Rstudios [data package list](https://www.rstudio.com/rviews/2017/02/17/january-new-data-packages/)
featured in Rstudios [data package list](https://rviews.rstudio.com/2017/02/17/january-new-data-packages)
and written about in [OSOR](https://joinup.ec.europa.eu/community/osor/news/study-german-weather-data-made-easy-rdwd).


Expand Down
1 change: 0 additions & 1 deletion man/readDWD.asc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64aa01c

Please sign in to comment.