Skip to content

Commit

Permalink
version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarslaw authored and cran-robot committed Oct 5, 2022
1 parent 5a6e52a commit d3d4636
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 114 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Expand Up @@ -2,8 +2,8 @@ Package: worldmet
Type: Package
Title: Import Surface Meteorological Data from NOAA Integrated Surface
Database (ISD)
Version: 0.9.5
Date: 2021-04-20
Version: 0.9.6
Date: 2022-10-05
Authors@R: c(person("David", "Carslaw", role = c("aut", "cre"), email =
"david.carslaw@york.ac.uk"))
ByteCompile: true
Expand All @@ -13,7 +13,7 @@ Imports: openair, doParallel, parallel, foreach, purrr, dplyr, leaflet,
Maintainer: David Carslaw <david.carslaw@york.ac.uk>
Description: Functions to import data from more than 30,000 surface
meteorological sites around the world managed by the National Oceanic and Atmospheric Administration (NOAA) Integrated Surface
Database (ISD, see <https://www.ncdc.noaa.gov/isd>).
Database (ISD, see <https://www.ncei.noaa.gov/products/land-based-station/integrated-surface-database>).
License: GPL (>= 2)
URL: https://davidcarslaw.github.io/worldmet/index.html
BugReports: https://github.com/davidcarslaw/worldmet/issues
Expand All @@ -22,9 +22,9 @@ Language: en-GB
LazyLoad: true
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2021-04-20 12:42:12 UTC; davidcarslaw
Packaged: 2022-10-05 14:05:03 UTC; davidcarslaw
Author: David Carslaw [aut, cre]
Repository: CRAN
Date/Publication: 2021-04-20 14:20:02 UTC
Date/Publication: 2022-10-05 14:30:02 UTC
18 changes: 9 additions & 9 deletions MD5
@@ -1,18 +1,18 @@
a6cace4f91023141efa3e05e50f68435 *DESCRIPTION
78d4e14cfb334c4930303c4a7c5bfd96 *DESCRIPTION
f96925748623fd49a5aac2040758b5f0 *NAMESPACE
4bb7269eb221f78728a0cb4d98a3006d *R/exportADMS.R
8c7c4f74027277e62087f056530b08ad *R/exportADMS.R
d3518b18a54f143daf42d444ecf79290 *R/getMeta.R
cad2e2b073a111cb6c9d7e14793e5fb4 *R/metNOAA.R
3acd2863e13cd2f73cb60b6510b0bf63 *R/metNOAA.R
dfd79efabee5ea65b0ee279b9f8330de *R/weatherCodes.R
4e12ca3ac9d10c32df1323a551b5a349 *R/worldmet-package.R
c3558ec45d638e29aa601136deaf3294 *R/worldmet-package.R
b180ead8dd8cc9b27765d4074096bc8b *R/zzz.R
28d4413598d4db98f2a2e392bd040134 *README.md
8699a0e8e38705634dd0ae8f861ea0c4 *data/weatherCodes.rda
08e8a947c211e40e190a3b26916ea182 *README.md
3e803840f7fa05f5ba770dba7bd386b3 *data/weatherCodes.rda
ca62b4153959d89af26f07cc4e2e1d32 *man/exportADMS.Rd
84f21841c2bbb1c09c3ffbcf11ec2145 *man/figures/map.png
ad127a8a1b6a6416125979c25b3389cc *man/figures/windRose-1.png
a3e5f595df491dd9e3bd41450301ceb7 *man/figures/windRose-1.png
e93ee436ce945d5a2e4f6c2ba47c56a0 *man/getMeta.Rd
40c9a88ccb100f7fc94a4e3899406085 *man/getMetaLive.Rd
464a0cd09947d856a62cbd103fdea7c2 *man/importNOAA.Rd
4a1d33cdb520d92f9c96b6ae51f61dcd *man/importNOAA.Rd
033635944e83ba6b778f20d6c189adb2 *man/weatherCodes.Rd
d6e63d90736fe654c729d3de8de3bdd3 *man/worldmet.Rd
0bf22827c9b4fa29db7c204dba719183 *man/worldmet.Rd
2 changes: 1 addition & 1 deletion R/exportADMS.R
Expand Up @@ -50,7 +50,7 @@ exportADMS <- function(dat, out = "./ADMS_met.MET", interp = FALSE, maxgap = 2)

if (interp) {

varInterp <- c("ws", "u", "v", "air_temp", "RH", "cl", "precip")
varInterp <- c("ws", "u", "v", "air_temp", "RH", "cl")

# transform wd
dat <- mutate(dat, u = sin(pi * wd / 180),
Expand Down

0 comments on commit d3d4636

Please sign in to comment.