calmet_get_ncdc_station_data: Obtain NCDC station data

Description Usage Arguments Examples

Description

Obtain NCDC station data for all stations residing in the CALMET domain during a specied time period.

Usage

1
2
calmet_get_ncdc_station_data(data_filename = NULL, local_archive_dir = NULL,
  year = NULL, bbox_lat_lon = NULL)

Arguments

data_filename

a string representing the exact filename for the archive to be retrieved.

local_archive_dir

a local path containing an archive of gzipped NCDC station data files.

year

the year of the data archive.

bbox_lat_lon

a spatial bounding box in projected in lat/lon coordinates.

Examples

1
2
3
4
5
6
## Not run: 
# Get 2010 station data for a previously defined domain
calmet_get_ncdc_station_data(year = 2010,
                             bbox_lat_lon = bbox)

## End(Not run)

rich-iannone/PuffR documentation built on May 27, 2019, 7:46 a.m.