Re: [Gdal-dev] Algorithm Development

2008-09-08 Thread Lucena, Ivan
Frank, Fodder, There is a nice open source implementation of interpolation on TerraLib.org [1] that takes any vector and produces a raster based on nearest neighbor, average nearest neighbor, distance weigh average nearest neighbor, box interpolation and average box interpolation. Best regards

Re: [Gdal-dev] Algorithm Development

2008-09-08 Thread Frank Warmerdam
Fodder wrote: Frank Warmerdam-2 wrote: - An algorithm for interpolation in regions of a raster. Hi Frank, Happy to hear about your research. I'm interested in the interpolation in regions of a raster algorithm. In particular: - What interpolation methods with be supported? Fodder, A s

Re: [Gdal-dev] Algorithm Development

2008-09-08 Thread Fodder
Frank Warmerdam-2 wrote: > > > - An algorithm for interpolation in regions of a raster. > > Hi Frank, Happy to hear about your research. I'm interested in the interpolation in regions of a raster algorithm. In particular: - What interpolation methods with be supported? - What vector source

Re: [gdal-dev] module of a complex dataset

2008-09-08 Thread Antonio Valentino
(revisione 15340) +++ apps/gdal_translate.cpp (copia locale) @@ -133,6 +133,7 @@ /* command options.*/ /* */ GDALAllRegister(); +GDALRegisterDefaultPixelFunc(); argc = GD

Re: [gdal-dev] terrasar-x driver swaps gcp lon/lat

2008-09-08 Thread Philippe Vachon
Hi Vincent, I'll fix this one ASAP, don't know how that one got past QA. ;-) Cheers, Phil On Mon, Sep 08, 2008 at 11:31:46AM +0200, Vincent Schut wrote: > FYI, > > the terrasar-x driver assigned the lat of a gcp as its x coordinate, and > lon as y, which should obviously by lat -> y and lon ->

[gdal-dev] terrasar-x driver swaps gcp lon/lat

2008-09-08 Thread Vincent Schut
FYI, the terrasar-x driver assigned the lat of a gcp as its x coordinate, and lon as y, which should obviously by lat -> y and lon -> x. I have created a ticket 2565 which includes a patch. Cheers, VS. ___ g