Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
There are two different layers available: the digital terrain model (DTM) and a digital surface model (DSM). The user needs to select which to download. The selected product will be downloaded for the computation region. However, note that the region will adjusted to ensure that the imported raster layer neatly aligns with and has the same resolution (0.5 meter) as the original AHN data. The resulting will always have the same or a larger extent than the original computation region. If you want to store the current computational region, make sure to first save it using g.region.
The AHN can also be downloaded in map sheets (tiles) of 6.5 by 5 kilometer. To download the area covered by one or more of these tiles, the user can set the -t flag. This wil to download the area for the tiles that overlap with the current computational region.
The region will be adjusted to ensure that the imported raster layer neatly aligns with and has the same resolution (0.5 meter) as the original AHN data. The user can set the -g flag to return the region to the original computation region after the data is imported.
The addon uses the r.in.wcs addon in the background, so the user will first need to install this addon.
# Set the region for Fort Crèvecoeur g.region n=416562 s=415957 w=145900 e=147003 res=0.5 # Download the DSM r.in.ahn product=dsm output=dsm_crevecoeur
# Set the region for Fort Crèvecoeur g.region n=416562 s=415957 w=145900 e=147003 res=0.5 # Download the DSM r.in.ahn -t product=dsm output=dsm_crevecoeur2
The result will be a raster layer dsm_crevecoeur2 and a vector layer dsm_crevecoeur2_tiles
# Set the region for Fort Crèvecoeur g.region n=416562 s=415957 w=145900 e=147003 res=0.5 # Download the DSM r.in.ahn -t -g product=dsm output=dsm_crevecoeur3
The result will be a raster layer dsm_crevecoeur3 and a vector layer dsm_crevecoeur3_tiles
Available at: r.in.ahn source code (history)
Latest change: Monday Jun 24 08:16:48 2024 in commit: 8939a985d18de5366340b88037ab0fe3a0814c9b
Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
Main index | Raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2023 GRASS Development Team, GRASS GIS 8.2.2dev Reference Manual