oESALC: Obtain global ESA CCI land-cover data

Description Usage Arguments Details Functions See Also Examples

View source: R/oESALC.R

Description

Obtain data from the 'ESA CCI land-cover' dataset (User Guide).

Usage

1
2
3
oESALC(mask = NULL, years = NULL, assertQuality = TRUE, ...)

downloadESALC(file = NULL, localPath = NULL)

Arguments

mask

[geom | Spatial* | sf | raster]
spatial object of which the extent is the area of interest.

years

[integerish(.)]
year(s) for which ESA CCI land-cover data should be extracted; see Details.

assertQuality

[logical(1)] (not supported yet)
should the quality flags of the ESA CCI land-cover dataset be extracted (TRUE, default) or should merely the data-layer be extracted (FALSE)?

...

[various]
other arguments.

file

[character(1)]
the name of the file to download.

localPath

[character(1)]
the local path where files are supposed to be stored (i.e. on your harddisc).

Details

The object provided in mask is treated as a single mask, irrespective of that object consisting of only one or several features. The extent comprising all features (point(s), line(s), polygon(s)) is used as area of interest. This is in contrast to obtain, where a mask may consist of several features, each of which are treated as seperate mask.

Functions

See Also

Other obtain operators (Global): oGFC, oMODIS, oWCLIM

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

myESALC <- oESALC(mask = rtGeoms$mask, years = 2005)
visualise(raster = myESALC, trace = TRUE)

# get the (updated) bibliography
reference(style = "bibtex")

## End(Not run)

EhrmannS/rasterTools documentation built on Sept. 4, 2019, 10:34 a.m.