Description Usage Arguments Value Examples
Get the spatial extent of a hyperspectral image
1 | hs_extent(filename)
|
filename |
Path to an .h5 file containing L3 hyperspectral data (char) |
a raster::extent object that contains the min and max x and y coordinates of a hyperspectral image
1 2 | path_to_file <- system.file('extdata', 'ex.h5', package = 'neonhs')
hs_extent(path_to_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.