I have thousand of tif tiles and a vrt file, generated by using gdalbuildvrt. At the moment they are at the same folder level in the system, but if I open the vrt file with Notepad I cannot find any url, address or location. Does this mean that the vrt file and the tiles cannot be separated from each other and have to be together in the same folder? how can I edit that in the vrt file?
Answer
Depending on where you create the VRT, it will either become a relative path, or an absolute path. You can manually set this, by modifying the relativeToVRT="1"
to a 0, and then write a complete path in the instead of just the image filename.
See the example below of a full path VRT.
Red
D:/A/Bunch/of/Folders/Image.tif
1
No comments:
Post a Comment