Package: GSODR
Type: Package
Title: Global Summary Daily Weather Data in R
Version: 1.0.1
Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"),
    email = "adamhsparks@gmail.com"),
    person("Tomislav", "Hengl", role = "aut",
    email = "tom.hengl@isric.org"),
    person("Andrew", "Nelson", role = "aut",
    email = "dr.andy.nelson@gmail.com"))
URL: https://github.com/ropensci/GSODR
BugReports: https://github.com/ropensci/GSODR/issues
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 Climatic Data Center (NCDC) for use in R. All
    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
    variables, 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 NCDC, please see the  GSOD readme.txt file available
    from, <http://www1.ncdc.noaa.gov/pub/data/gsod/readme.txt>.
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Imports: curl, data.table, dplyr, fields, plyr, purrr (>= 0.2.0),
        R.utils, readr, rgdal (>= 1.1-9), sp, stats, utils
Suggests: ggalt, ggplot2, knitr, lubridate, plotKML, raster, reshape2,
        rgeos, rmarkdown, spacetime, testthat, tibble, tidyr, covr
RoxygenNote: 5.0.1
Encoding: UTF-8
NeedsCompilation: no
Repository: CRAN
LazyData: TRUE
ByteCompile: TRUE
VignetteBuilder: knitr
Packaged: 2017-01-27 00:13:51 UTC; asparks
Author: Adam Sparks [aut, cre],
  Tomislav Hengl [aut],
  Andrew Nelson [aut]
Maintainer: Adam Sparks <adamhsparks@gmail.com>
Date/Publication: 2017-01-27 10:39:49
