Opened 7 years ago

Closed 6 years ago

Last modified 6 years ago

#6829 closed enhancement (fixed)

Make gdalbuildvrt output the conflict if things are not heterogeneous

Reported by: kthujvu Owned by: warmerdam
Priority: normal Milestone: 2.3.0
Component: default Version: unspecified
Severity: minor Keywords: gdalbuildvrt, ux
Cc:

Description

If you try to "merge" some datasets with gdalbuildvrt you might have conflicting projections:

Warning 6: gdalbuildvrt does not support heterogeneous projection.

Or maybe different band types:

Warning 6: gdalbuildvrt does not support heterogeneous band characteristics.

It would be great if gdalbuiltvrt would tell the user what it expected, so eg which projection or band type it expected. Just a little treat for users. :)

Change History (2)

comment:1 by Even Rouault, 6 years ago

Resolution: fixed
Status: newclosed

In 41723:

gdalbuildvrt: make warnings about heterogeneous projection/band characteristics more explicit (fixes #6829)

comment:2 by Even Rouault, 6 years ago

Milestone: 2.3.0
Note: See TracTickets for help on using tickets.