GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

NAME

r.euro.ecosystem - Sets colors and categories of European ecosystem raster data set

KEYWORDS

raster, color, category, ecosystem

SYNOPSIS

r.euro.ecosystem
r.euro.ecosystem --help
r.euro.ecosystem [-12] input=name [--help] [--verbose] [--quiet] [--ui]

Flags:

-1
level 1 data
-2
level 2 data
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

input=name [required]
Name of input raster map

Table of contents

DESCRIPTION

r.euro.ecosystem defines colors and raster category labels for Ecosystem types of Europe.

The data can be downloaded at EEA for level 1 (based on EUNIS habitat classification level 1) and level 2 (ased 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 definded by flags -1 or -2.

Raster data definition rules are donated by EEA.

EXAMPLE

  # 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
 

SEE ALSO

r.colors r.category

AUTHOR

Helmut Kudrnovsky

SOURCE CODE

Available at: r.euro.ecosystem source code (history)

Latest change: Monday Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2023 GRASS Development Team, GRASS GIS 7.8.9dev Reference Manual