Get the areas of landuse types from the DLM25
(Bundesamt für Kartographie und Geodäsie (2020).
“Digitales Basis-Landschaftsmodell (DLM25).”
https://gdz.bkg.bund.de/index.php/default/digitale-geodaten/digitale-landschaftsmodelle/digitales-basis-landschaftsmodell-ebenen-basis-dlm-ebenen.html.
) for the indexed hectometer polygon
of sf.afe_csa.
Usage
getDLM(
x,
vt = c("agriculture", "grassland", "gardening, vine, plantations", "deciduous forest",
"coniferous forest", "mixed forest", "wood", "heath", "bog", "swamp", "free",
"flowing water", "standing water")
)Arguments
- x
must be a single
integerindexing one hectometer polygon ofsf.afe_csaalong the River Elbe.xmust be element ofseq(from = 1, to = length(sf.afe_csa), by = 1).- vt
must be a
charactervector specifying a possible DLM vegetation type (c("agriculture", "grassland", "gardening, vine, plantations", "deciduous forest", "coniferous forest", "mixed forest", "wood", "heath", "bog", "swamp", "free", "flowing water", "standing water")).
Value
a named numeric vector with counts of areas (m²) of (selected)
landuse types for the indexed hectometer.
References
Bundesamt für Kartographie und Geodäsie (2020). “Digitales Basis-Landschaftsmodell (DLM25).” https://gdz.bkg.bund.de/index.php/default/digitale-geodaten/digitale-landschaftsmodelle/digitales-basis-landschaftsmodell-ebenen-basis-dlm-ebenen.html.
