combine_IMS_data: download and combine NSIDC IMS data

Description Usage Arguments Examples

Description

download and combine NSIDC IMS data

Usage

1
2
combine_IMS_data(resolution = 24, start_year = 1997, end_year = 2017,
  output_dir = tempdir())

Arguments

resolution

numeric spatial resolution to use in processing (4, 24) (default = 24)

start_year

start year

end_year

end year

output_dir

where to store the final dataset (default = tempdir())

Examples

1
2
3
4
5
6
## Not run: 
# download IMS scnow data for the default range 1997 - 2017
# and store in tempdir()
combine_IMS_data()

## End(Not run)

khufkens/nsidcproc documentation built on May 20, 2019, 9:23 a.m.