The hs_dims
function returns the dimensions of reflectance data contained
within an HDF5 file for NEON's L3 hyperspectral reflectance data.
In most cases, these dimensions will be 426 X 1000 X 1000: 426 bands and
images that are 1000m by 1000m in their spatial extent at 1 meter resolution.
hs_dims(filename)
filename | Path to an .h5 file containing L3 hyperspectral data (char) |
---|
an integer vector of length 3 containing the number of bands, number of x pixels, and number of y pixels.
#> [1] 426 30 30