Jody,

Thanks, I am still looking into this.  Any idea if the new JAI-Ext work
will remove the need for that Warp workaround w/ floating point data types?

On Tue, Sep 1, 2015 at 4:18 PM, Jody Garnett <jody.garn...@gmail.com> wrote:

> No great insight here Tom, do you want to create a bug report?
>
> --
> Jody Garnett
>
> On 31 August 2015 at 16:41, Tom Kunicki <tom.kuni...@weather.com> wrote:
>
>>
>> Hi,
>>
>>  I have a floating point coverage that I would like to resample with
>> BiCubic interpolation that requires a warp transform using GeoTools 13.2.
>>
>> I am running into an issue attempting to resample a floating point
>> coverage and have isolated the issue to the following workaround here
>> <https://github.com/geotools/geotools/blob/master/modules/library/coverage/src/main/java/org/geotools/coverage/processing/operation/Resampler2D.java#L705>
>> .
>>
>> I seems the code is trying to reenter the reproject method by nulling out
>> the interpolation argument (enters with BiCubic).  It seems the original
>> interpolation is set in the hints parameters so on each reentry BiCubic is
>> pulled out of the hints and then the reproject method called again (until a
>> StackOverflow is finally thrown).
>>
>> Is there any workaround?   Happy to code with guidance.
>>
>> --
>> * Tom Kunicki*    |    Software Engineer
>> *w:* 608 695 4251 *e:* tom.kuni...@weather.com
>>
>>
>>
>>
>> --
>> * Tom Kunicki*    |    Software Engineer
>> *w:* 608 695 4251 *e:* tom.kuni...@weather.com
>>
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> GeoTools-GT2-Users mailing list
>> GeoTools-GT2-Users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>>
>>
>


-- 
* Tom Kunicki*    |    Software Engineer
*w:* 608 695 4251 *e:* tom.kuni...@weather.com
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to