gugik_download_nmt_tiles
Find and optionally download NMT/NMPT tile packages for a bounding box. Supports multiple elevation variants and returns download links or saves them locally.
Instructions
Find (and optionally download) NMT/NMPT tile packages covering a bounding box.
bbox is [xmin, ymin, xmax, ymax] in WGS84 (EPSG:4326). variant is
one of "nmt" (1 m grid, EVRF2007 - default), "nmt_grid5m", "nmt_kron86",
"nmpt", "nmpt_kron86". Coverage is found by sampling a grid of points
across bbox against GUGiK's tile-index service (capped at
max_samples, max 25) and collecting the unique download links found -
not a true polygon intersection, so raise max_samples for
thin/elongated extents if tiles seem to be missing. Without
output_dir only the resolved links are returned; with it, each
tile package is downloaded into that local directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| variant | No | nmt | |
| output_dir | No | ||
| max_samples | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||