View source: R/api_connector.R
This function allows you to GET the time series (ts) of raster images.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | asapi_ts_image(
client,
farm,
tableid,
sensor,
index,
date_start,
date_end,
path = getwd(),
email,
api_key,
url = "https://api.agrospace.cl",
dash_param = FALSE
)
|
client |
Client name. |
farm |
Farm name to query. |
tableid |
The mean values for the field (levelzero) or for each paddock (levelone) |
sensor |
Sensor. |
index |
Index. |
date_start |
date from, YYYY-MM-DD format. |
date_end |
date to, YYYY-MM-DD format. |
path |
Address where the raster images will be saved. Default "getwd()". |
email |
email of user. |
api_key |
Api Key obtain from /auth. |
url |
URL for dev purpose |
dash_param |
AgroSpace internal use parameter. Default value FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.