R/derivaadc.R
readderivaadc.Rd
Derived data are read from files managed by derivaadcfiles
.
readderivaadc(products, xylim = NULL, returnfiles = FALSE, ...)
choice of products, see derivaadcproducts
for available products
spatial extents to crop from source data, can be anything accepted by extent
ignore options and just return the file names
passed to brick, primarily for filename
raster
object
http://data.aad.gov.au/aadc/metadata/metadata.cfm?entry_id=Polar_Environmental_Data
derivaadcfiles
for details on the repository of
data files, raster
for the return value
if (FALSE) {
prods <- c("bathymetry","chl_summer_climatology")
x <- readderivaadc(prods)
}