This function provides the possibility to interact directly with the data cubes. It gives the option to write the images to memory or on the hard drive for further computation.
1 2 3 4 5 6 7 8 9 10 11 |
coverage |
name of the coverage [character] |
DATA |
an available timestamp [character] |
FORMAT |
output_format. Output format (mime type) of the product |
BAND |
(RangeSubset) coverage Nameband to calculate raster. If param BAND not set (=NULL) the band number 1 will be automatically selected. [character] |
CRS_Extension |
This parameter defines the output crs. By default is used the coverages CRS. [character] Eg. http://localhost:8080/def/crs/EPSG/0/32632 |
filename |
If the raster image should be saved please digit a path and a filename. [character] |
others_opt |
Other options/WCS GetCoverage parameters. Eg. clipping extension: clip=POLYGON((1520000 5030000,1540000 5030000, 1540000 5060000, 1520000 5060000, 1520000 5030000)) |
slice_E |
image slicing coordinates in x-direction [character] Eg. E(436000, 550000) |
slice_N |
image slicing coordinates in y-direction [character] Eg. N(4918000,5166000) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.