-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
Expected behavior and actual behavior.
I want to create .vrt file from all .tifs in directory using wildcard in arguments, but I get errors:
ERROR 4: '../*.tif' does not exist in the file system, and is not recognized as a supported dataset name. Warning 1: Can't open ../*.tif. Skipping it
Steps to reproduce the problem.
Here's the string that I run: ./gdalbuildvrt ../test.vrt ../*.tif
Operating system
Windows 7 x64/Windows 10 x64
GDAL version and provenance
I've run several tests, and here's the list where that feature worked, and where it didn't:
2.1.3 - work
2.2.3 - work
2.3.0 - work
2.3.1 - work
2.3.2 - fail
2.3.3 - fail
2.4.0 - fail
2.4.1 - fail
2.4.2 - fail
3.0.0 - fail
Daily dev build - fail
All the binaries were taken from GISInternals.
Judging by gdalbuildvrt examples that should still work.
Metadata
Metadata
Assignees
Labels
No labels