Skip to content

Conversation

@ecodiv
Copy link
Contributor

@ecodiv ecodiv commented Dec 7, 2025

The module now downloads tiles directly from the AHN object-storage service. The earlier WCS-based download method and the option to retrieve the complete map sheets intersecting with the computation region are no longer supported.

Added the options to download AHN versions 2 to 6 (was version 4 only).

Added the option to download the maps at 0.5 or 5 meter resolution.

Added the option to compute the canopy height model (CHM). With this option, both the DSM and DTM are downloaded and imported. A third map, the CHM, is calculated as DSM - DTM.

The user can set nprocs. When nprocs > 2, downloading and importing of tiles will be done in parallel, and it will be set for r.patch. When a MASK is present, this will be temporarily disabled using MaskManager (grass version 8.5) or by temporarily renaming the MASK layer (grass version 8.4).

Add option to download lidar data tiles. In this case, they will be downloaded and a list of files is created. The data will not be imported (too many ways and options to import the data).

ecodiv and others added 3 commits December 7, 2025 23:29
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@ecodiv ecodiv added the enhancement New feature or request label Dec 8, 2025
@ecodiv ecodiv self-assigned this Dec 8, 2025
@ecodiv ecodiv merged commit 4a42015 into OSGeo:grass8 Dec 9, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant