read_amsr2_ice: Read AMSR2 sea ice data (6km)

View source: R/ice_amsr_ssmi.R

read_amsr2_iceR Documentation

Read AMSR2 sea ice data (6km)

Description

Using the TIF files (these are 2012 onwards)

Usage

read_amsr2_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

...

passed to brick, primarily for filename

setNA

mask zero and values greater than 100 as NA

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::amsr2_daily_files().

See Also

raadfiles::amsr2_daily_files


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