GSODR: Global Surface Summary of the Day (GSOD) Weather Data from R

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) for use in R. 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 are calculated from the original data and included in the final data set. The resulting data include station identification information, state, country, latitude, longitude, elevation, weather observations and associated flags. Data may be automatically saved to disk. File output may be returned as a comma-separated values (CSV) or GeoPackage (GPKG) file. Additional data are included with this R package: a list of elevation values for stations between -60 and 60 degrees latitude derived from the Shuttle Radar Topography Measuring Mission (SRTM). For information on the GSOD data from NCEI, please see the GSOD readme.txt file available from, <http://www1.ncdc.noaa.gov/pub/data/gsod/readme.txt>.

Version: 1.2.0
Depends: R (≥ 3.2.0)
Imports: curl, dplyr (≥ 0.7.0), magrittr, purrr (≥ 0.2.0), R.utils, readr, rlang, stats, tibble, utils
Suggests: ggplot2, ggthemes, gridExtra, knitr, lubridate, mapproj, maps, plotKML, raster, reshape2, rgdal (≥ 1.1-9), rgeos, rmarkdown, roxygen2 (≥ 6.0.1), sf, sp, spacetime, testthat, tidyr, covr
Published: 2018-03-30
Author: Adam Sparks ORCID iD [aut, cre], Tomislav Hengl ORCID iD [aut], Andrew Nelson ORCID iD [aut], Hugh Parsonage ORCID iD [cph, ctb], Bob Rudis ORCID iD [cph, ctb]
Maintainer: Adam Sparks <adamhsparks at gmail.com>
BugReports: https://github.com/ropensci/GSODR/issues
License: MIT + file LICENSE
URL: https://github.com/ropensci/GSODR
NeedsCompilation: no
Citation: GSODR citation info
Materials: README NEWS
CRAN checks: GSODR results

Downloads:

Reference manual: GSODR.pdf
Vignettes: GSODR
GSODR use case: Specified years/stations vignette
Working with spatial and climate data from GSODR and GSODRdata
Package source: GSODR_1.2.0.tar.gz
Windows binaries: r-devel: GSODR_1.2.0.zip, r-release: GSODR_1.2.0.zip, r-oldrel: GSODR_1.2.0.zip
OS X binaries: r-release: GSODR_1.2.0.tgz, r-oldrel: GSODR_1.2.0.tgz
Old sources: GSODR archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=GSODR to link to this page.