Skip to content

gdalbuildvrt doesn't process multiple files using wildcard #1749

Description

@Gigas002

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions