Re: [gdal-dev] get GCP from noaa L1b

2011-06-17 Thread Ramiro Gonzalez
Hi, Function ProcessRecordHeaders in "formats/l1b/l1bdataset.cpp" subsamples the GCPs of the l1b image, but the points are unordered an not equidistant. I attached to TCK 2403 a patch that modifies this behaviour. I tested the image attached to the ticket and seems to work ok(no error produced).

Re: [gdal-dev] get GCP from noaa L1b

2011-06-15 Thread Andrew Brooks
Hi >From memory the l1b driver doesn't use enough points to get proper geolocation because it sub-samples the 51 which are provided in the l1b file. The best solution (that recommended by NOAA) is to use lagrange interpolation across the 51 points. A lagrange algorithm has been provided in the tic

[gdal-dev] get GCP from noaa L1b

2011-06-15 Thread Ramiro Gonzalez
Hi, I’m using gdal c++ API. I’d like to implement an algorithm to georeference noaa L1b images(of Argentine in particular). The number of GCPs returned by the L1b driver are not enough to use triangulation(midcourse solution until a better algorithm can be implemented). Searching gdal-dev mailing