-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
89 lines (89 loc) · 3.98 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Type: Package
Package: GSODR
Title: Global Surface Summary of the Day ('GSOD') Weather Data Client
Version: 4.1.3
Authors@R: c(
person("Adam H.", "Sparks", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0061-8359")),
person("Tomislav", "Hengl", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9921-5129")),
person("Andrew", "Nelson", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7249-3778")),
person("Hugh", "Parsonage", , "[email protected]", role = c("cph", "ctb"),
comment = c(ORCID = "0000-0003-4055-0835")),
person("Taras", "Kaduk", , "[email protected]", role = "ctb",
comment = "Suggestion for handling bulk station downloads more\n efficiently"),
person("Gwenael", "Giboire", , "[email protected]", role = "ctb",
comment = "Several bug reports in early versions and testing feedback"),
person("Łukasz", "Pawlik", , "[email protected]", role = "ctb",
comment = "Reported bug in windspeed conversion calculation"),
person("Ross", "Darnell", , "[email protected]", role = "ctb",
comment = c("Reported bug in 'Windows OS' versions causing 'GSOD' data untarring to\n fail", ORCID = "0000-0002-7973-6322")),
person("Tyler", "Widdison", , "[email protected]", role = "ctb",
comment = "Reported bug where\n `nearest_stations()` did not return stations in order of nearest to\n farthest"),
person("Curtin University", role = "cph",
comment = "Supported the development of 'GSODR' through\n Adam H. Sparks's time.")
)
Description: 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,
<https://www1.ncdc.noaa.gov/pub/data/gsod/readme.txt>.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/GSODR/, https://github.com/ropensci/GSODR
BugReports: https://github.com/ropensci/GSODR/issues
Depends:
R (>= 3.5.0)
Imports:
countrycode,
curl,
data.table (>= 1.15.4),
R.utils,
stats,
utils,
withr
Suggests:
bit64,
dplyr,
ggplot2,
gridExtra,
knitr,
mapproj,
maps,
rmarkdown,
roxyglobals,
spelling,
testthat,
tidyr
VignetteBuilder:
knitr
ByteCompile: TRUE
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Repository: CRAN
Roxygen: list(roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"), markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Tools
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: US-NCEI, meteorological-data, global-weather,
weather, weather-data, meteorology, station-data, surface-weather,
data-access, US-NCDC