Re: [gdal-dev] MapInfo error handling

2008-09-19 Thread Frank Warmerdam
Andrew, Unfortunately, my brief review of #2501 ran into complications and I backed away from it and haven't had time to get back to it. I'm afraid there is no real way to know when the ticket will be addressed. I'm unlikely to return to it unless geolocation arrays come back to the top of my sta

Re: [gdal-dev] MapInfo error handling

2008-09-19 Thread Mateusz Loskot
Andrew Brooks wrote: > On Fri, 19 Sep 2008 17:16:23 +0100, Mateusz Loskot <[EMAIL PROTECTED]> wrote: >> Best place to submit patches is GDAL Trac system: > > Hi > > I submitted a patch some time ago, please could someone apply it? > > http://trac.osgeo.org/gdal/ticket/2501 Andrew, Thanks for t

Re: [gdal-dev] MapInfo error handling

2008-09-19 Thread Mateusz Loskot
Linda Thompson wrote: > We have quite few customers with problems in their Mapinfo .map files. > We would like to allow the user to see the .dat information and report > the problem with their .map file. I have created a patch for the > problem that allows me to continue displaying data for the cu

Re: [gdal-dev] Fastest way to add the GeoTransform to a raster file with Python

2008-09-19 Thread Matthieu Rigal
Thanks to all the three for your quick responses ! I am getting several infos from the mailing list archives since one year, but since I couldn't get more infos about that subject, I decided to also ask a question here, and I'm happy to have done that ! My first question was to unprecise, sorry

Re: [gdal-dev] images with different resolution.

2008-09-19 Thread Oliver Eichler
> As Oliver as said, this is made with the RasterIO function, I think with > the > nPixelSpace parameter. But what is the relation between the parameters > nPixelSpace to pass to the the RasterIO function, and the > adfGeoTransform[] > of the two maps? Hi Michele The trick is to define a common

Re: [gdal-dev] mrsid : coordinate system problem

2008-09-19 Thread Didrik Pinte
On Wed, 2008-09-17 at 16:43 +0200, Didrik Pinte wrote: > > Is there a way to force GDAL to use the .sdw file ? Hi, The only way seems to change the behaviour in mrsiddataset.cpp as shown here http://www.nabble.com/Georeferencing-Mrsid-raster-file-with-a-world-file-td13700397.html A dirty wor

Re: [gdal-dev] gdalwarp crash when reading

2008-09-19 Thread Andrew Brooks
On Fri, 19 Sep 2008 10:01:02 +0100, Andrew Brooks <[EMAIL PROTECTED]> wrote: > > gdalwarp is crashing and dumping core > > > > input.dat.ch1 > 0 > 0 > 0 > > It turns out that the PixelOffset value of zero caused the crash. I set them to zero for testing something but

[gdal-dev] Re: GDAL version for reading TerrasarX data

2008-09-19 Thread Vincent Schut
Severino, first: please always include the gdal list in your replies. Others might want to follow the discussion, might know answers, and everything will be archived and searcheable later when someone has the same problem. You don't even need to include my private email address, as I'm followi

[gdal-dev] gdalwarp crash when reading

2008-09-19 Thread Andrew Brooks
Hello gdalwarp is crashing and dumping core, my command line is: gdalwarp -tps -t_srs EPSG:23031 -r bilinear -tr 1000 100 input.vrt output.tif where the vrt references a raw binary (uint16) array and two raw float arrays of latitude and longitude. Maybe the stack backtrace will indicate somethi

Re: [gdal-dev] images with different resolution.

2008-09-19 Thread Michele Sanges
Hi, thanks for your replies. Suppose that in my application the region is empty, there are not maps loaded. The user opens a map with a its own resolution; now the region is the whole map. Then the user opens another map with resolution different from the previous one. In order to represent simu