read_cersat_ice: Read CERSAT daily sea ice data.

View source: R/ice_amsr_ssmi.R

read_cersat_iceR Documentation

Read CERSAT daily sea ice data.

Description

This is southern hemisphere daily 12.5km SSM/I since 1991.

Usage

read_cersat_ice(
  date,
  xylim = NULL,
  latest = TRUE,
  setNA = TRUE,
  ...,
  returnfiles = FALSE,
  inputfiles = NULL
)

Arguments

date

date or dates of data to read, see Details

xylim

spatial extents to crop from source data, can be anything accepted by extent

latest

if TRUE and date input is missing, return the latest time available otherwise the earliest

setNA

mask zero and values greater than 100 as NA

...

passed to brick, primarily for filename

returnfiles

ignore options and just return the file names and dates

inputfiles

input the files data base to speed up initialization

Details

This function relies on the file-listing of raadfiles::cersat_daily_files()

See Also

raadfiles::cersat_daily_files read_amsr_ice


AustralianAntarcticDivision/raadtools documentation built on Feb. 14, 2024, 6:28 a.m.