GRASS logo

NAME

r.dtm.import - Downloads and imports DTM for specified federal state and aoi.

KEYWORDS

raster, import, DGM, DTM, open-geodata-germany

SYNOPSIS

r.dtm.import
r.dtm.import --help
r.dtm.import [-kr] [aoi=name] [federal_state=string[,string,...]] [federal_state_file=name] [local_data_dir=name] [download_dir=string] output=name [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

-k
Keep downloaded data in the download directory
-r
Use native data resolution
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

aoi=name
Name of input vector map
Polygon of the area of interest to set region
federal_state=string[,string,...]
Federal state(s) related to the area of interest e.g.:"Nordrhein-Westfalen"
Options: Berlin, BE, Baden-Württemberg, Brandenburg, BB, BW, Bayern, BY, Hamburg, HH, Hessen, HE, Sachsen, SN, Thüringen, TH
federal_state_file=name
Path to text file containing the federal state(s) related to the area of interest
local_data_dir=name
Directory with raster map of DTMs to import (e.g. XYZ/TXT files)
download_dir=string
Path to output folder
Path to download folder
output=name [required]
Name for output raster map

Table of contents

DESCRIPTION

r.dtm.import downloads and imports digital terrain models (DTM, in German DGM) 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/DTMs/
├── BW/*.xyz
└── NW/*.xyz
└── ...
In the federal state folders the addons searches for xyz files. If local data does not overlap with aoi, data will be downloaded from Open Data portals if federal state supports Open Data.

EXAMPLE

Use local DTM

Import local DTM with native resolution:
r.dtm.import fs=BW aoi=aoi_BW output=dtm_BW local_data_dir=/path/to/DTMs/ -r

AUTHORS

Veronica Koess, mundialis GmbH & Co. KG
Anika Weinmann, mundialis GmbH & Co. KG

SOURCE CODE

Available at: r.dtm.import source code (history)

Accessed: Wednesday Aug 14 14:25:08 2024


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

© 2003-2024 GRASS Development Team, GRASS GIS 8.4.1dev Reference Manual