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 | image_from_coverage(
coverage,
slice_E,
slice_N,
DATA,
bands = NULL,
filename = NULL,
query_url = NULL
)
|
coverage |
name of the coverage [character] |
slice_E |
image slicing coordinates in x-direction [character] |
slice_N |
image slicing coordinates in y-direction [character] |
DATA |
an available timestamp [character] |
bands |
coverage bands to calculate raster. Can contain one or more bands from the same coverage [character]. Example for one bands: bands="field_1"- Example for tree bands: bands=("R", "G", "B") |
filename |
If the raster image should be saved please digit a path and a filename. [character] |
query_url |
Web Coverage Service (WCS) for processing the query. This URL can be built with the *createWCS_URLs* function. [character] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.