-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
131 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ Package: GSODR | |
Type: Package | ||
Title: Download, Clean and Generate New Variables from GSOD Data | ||
Version: 0.1.6 | ||
Date: 2016-05-22 | ||
Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Tomislav", "Hengl", role = "ctb", | ||
|
@@ -11,9 +12,11 @@ Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"), | |
person("Kay", "Sumfleth", role = "ctb", | ||
email = "[email protected]")) | ||
Maintainer: Adam Sparks <[email protected]> | ||
Description: Download, clean and reformat weather data from USA National | ||
Climatic Data Center (NCDC) Global Surface Summary of the Day (GSOD) weather | ||
stations, | ||
URL: https://github.com/adamhsparks/GSODR | ||
BugReports: https://github.com/adamhsparks/GSODR/issues | ||
Description: Download, clean, reformat and create new variables from the | ||
USA National Climatic Data Center (NCDC) Global Surface Summary of the Day | ||
(GSOD) weather stations data, | ||
<https://data.noaa.gov/dataset/global-surface-summary-of-the-day-gsod>. | ||
The function, get_GSOD(), retrieves data from the GSOD ftp site and | ||
reformats it from United States Customary System (USCS) units to | ||
|
@@ -63,3 +66,6 @@ Imports: | |
utils | ||
RoxygenNote: 5.0.1 | ||
Encoding: UTF-8 | ||
NeedsCompilation: no | ||
Repository: CRAN | ||
LazyData: TRUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.