Package: isdparser
Title: Parse 'NOAA' Integrated Surface Data Files
Description: Tools for parsing 'NOAA' Integrated Surface Data ('ISD') files,
    described at <https://www.ncdc.noaa.gov/isd>. Data includes for example,
    wind speed and direction, temperature, cloud data, sea level pressure,
    and more. Includes data from approximately 35,000 stations worldwide,
    though best coverage is in North America/Europe/Australia. Data is stored
    as variable length ASCII character strings, with most fields optional.
    Included are tools for parsing entire files, or individual lines of data.
Version: 0.2.0
License: MIT + file LICENSE
Encoding: UTF-8
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut","cre"), email = "myrmecocystus@gmail.com")
  )
URL: https://github.com/ropensci/isdparser
BugReports: https://github.com/ropensci/isdparser/issues
Imports: tibble (>= 1.2), data.table (>= 1.10.0)
Suggests: roxygen2 (>= 5.0.1), testthat, rmarkdown, knitr, covr
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-01-18 18:24:14 UTC; sacmac
Author: Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-18 23:58:48
