quiet
argument of importNOAA()
now
also toggles the progress bar.Fixed join problem due to {dplyr}
updates.
Fixed spelling mistakes in weatherCodes
Converted the {worldmet}
vignette to an article.
This should ensure it is no longer reliant on NOAA’s servers. It can now
be accessed at https://openair-project.github.io/worldmet/articles/worldmet.html.
importNOAA()
will now display a progress bar when
multiple years of met data are to be imported.
Improved the formatting of the popups in getMeta()
in line with openairmaps::networkMap()
.
Added the provider
argument to
getMeta()
, allowing for users to define one or more
leaflet
basemaps. Uses the same default as
openairmaps::networkMap()
.
exportADMS()
now invisibly returns the input data,
in line with, e.g., readr::write_csv()
.
do not add precip to exportADMS()
Cloud cover data mostly spans 1 to 8 Oktas and no zero (clear
sky); use ceil_hgt = 220000
(unlimited) to indicate clear
sky when cloud cover is reported as missing.
Do not use ftp for site information.
precip_12
gives the sum of the
precipitation over the past 12 hours and the sum of this column should
be the annual total in mm. precip
spreads the 12-hour total
evenly across the previous 12 hours. {worldmet}
no longer
tries to combine 12 and 6 hour totals.importNOAA()
weatherCodes
so that everything works when
used by other packages through “explicit namespacing”” (e.g.
worldmet::importNOAA()
) without having to
library(worldmet)
.getMeta
n.core = 1
importNOAA()
; just return everything{tibble}
getMetaLive()
to allow users direct access to
all meta data and easy re-use without re-downloading.path
to allow users to save met data as an
rds file.fresh
option in getMeta()
.9999
is missing for visibility (was
999999
)getMeta()
read_csv()
for meta data (read.csv()
seems very slow in R 3.4.3){foreach}
closeAllConnections()
NA
when missing and
not NaN
exportADMS()