asapi_terramodels_post: The Terramodels POST Function

Description Usage Arguments

View source: R/api_connector.R

Description

This function set new task for downloading image indexes. This may take a some minutes.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
asapi_terramodels_post(
  client,
  farm,
  sensor,
  index,
  date_start,
  date_end,
  type_export,
  email,
  api_key,
  url = "https://api.agrospace.cl",
  dash_param = FALSE
)

Arguments

client

Client name

farm

Farm name to query

sensor

Sensor

index

Index

date_start

date from, YYYY-MM-DD format

date_end

date to, YYYY-MM-DD format

type_export

Type of export like UPGCLOUD or TOGCLOUD.

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


agrospace/ASAPI documentation built on Nov. 26, 2021, 3:36 a.m.