CLI Download Command Reference
The ign-lidar download command retrieves LiDAR HD tiles from IGN's official servers.
Syntaxβ
ign-lidar download [OPTIONS] TILE_IDS OUTPUT_DIR
Basic Usageβ
Download Single Tileβ
ign-lidar download C_3945-6730_2022 ./tiles/
Download Multiple Tilesβ
ign-lidar download C_3945-6730_2022 C_3945-6735_2022 ./tiles/
Download from Listβ
ign-lidar download --from-file tile_list.txt ./tiles/
Command Optionsβ
Input Optionsβ
TILE_IDS (required)β
One or more tile identifiers to download.
--from-file, -fβ
Read tile IDs from text file (one per line).
--bboxβ
Download all tiles within bounding box.
Format: xmin,ymin,xmax,ymax
Output Optionsβ
OUTPUT_DIR (required)β
Directory to save downloaded tiles.
--formatβ
Download format.
Options: laz, las
Default: laz
Download Optionsβ
--overwriteβ
Overwrite existing files.
--verifyβ
Verify downloaded files.
--parallel, -pβ
Number of parallel downloads.
Default: 4
Examplesβ
Download by Bounding Boxβ
ign-lidar download --bbox 3945000,6730000,3950000,6735000 ./tiles/
Parallel Downloads with Verificationβ
ign-lidar download --parallel 8 --verify --from-file tiles.txt ./data/
Related Commandsβ
ign-lidar enrich- Enrich downloaded tilesign-lidar patch- Generate training patches