get_rgb_plot: Plot RGB

Description Usage Arguments

View source: R/api_tools.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_rgb_plot(
  client,
  farm,
  date,
  email,
  api_key,
  url = "https://api.agrospace.cl",
  path = getwd(),
  name = NULL
)

Arguments

client

Client name

farm

email of user

date

URL for dev purpose

email

Email of customer user

api_key

Api Key obtain from /auth

url

URL for dev purpose

path

Address where the image will be saved. Default "getwd()"

name

Name that the image will take. Default "client_farm_dare_RGB"


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