oCLC: Obtain Corine Land Cover data

Description Usage Arguments Details Value See Also Examples

View source: R/oCLC.R

Description

Obtain data from the 'Corine Land Cover' dataset (currently you have to download it manually).

Usage

1
oCLC(mask = NULL, years = NULL)

Arguments

mask

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

years

[integerish(.)]
year(s) for which CLC data should be extracted; see Details.

Details

The CLC data dataset is available for the years 1990, 2000, 2006 and 2012. It covers 45 land cover classes for many European countries. It was compiled by the European Environmental Agency.

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.

Value

A RasterLayer of clc data.

See Also

Other obtain operators (Europe): oEFTA, oEMMA

Examples

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

myCLC <- oCLC(mask = rtGeoms$mask, years = c(2006, 2012))
visualise(raster = myCLC, trace = TRUE)

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

## End(Not run)

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