Description Usage Arguments Value
This is a wrapper function that you can create Annotation request with
minimal input. The wrapper function can request NDVI or EVI values based on
the ctmm::extent
result. ctmm::extent
take a telemetry object or UD
object and return their spatial bounding box and time range.
1 | create_envdata_request(data_type = c("NDVI", "EVI"), ext, buffer = 0)
|
data_type |
The environment data to be requested. Currrently only NDVI and EVI are supported. |
ext |
Return value from |
buffer |
Increase the bounding box to make it cover the edge area. 0.1 will extend 10% in each dimension. |
request parameter list, which can be feed to submit_grid_request
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.