getCGLS: Download CGLS products

View source: R/sentinel.R

getCGLSR Documentation

Download CGLS products

Description

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.

Usage

getCGLS(product, start_date, end_date, resolution="1km", 
		version=1, path, username, password, ...)

Arguments

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)

Value

SpatRaster

See Also

getNASA


rspatial/luna documentation built on Feb. 3, 2024, 4:40 a.m.