|
2 | 2 | Land use mapping |
3 | 3 | ================ |
4 | 4 |
|
5 | | - This plugin feature offers the functionality to map land use data to Talsim land use categories. Currently, only the mapping of ATKIS land use data is implemented. |
| 5 | + This plugin feature offers the functionality to map land use datasets to Talsim land use categories. This plugin currently supports two German data sources: |
6 | 6 |
|
| 7 | +* **ATKIS** - Automatisiertes Topographisch-Kartographisches Informationssystem (e.g. `ATKIS NRW <https://www.bezreg-koeln.nrw.de/geobasis-nrw/produkte-und-dienste/landschaftsmodelle/aktuelle-landschaftsmodelle/digitales-basis>`_) |
| 8 | +* **LBM-DE (2021)** - `Digitales Landbedeckungsmodell für Deutschland, Stand 2021 <http://bit.ly/46K4sfd>`_ |
7 | 9 |
|
| 10 | + The mapping can be found here |
8 | 11 | Executing the Plugin |
9 | 12 | ^^^^^^^^^^^^^^^^^^^^ |
10 | | - The user must provide a folder containing all relevant ATKIS layers (e.g., veg01_f, sie01_f, etc.). The plugin automatically detects the necessary files and merges them into a single land use layer. Optionally, the user can specify a clipping layer to limit the extent of the merged result. |
11 | 13 |
|
12 | | - Once merged (and optionally clipped), the plugin maps ATKIS land use types to Talsim-compatible categories using the fields "OBJART_TXT", "FKT", and "VEG". |
| 14 | +ATKIS Data |
| 15 | +---------- |
| 16 | + |
| 17 | + **Input Requirements:** |
| 18 | + Provide a folder containing all relevant ATKIS layers (e.g., ``veg01_f``, ``sie01_f``, etc.) |
| 19 | + |
| 20 | + **Processing:** |
| 21 | + * Plugin automatically detects and merges necessary files into a single land use layer |
| 22 | + * Optional: Specify a clipping layer to limit the spatial extent |
| 23 | + * Maps the ATKIS land use types to Talsim-compatible categories using the fields "OBJART_TXT", "FKT", and "VEG". Find the complete `ATKIS to Talsim mapping table here <https://github.com/sydroconsult/QTalsim/blob/main/QTalsim/talsim_parameter/atkis_talsim_zuordnung.csv>`_. |
| 24 | + |
| 25 | + |Screenshot Land use mapping ATKIS| |
| 26 | + |
| 27 | + LBM-DE (2021) Data |
| 28 | + ------------------ |
| 29 | + **Input Requirements:** |
| 30 | + Download data from the link above and add the layer to your current QGIS project |
| 31 | + |
| 32 | + |
| 33 | + **Processing:** |
| 34 | + * Specify the layer containing LBM data |
| 35 | + * Optional: Apply a clipping layer to limit the input extent |
| 36 | + * Mapping uses fields "LB_AKT" (land cover type) and "SIE_AKT" (imperviousness). Find the complete `LBM to Talsim mapping table here <https://github.com/sydroconsult/QTalsim/blob/main/QTalsim/talsim_parameter/lbm_talsim_zuordnung.csv>`_. |
| 37 | + |
| 38 | + |Screenshot Land use mapping LBM| |
| 39 | + |
| 40 | +Output Results |
| 41 | +============== |
13 | 42 |
|
14 | 43 | The output is a GeoPackage containing two land use layers: |
15 | 44 |
|
16 | 45 | - One layer with all land use polygons, where the mapped Talsim land use type is stored in the column "OBJART_NEU". |
17 | 46 | - A second, dissolved layer where polygons with the same land use type are aggregated. This layer can be used as input for the HRU Calculation. |
18 | 47 |
|
19 | | - |Screenshot Land use mapping| |
20 | | - |
21 | | -.. |Screenshot Land use mapping| image:: qtalsim_screenshots/landuseMappingFeature.png |
| 48 | +.. |Screenshot Land use mapping ATKIS| image:: qtalsim_screenshots/landuseMappingFeature.png |
| 49 | +.. |Screenshot Land use mapping LBM| image:: qtalsim_screenshots/landuseMappingFeatureLBM.png |
0 commit comments