r.dsm.import downloads and imports digital surface models (DSM, in German DOM) for specified federal state and area of interest.
Alternatively, local data can be imported. Implemented federal state options are:
For local data import the parameter local_data_dir has to be given and the folder structure has to be as follows:
/path/to/DSMs/
├── BW/*.vrt
└── NW/*.tif
└── ...
In the federal state folders the addons searches for a vrt file or if none is given all tifs will be imported. If local data does not overlap with aoi, data will be downloaded from Open Data portals if federal state supports Open Data.
Import local DSM with native resolution:
r.dsm.import fs=BW aoi=aoi_BW output=dsm_BW local_data_dir=/path/to/DSMs/ -r
Veronica Koess, mundialis GmbH & Co. KG
Anika Weinmann, mundialis GmbH & Co. KG