Re: [gdal-dev] Warping an image from C

2011-05-10 Thread Bborie Park
Sorry Even. Disregard my last message. Thanks for your help. -bborie On 05/05/2011 11:16 AM, Even Rouault wrote: Le mercredi 04 mai 2011 16:52:02, Bborie Park a écrit : Hi, I'm currently in the process of seeing what can be done to expose GDAL's C warp functions to PostGIS Raster and am won

Re: [gdal-dev] Warping an image from C

2011-05-10 Thread Bborie Park
Are there any plans to expand the C warp API? If not, would anyone mind if I took a stab at it? I was going to answer : no, indeed there isn't any C warp API for the "full warping mode" (i.e. for what would be needed by the gdalwarp utility), because I know that gdalwarp.cpp (the source code o

Re: [gdal-dev] Warping an image from C

2011-05-05 Thread Even Rouault
Le mercredi 04 mai 2011 16:52:02, Bborie Park a écrit : > Hi, > > I'm currently in the process of seeing what can be done to expose > GDAL's C warp functions to PostGIS Raster and am wondering if I have > hit a roadblock. > > >From the docs for gdal_alg.h, it appears that the warp functionality >

[gdal-dev] Warping an image from C

2011-05-04 Thread Bborie Park
Hi, I'm currently in the process of seeing what can be done to expose GDAL's C warp functions to PostGIS Raster and am wondering if I have hit a roadblock. >From the docs for gdal_alg.h, it appears that the warp functionality available is limited to GDALSimpleImageWarp and its limitations. Is th