Re: [gdal-dev] problems with gdal_translate

2009-09-18 Thread Oz Nahum
Hi Jean-Claude, Thanks for your answer ! I would like still to find some things which are not clear to me. Any help would be appreciated. Since the horizontal resolution is 1483m/pixel and the vertical resolution > is 1391m/pixel, it is obvious that your cells are not square ! > Hi Jean, Thanks

Re: [gdal-dev] problems with gdal_translate

2009-09-18 Thread Jean-Claude REPETTO
Oz Nahum wrote : I am trying to convert a tif with the following extents to an AAIGrid, with gdal translate. The tiff file has the following extent: (3366307.0, 1.0, 0.0, 5814845.0, 0.0, -1.0) and the following resolution 1483, 1391. This is really weired because the source code says, that this

[gdal-dev] problems with gdal_translate

2009-09-18 Thread Oz Nahum
Hi Everyone, I am trying to convert a tif with the following extents to an AAIGrid, with gdal translate. The tiff file has the following extent: (3366307.0, 1.0, 0.0, 5814845.0, 0.0, -1.0) and the following resolution 1483, 1391. When I run the following command I get the following error: oz...@ka