💾 Archived View for freeshell.de › tldr › gdalbuildvrt.gmi captured on 2023-04-19 at 23:57:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Build Virtual Datasets from a list of existing datasets.
gdalbuildvrt {path/to/output.vrt} {path/to/input_directory/*.tif}
gdalbuildvrt -input_file_list {path/to/list.txt} {path/to/output.vrt}
gdalbuildvrt -separate {path/to/rgb.vrt} {path/to/red.tif} {path/to/green.tif} {path/to/blue.tif}
gdalbuildvrt -hidenodata -vrtnodata "{0 0 255}" {path/to/output.vrt} {path/to/input_directory/*.tif}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).