Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
The data can be downloaded at EEA for level 1 (based on EUNIS habitat classification level 1) and level 2 (based on EUNIS habitat classification level 2).
The dataset combines the Corine based MAES ecosystem classes with the non-spatial EUNIS habitat classification for a better biological characterization of ecosystems across Europe. As such it represents probabilities of EUNIS habitat presence for each MAES ecosystem type.
Data definition rules have to be defined by flags -1 or -2.
Raster data definition rules are donated by EEA.
# link to ecosystem raster data level 1 r.external input="es_l1_100m.tif" output=es_l1_100m # define colors and raster category labels r.euro.ecosystem -1 input=es_l1_100m # link to ecosystem raster data level 2 r.external input="es_l2_100m.tif" output=es_l2_100m # define colors and raster category labels r.euro.ecosystem -2 input=es_l2_100m
Available at: r.euro.ecosystem source code (history)
Latest change: Sun Apr 24 12:36:35 2022 in commit: 53e5fea78c977660f26106e4cd12111c6176941c
Main index | Raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2022 GRASS Development Team, GRASS GIS 8.0.3dev Reference Manual