Re: [gdal-dev] gdal_translate precision error

2018-01-16 Thread Marco De Nadai
Thanks. It seems it was a pixel-alignment error. I solved by passing coordinates aligned to pixels to gdal_translate On Mon, Jan 8, 2018 at 3:05 PM, jratike80 < jukka.rahko...@maanmittauslaitos.fi> wrote: > Marco De Nadai wrote > > Dear gdal community, > > I'm a new user of gdal and I recently ha

Re: [gdal-dev] gdal_translate precision error

2018-01-08 Thread jratike80
Marco De Nadai wrote > Dear gdal community, > I'm a new user of gdal and I recently had a problem with precision. I > tried > to translate a big GeoTIFF to a smaller one, specifying the extent of the > window in this way: Hi, It seems that you asked the same question in https://gis.stackexchange.

[gdal-dev] gdal_translate precision error

2018-01-05 Thread Marco De Nadai
Dear gdal community, I'm a new user of gdal and I recently had a problem with precision. I tried to translate a big GeoTIFF to a smaller one, specifying the extent of the window in this way: gdal_translate -projwin_srs EPSG:4326 -epo -strict -a_nodata 0 -projwin 9.50 46.00 10.00 45.500