View source: R/ice_amsr_ssmi.R
read_amsr_ice | R Documentation |
Both eras are available in the same series, scaling is applied to the first series to ensure the data is always in percentage (0, 100).
read_amsr_ice(
date,
xylim = NULL,
latest = TRUE,
...,
returnfiles = FALSE,
inputfiles = NULL
)
date |
date or dates of data to read, see Details |
xylim |
spatial extents to crop from source data, can be anything accepted by |
latest |
if TRUE and date input is missing, return the latest time available otherwise the earliest |
... |
passed to brick, primarily for |
returnfiles |
ignore options and just return the file names and dates |
inputfiles |
input the files data base to speed up initialization |
This function relies on the file-listing of raadfiles::amsr_daily_files()
raadfiles::amsr_daily_files read_cersat_ice readice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.