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.4.0
License: MIT + file LICENSE
Encoding: UTF-8
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut","cre"), 
    email = "myrmecocystus@gmail.com",
    comment = c(ORCID = "0000-0003-1444-9135"))
  )
URL: https://docs.ropensci.org/isdparser (docs)
        https://github.com/ropensci/isdparser (devel)
BugReports: https://github.com/ropensci/isdparser/issues
LazyData: true
VignetteBuilder: knitr
Imports: tibble (>= 1.2), data.table (>= 1.10.0), lubridate
Suggests: testthat, rmarkdown, knitr
RoxygenNote: 7.0.2
X-schema.org-applicationCategory: Climate
X-schema.org-keywords: climate, NOAA, data, ISD, stations
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2020-02-17 21:46:55 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-17 22:10:12 UTC
Built: R 4.6.0; ; 2025-11-02 04:12:39 UTC; windows
