isd_read | R Documentation |
Read NOAA ISD/ISH local file
isd_read(
path,
additional = TRUE,
parallel = FALSE,
cores = getOption("cl.cores", 2),
progress = FALSE
)
path |
(character) path to the file. required. |
additional |
(logical) include additional and remarks data sections
in output. Default: |
parallel |
(logical) do processing in parallel. Default: |
cores |
(integer) number of cores to use: Default: 2. We look in your option "cl.cores", but use default value if not found. |
progress |
(logical) print progress - ignored if |
isd_read
- read a .gz
file as downloaded
from NOAA's website
A tibble (data.frame)
https://ftp.ncdc.noaa.gov/pub/data/noaa/
isd()
, isd_stations()
, isd_stations_search()
Other isd:
isd_stations_search()
,
isd_stations()
,
isd()
## Not run:
file <- system.file("examples", "011490-99999-1986.gz", package = "rnoaa")
isd_read(file)
isd_read(file, additional = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.