Re: [gdal-dev] GDAL Arbitrary Warp Problems

2014-07-17 Thread Michael Aschenbeck
Thanks Even, this was my lone hang-up and got it me on the right track! On Tue, Jul 15, 2014 at 1:00 PM, Even Rouault wrote: > Le mardi 15 juillet 2014 20:52:16, Michael Aschenbeck a écrit : > > Thanks for your response. > > > > For my application, I will be creating the transformation on the f

Re: [gdal-dev] GDAL Arbitrary Warp Problems

2014-07-15 Thread Homme Zwaagstra
Hi Michael, I had to tangle with warping recently and took inspiration from both the warp tutorial and the gdalwarp source. The result is at - it may be of help. Homme On 15 July 2014 20:00:50 GMT+01:00,

Re: [gdal-dev] GDAL Arbitrary Warp Problems

2014-07-15 Thread Even Rouault
Le mardi 15 juillet 2014 20:52:16, Michael Aschenbeck a écrit : > Thanks for your response. > > For my application, I will be creating the transformation on the fly. It > will be a non-standard transformation. Unless I'm mistaken, I don't > believe this can be done with gdalwarp directly. > > A

Re: [gdal-dev] GDAL Arbitrary Warp Problems

2014-07-15 Thread Michael Aschenbeck
Thanks for your response. For my application, I will be creating the transformation on the fly. It will be a non-standard transformation. Unless I'm mistaken, I don't believe this can be done with gdalwarp directly. Also, I am under the assumption that its source code is introduced in the tutor

Re: [gdal-dev] GDAL Arbitrary Warp Problems

2014-07-15 Thread Even Rouault
Le mardi 15 juillet 2014 20:33:32, Michael Aschenbeck a écrit : > Hello, > > I'm trying to follow the warp tutorial (http://www.gdal.org/warptut.html) > to do a general warp. However, I'm not getting any good results. > > I first recreated the example in the warp tutorial by first implementing >

[gdal-dev] GDAL Arbitrary Warp Problems

2014-07-15 Thread Michael Aschenbeck
Hello, I'm trying to follow the warp tutorial (http://www.gdal.org/warptut.html) to do a general warp. However, I'm not getting any good results. I first recreated the example in the warp tutorial by first implementing the bottom portion modified to output an RGB image, then implementing the top