Re: [gdal-dev] GDAL/OGR 1.8.1 Advance Warning

2011-06-28 Thread Anton Korosov
Hi Frank! There is a bug in the current Envisat driver which could be fixed in 1.8.1. Not all bands (MDS) are read properly from the MERIS Level 2 imagery. Below are last lines of the output of gdalinfo MER_RR__2PNPDK20110502_144833_24913102_00097_47956_7579.N1 MDSs are numbered from 1 to

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-28 Thread Chris Hodgson
Just wanted to wrap this up with my final findings for anyone who stumbles onto this thread in the future. While the solution below did allow me to successfully build and connect to oracle, I also wanted to build with support for PostgreSQL/PostGIS. The PostgreSQL client also requires expat, a

[gdal-dev] Re: How to apply a costum shift grid?

2011-06-28 Thread frederick keusch
Hi Joaquim, thanks for your help. What we already did (before calculating a shift grid), was calculating the new GCP´s and I also already applied them with gdal_translate and gdalwarp to the images and it worked well. But we have to change the reference for a very huge region so it would be a lot

Re: [gdal-dev] GDAL/OGR 1.8.1 Advance Warning

2011-06-28 Thread Armin Burger
Frank a functionality that I would find useful in combination with clients like ArcGIS or Erdas are the Erdas overviews in *.rrd files. When creating overviews with gdaladdo using the "--config USE_RRD YES" option, aux files instead of rrd files are created. They are not fully recognized by A

Re: [gdal-dev] datum projection info in ecw

2011-06-28 Thread Armin Burger
Nicholas I was interested about similar things a few weeks ago and got quick help in this forum. As jean-Claude already mentioned there's a header editor for Windows that allows you to see/edit the datum and projection info. Jean-Claude also created a tool "ecwhed" that allows you to get and s

Re: [gdal-dev] How to apply a costum shift grid?

2011-06-28 Thread Joaquim Luis
Frederick, I'm a geophysicist but never thought that an earthquake could have that side effect of image referencing. Anyway the horizontal deformation caused by a big earthquake is of the order of meter scale. One idea I had is that you can use the shift grid to to relocate previous GCPs and t

[gdal-dev] How to apply a costum shift grid?

2011-06-28 Thread frederick keusch
Hi, I am working here in Chile and we have a lot of earthquakes here, the last big one like a year ago. So the problem is that I have a lot of georeferenced images, but georeferenced before the earthquake. We thought the best way would be to calculate a shift grid and apply it with gdalwarp to all

[gdal-dev] How to correct the envisat N1 image with it's GCPs

2011-06-28 Thread RSyaoxin
Hi,all. I want to correct the envisat N1 image with it's GCPs,this image haven't geo-referenced information and projection,but it's GCPs have geo-referenced information.However I can not get correct results,the corrected image pixels are all zero.Here is my code: GDALAllRegister();