Re: [gdal-dev] Sub-optimal access to cloud optimized GeoTIFF

2017-12-13 Thread Even Rouault
Jukka, > > This image http://193.166.24.122/gtk/mp_50_750.tif should be > prepared as adviced in > https://trac.osgeo.org/gdal/wiki/CloudOptimizedGeoTIFF and the validation > script agrees on that. > > python c:\temp\validate_cloud_optimized_geotiff.py mp_50_750.tif > Result: > mp

Re: [gdal-dev] Use of std::unique_ptr and auto in new code

2017-12-13 Thread Kurt Schwehr
Here is a range based for replacement of an iterator as a starter for comments/discussion: https://trac.osgeo.org/gdal/changeset/41019 On Tue, Dec 12, 2017 at 7:27 PM, Kurt Schwehr wrote: > +1 on the ran