Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycbowman authored and cran-robot committed Oct 29, 2013
1 parent 648cc5b commit 19d5aa9
Show file tree
Hide file tree
Showing 17 changed files with 688 additions and 328 deletions.
17 changes: 9 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ Package: rNOMADS
Type: Package
Title: An interface to the NOAA Operational Model Archive and
Distribution System
Version: 1.0.1
Date: 2013-08-23
Version: 1.2.0
Date: 2013-10-28
Authors@R: c(person(given="Daniel C.",family="Bowman", role=c("aut", "cre"),
email="daniel.bowman@unc.edu"))
Depends: R (>= 3.0.0), fields (>= 6.7.6)
Depends: R (>= 3.0.2), scrapeR (>= 0.1.6), stringr (>= 0.6.2), fields
(>= 6.7.6)
Suggests: GEOmap (>= 2.1)
Description: Automatically download forecast data from the National Oceanic and Atmospheric Administration's Operational Model Archive and Distribution System (NOMADS) and read it into R. Currently, the Global Forecast System 0.5 x 0.5 degree model is the only one supported, but future versions of rNOMADS will include an interface to all models on NOMADS. rNOMADS uses an external series of routines called wgrib2 to read the model data; get wgrib2 at http://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/.
Description: An interface to the National Oceanic and Atmospheric Administration's Operational Model Archive and Distribution System (NOMADS) that allows R users to quickly and efficiently download global and regional weather model data for processing. rNOMADS currently supports 54 models, ranging from global weather data to an altitude of 40 km, to high resolution regional weather models, to wave and sea ice models. rNOMADS uses an external series of routines called wgrib2 to read the model data into R; get wgrib2 at http://www.cpc.ncep.noaa.gov/products/wesley/wgrib2/. Future versions of rNOMADS will have a native data reader.
License: GPL (>= 3)
URL: http://code.google.com/p/bovine-aerospace/ (subversion repository)
http://www.unc.edu/~haksaeng/rNOMADS/rNOMADS_examples.pdf (some
examples)
Packaged: 2013-08-23 18:29:40 UTC; bowman
Author: Daniel Bowman [aut, cre]
Maintainer: Daniel Bowman <daniel.bowman@unc.edu>
Packaged: 2013-10-28 23:38:13 UTC; dantayaga
Author: Daniel C. Bowman [aut, cre]
Maintainer: Daniel C. Bowman <daniel.bowman@unc.edu>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-08-23 20:59:34
Date/Publication: 2013-10-29 07:58:07
25 changes: 14 additions & 11 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
c7c4e4763e42b7efabd57feaa030b5e9 *DESCRIPTION
46e5c9cbcf08752ff6889c82fd436870 *DESCRIPTION
8b54e5a89fbda3af5e077053d40bec76 *NAMESPACE
4549e390297df26684f71bce8c710e85 *NEWS
53289ac19d866ffe2d1759d5bfb6f9bc *R/GetGrib.R
e206f3d56c2d6b51745c3ca53fd725ac *R/ReadGrib.R
aea696128a88fab764070b5b96000ec2 *NEWS
1d5d5c7b5cf99238004990dadaa92fc1 *R/GetGrib.R
e2844f1cc97f8b247164e9e984f28b07 *R/ReadGrib.R
9a1d5acc515f113ba7fc071fcb1a8373 *data/GFS.RData
9730ef922720e5f5dcb89f8e12fc966a *man/GetModelRunHour.Rd
f95d9d62bb8ce1083cba9daf8f9582b1 *man/GribGrab.Rd
453c3d349fbe6d3ce89f7f4cd138311c *man/ModelGrid.Rd
0429159336849f94b5f787d80726516c *man/NoModelRun.Rd
ea2d6abb9b692cfeac91058a22f69f35 *man/ReadGrib.Rd
2cf0fb8c8a4ebc0388238b347f081344 *man/gfs.model.data.Rd
e00f975422ae110d7a110bb4fc6a0bb1 *man/rNOMADS-package.Rd
ecc05a650bf8a9bb66d6e0b304fa84fb *man/CrawlModels.Rd
511c5cf354d8a6783a673091a901512c *man/GribGrab.Rd
53e83b1d9db682e4c9a8ae109b0dfc51 *man/ModelGrid.Rd
72a485c026302c53600129123e88f3d4 *man/NOMADSList.Rd
31934edbe61a9df8adce91ef50efa283 *man/ParseModelPage.Rd
e015ffdf22e6871643da5f05fc6a66be *man/ReadGrib.Rd
20a8f0d15931f4c9d24b9a657b434928 *man/SanitizeURL.Rd
259a9a6904923c821401ca8f75c0ed3c *man/WebCrawler.Rd
0dd3d7a5e714839bbd56fc366c3fbc66 *man/gfs.model.data.Rd
0eb6d62b59fa45a9c4d74e049d45725d *man/rNOMADS-package.Rd
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ GribGrab now returns file name, model run date, and forecast date for the GRIB f
GetModelRunHour now returns the model date in addition to the other things it already returned
You can now specify whether you want the previous forecast or the next forecast in GribGrab
Any code that worked with rNOMADS 1.0-0 should run with rNOMADS 1.0-1 without any trouble.

1.2-0
A major update that provides access to all NOMADS models with the "grib filter" option on the NOMADS web site
(http://nomads.ncep.noaa.gov/).
This adds up to 54 models in all.
rNOMADS now scrapes the model pages to determine the variables, levels and forecasts available for each.
This has necessitated major changes to some functions.
See the supplied vignette link on the rNOMADS page on CRAN for examples of how the new rNOMADS code works.
The lack of a good GRIB file format reader in R is still vexing, and I plan to write a small package to take care of this.
A future version of rNOMADS will call this package to remove the necessity of installing third party software.

0 comments on commit 19d5aa9

Please sign in to comment.