rnoaa (version 0.9.5)

sea_ice_tabular: Sea ice tabular data

Description

Collects .csv files from NOAA, and binds them together into a single data.frame. Data across years, with extent and area of ice.

Usage

sea_ice_tabular(...)

Arguments

...

Curl options passed on to crul::verb-GET - beware that curl options are passed to each http request, for each of 24 requests.

Value

A data.frame with columns:

  • year (integer)

  • mo (integer)

  • data.type (character)

  • region (character)

  • extent (numeric)

  • area (numeric)

Details

An example file, for January, North pole: ftp://sidads.colorado.edu/DATASETS/NOAA/G02135/north/monthly/data/N_01_extent_v3.0.csv

a value in any cell of -9999 indicates missing data

See Also

sea_ice()

Examples

Run this code
# NOT RUN {
df <- sea_ice_tabular()
df
# }

Run the code above in your browser using DataLab