getCGLS | R Documentation |
Download data provided by the Copernicus Global Land Service (https://land.copernicus.eu/global/) You need to register at https://land.copernicus.eu/global/ and create a username and password.
See https://land.copernicus.eu/global/products/ for a product overview and product details and see https://land.copernicus.vgt.vito.be/manifest/ for an overview for data availability.
getCGLS(product, start_date, end_date, resolution="1km",
version=1, path, username, password, ...)
product |
character. For example: "fapar", "fcover", "lai", "ndvi", "ssm", "swi", "lst" |
resolution |
character. one of "1km", "300m" or "100m" |
version |
positive integer. product version |
start_date |
character or Date. Start date for the data requested formatted yyyy-m-d |
end_date |
Character or Date. End date for the data requested formatted yyyy-m-d |
path |
character. Path name indicating where to store the data |
username |
character. EOSDIS user name (see Details) |
password |
character. EOSDIS password (see Details) |
... |
Additional arguments passed to download.file) |
SpatRaster
getNASA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.