Standardized Natura 2000 habitat map of Flanders

The <code>habitatmap_stdized.gpkg</code> fileis a processed version of the Natura 2000 habitat map of Flanders (De Saeger et al., 2018). This file is used as basis for designing monitoring schemes in Flanders. In the original habitat map, every polygoncan consist of maximum 5 different vegetation types. This information is stored in the columns <code>HAB1</code>, <code>HAB2</code>,., <code>HAB5</code> of the attribute table. The fraction of each vegetation type within the polygons is stored in the columns <code>PHAB1</code>, <code&... Mehr ...

Verfasser: Westra, Toon
Vanderhaeghe, Floris
Dokumenttyp: other
Erscheinungsdatum: 2019
Verlag/Hrsg.: Zenodo
Schlagwörter: Natura 2000 habitat
Sprache: unknown
Permalink: https://search.fid-benelux.de/Record/base-29059277
Datenquelle: BASE; Originalkatalog
Powered By: BASE
Link(s) : https://doi.org/10.5281/zenodo.3355193

The <code>habitatmap_stdized.gpkg</code> fileis a processed version of the Natura 2000 habitat map of Flanders (De Saeger et al., 2018). This file is used as basis for designing monitoring schemes in Flanders. In the original habitat map, every polygoncan consist of maximum 5 different vegetation types. This information is stored in the columns <code>HAB1</code>, <code>HAB2</code>,., <code>HAB5</code> of the attribute table. The fraction of each vegetation type within the polygons is stored in the columns <code>PHAB1</code>, <code>PHAB2</code>, ., <code>PHAB5</code>. The different parts of the polygons are called 'patches'. The <code>processedhabitatmap_stdized.gpkg</code> file is a GeoPackage that contains: <code>habitatmap_polygons</code>: a spatial layer with every habitat map polygon that contains a Natura 2000 habitat or regional important biotope (RIB) type. <code>habitatmap_patches</code>: a table in which every row corresponds with one patch. The processing of the habitatmap_patches table included following steps: A new variable was created to provide the patch number (1 to 5): <code>patch_id</code>. For some patches the vegetation type is uncertain, and the vegetation code in the raw habitatmap data source consists of 2 or 3 possible types, separated with a ','. The different possible vegetation types are split up and one row is created for each of them. The variable <code>certain</code> will be <code>FALSE</code> if a patch consists of 2 or 3 possible vegetation types, and <code>TRUE</code> if only one vegetation type is provided. The R-code for creating the <code>habitatmap_stdized</code> data source can be foundin the GitHub repository 'n2khab-preprocessing' at commit ecadaf54d4 . A reading function to return the data source in a standardized way into the R environmentis provided by the R-package n2khab .