List the names of all scientific data sets (SDS) contained in a specified
MODIS grid HDF file.
Usage
getSds(HdfName, SDSstring = NULL, ...)
Value
A list. If 'SDSstring' is provided, the function reports matching SDS and a
formatted 'SDSstring' (e.g., "1 1 1 0 1"). If omitted, the names of all SDS
in 'HdfName' are returned.
Arguments
HdfName
character. (Absolute) file name from which to extract SDS
names. Non-existing files are being looked up recursively in
getOption("MODIS_localArcPath").
SDSstring
An optional character string of 1s and 0s, see Value.