Re: [gdal-dev] gdalbuildvrt with different resolutions

2018-02-28 Thread Christoph Paulik
Hi, What I imagined would be the option for getting an error message if not all of the files have the same resolution. Something like -allow_projection_difference but the other way around. Maybe -disallow_different_resolutions is clearer than my previous suggestion. All the best, Christoph

Re: [gdal-dev] gdalbuildvrt with different resolutions

2018-02-28 Thread jratike80
Christoph Paulik wrote > Hi, > > Would it be possible/a good idea to add an option to gdalbuildvrt to force > all files > to be of the same resolution? > > We have files that go into a VRT that should all have the same > resolution and I would like an error to be raised if they do not. We > could

[gdal-dev] gdalbuildvrt with different resolutions

2018-02-27 Thread Christoph Paulik
Hi, Would it be possible/a good idea to add an option to gdalbuildvrt to force all files to be of the same resolution? We have files that go into a VRT that should all have the same resolution and I would like an error to be raised if they do not. We could of course implement an external check