From 0e3fe3e3f40b368566899fddbee74fe1478f72b6 Mon Sep 17 00:00:00 2001 From: Adam Sparks Date: Sun, 15 May 2022 20:31:17 +0800 Subject: [PATCH 01/15] Update documentation --- DESCRIPTION | 2 +- man/GSODR-package.Rd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b49aa4bf..2869b557 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -75,7 +75,7 @@ Suggests: roxygen2, testthat, tidyr -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.0 Encoding: UTF-8 Language: en-US NeedsCompilation: no diff --git a/man/GSODR-package.Rd b/man/GSODR-package.Rd index 791b4ca1..855a0c54 100644 --- a/man/GSODR-package.Rd +++ b/man/GSODR-package.Rd @@ -6,9 +6,9 @@ \alias{GSODR-package} \title{GSODR: Global Surface Summary of the Day ('GSOD') Weather Data Client} \description{ -\if{html}{\figure{logo.png}{options: align='right' alt='logo' width='120'}} +\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -Provides automated downloading, parsing, cleaning, unit conversion and formatting of Global Surface Summary of the Day ('GSOD') weather data from the from the USA National Centers for Environmental Information ('NCEI'). Units are converted from from United States Customary System ('USCS') units to International System of Units ('SI'). Stations may be individually checked for number of missing days defined by the user, where stations with too many missing observations are omitted. Only stations with valid reported latitude and longitude values are permitted in the final data. Additional useful elements, saturation vapour pressure ('es'), actual vapour pressure ('ea') and relative humidity ('RH') are calculated from the original data using the improved August-Roche-Magnus approximation (Alduchov & Eskridge 1996) and included in the final data set. The resulting metadata include station identification information, country, state, latitude, longitude, elevation, weather observations and associated flags. For information on the 'GSOD' data from 'NCEI', please see the 'GSOD' 'readme.txt' file available from, . +Provides automated downloading, parsing, cleaning, unit conversion and formatting of Global Surface Summary of the Day ('GSOD') weather data from the from the USA National Centers for Environmental Information ('NCEI'). Units are converted from from United States Customary System ('USCS') units to International System of Units ('SI'). Stations may be individually checked for number of missing days defined by the user, where stations with too many missing observations are omitted. Only stations with valid reported latitude and longitude values are permitted in the final data. Additional useful elements, saturation vapour pressure ('es'), actual vapour pressure ('ea') and relative humidity ('RH') are calculated from the original data using the improved August-Roche-Magnus approximation (Alduchov & Eskridge 1996) and included in the final data set. The resulting metadata include station identification information, country, state, latitude, longitude, elevation, weather observations and associated flags. For information on the 'GSOD' data from 'NCEI', please see the 'GSOD' 'readme.txt' file available from, \url{https://www1.ncdc.noaa.gov/pub/data/gsod/readme.txt}. } \seealso{ Useful links: From 426b99388b6034f7dcadbfce00346f24c092e379 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sun, 15 May 2022 20:31:42 +0800 Subject: [PATCH 02/15] Increment version number to 3.1.5.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2869b557..c8ebffc7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: GSODR Type: Package Title: Global Surface Summary of the Day ('GSOD') Weather Data Client -Version: 3.1.5 +Version: 3.1.5.9000 Authors@R: c(person("Adam H.", "Sparks", role = c("aut", "cre"), email = "adamhsparks@gmail.com", comment = c(ORCID = "0000-0002-0061-8359")), diff --git a/NEWS.md b/NEWS.md index 8c3c5bf7..ceee8cdf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# GSODR (development version) + --- editor_options: markdown: From 0d58e6633c4aaad5e39249a7d66a0769d09b93f2 Mon Sep 17 00:00:00 2001 From: Adam Sparks Date: Sat, 13 Aug 2022 10:59:25 +0800 Subject: [PATCH 03/15] Update isd_history.rda file --- data-raw/fetch_isd-history.md | 99 ++++++++++++++++------------------ inst/extdata/isd_diff.rda | Bin 2774952 -> 2775365 bytes inst/extdata/isd_history.rda | Bin 451922 -> 451831 bytes 3 files changed, 46 insertions(+), 53 deletions(-) diff --git a/data-raw/fetch_isd-history.md b/data-raw/fetch_isd-history.md index b2c542e7..90a0aa7f 100644 --- a/data-raw/fetch_isd-history.md +++ b/data-raw/fetch_isd-history.md @@ -1,7 +1,7 @@ Fetch and Clean ‘isd_history.csv’ File ================ Adam H. Sparks -2022-05-06 +2022-08-13