read_rst: Read the Raster data from API

Description Usage Arguments

View source: R/api_tools.R

Description

This function allows you to check if the raster was downlaod before in order to avoid repeated downloading of data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
read_rst(
  client,
  farm,
  sensor,
  index,
  date,
  email,
  api_key,
  dash_param = FALSE,
  reset = FALSE
)

Arguments

client

Client name

farm

email of user

sensor

satellite sensor

index

Api Key obtain from /auth

date

URL for dev purpose

email

Email of custome user

api_key

Api Key obtain from /auth

dash_param

AgroSpace internal use parameter. Default value FALSE.

reset

reset temporal folder


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