create_envdata_request: Create Grid Annotation Request from extent Result

Description Usage Arguments Value

Description

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.

Usage

1
create_envdata_request(data_type = c("NDVI", "EVI"), ext, buffer = 0)

Arguments

data_type

The environment data to be requested. Currrently only NDVI and EVI are supported.

ext

Return value from ctmm::extent applied on telemetry object which includes bounding box and time range. If applied to UD only bounding box is available, so it's suggested to feed ctmm::extent with a list of telemetry object and UD object so it will return time range from telemetry object and bounding box from the UD object.

buffer

Increase the bounding box to make it cover the edge area. 0.1 will extend 10% in each dimension.

Value

request parameter list, which can be feed to submit_grid_request.


ctmm-initiative/DDIM documentation built on Nov. 12, 2021, 7:48 a.m.