-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathr.import.dtm_nrw.html
33 lines (24 loc) · 1.09 KB
/
r.import.dtm_nrw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<h2>DESCRIPTION</h2>
<em>r.import.dtm_nrw</em> downloads and imports the NRW digital terrain model
(DTM) 1m into the current mapset. Only the extent of the current region is
downloaded and imported with a 1m resolution. Note that data is only available
for NRW and will be imported on a best-effort basis: If the current region
exceeds NRW, all available DTM data for the region is still imported,
but GRASS will give a warning.
<h2>EXAMPLE</h2>
<div class="code"><pre>
r.import.dtm output=dtm_1m
</pre></div>
<h2>SEE ALSO</h2>
<em>
<a href="https://grass.osgeo.org/grass-stable/manuals/r.in.xyz.html">r.in.xyz</a>
</em>
<h2>REFERENCES</h2>
<ul>
<li><a href="https://www.opengeodata.nrw.de/produkte/geobasis/hm/dtm1_xyz/dtm1_xyz/">download source</a></li>
<li><a href="https://www.bezreg-koeln.nrw.de/brk_internet/geobasis/hoehenmodelle/digitale_gelaendemodelle/gelaendemodell/index.html">metadata</a></li>
</ul>
<h2>AUTHORS</h2>
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis GmbH & Co. KG</a>
<p>
Anika Weinmann, <a href="https://www.mundialis.de/">mundialis GmbH & Co. KG</a>