Description Arguments See Also Examples
These functions provides the basic operations over a cube
(EOCubes_cube
) object.
x |
A |
name |
A |
repos |
An |
cube |
An |
tiles |
A |
from |
A |
to |
A |
1 2 3 4 5 6 7 | x <- repository("AWS.S3")
cub1 <- cube("MOD13Q1/006", x)
cube_name(cub1) # show the entry name 'MOD13Q1/006'
cube_bands_info(cub1) # show bands and its meta data
cube_crs(cub1) # show CRS string
cube_bbox(cub1) # show bbox values
cube_raster_info(cub1) # show raster size and pixel resolution
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.