View source: R/ice-amsr-files.R
amsr_daily_files | R Documentation |
Sea ice concentration files at 6.25 km resolution, southern hemisphere.
amsr2_3k_daily_files(type = c("tif", "hdf"))
amsre_daily_files()
amsr2_daily_files()
amsr_daily_files()
type |
tif or hdf |
'amsre_daily_files()' returns HDF files
'amsr2_daily_files()' returns TIF files
'amsr2_3k_daily_files()' returns TIF files
'amsr_daily_files()' returns HDF files
The HDF files require flipping about the y-axis, and setting the polar extent and the crs (projection) metadata. The TIF files don't require this, they are completely oriented and metadata-complete.
tibble data frame of file names
## Not run:
## this combines amsr2 (2012-) and amsre (2002-2011)
amsr_daily_files()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.