This function allows you to check if the raster was downlaod before in order to avoid repeated downloading of data
1 2 3 4 5 6 7 8 9 10 | post_rgb_plot(
client,
farm,
date,
email,
height = 200,
width = 200,
api_key,
url = "https://api.agrospace.cl"
)
|
client |
Client name |
farm |
email of user |
date |
URL for dev purpose |
email |
Email of custome user |
height |
Heigth |
width |
Width of image |
api_key |
Api Key obtain from /auth |
url |
URL for dev purpose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.