Skip to contents

Processes Corine Land Cover (CLC) data for the Invasive Alien Species prototype Digital Twin (IAS-pDT). Calculates percentage coverage and most common classes per grid cell at three CLC levels, plus EUNIS_19 and SynHab habitat types. Prepares a reference grid and optionally generates percentage coverage maps as JPEG.

Usage

CLC_process(env_file = ".env", min_land_percent = 15, plot_CLC = TRUE)

Arguments

env_file

Character. Path to the environment file containing paths to data sources. Defaults to .env.

min_land_percent

Numeric. Minimum land percentage per grid cell for the reference grid. Default: 15.

plot_CLC

Logical. If TRUE, plots percentage coverage for CLC levels and habitat types. Default: TRUE.

Value

Returns invisible(NULL); saves processed data and optional plots to disk.

Author

Ahmed El-Gabbas