Re: [Geotools-gt2-users] maven shade and ZonalStatistics problem

2015-11-27 Thread Tom Kunicki
ZonalStatistics > org.geotools.coverage.processing.operation.Warp > org.geotools.coverage.processing.operation.Affine > > -- > ___ > GeoTools-GT2-Users mailing l

Re: [Geotools-gt2-users] Issues upgrading to 14.0 on MacOSX

2015-10-05 Thread Tom Kunicki
-- >> ___ >> GeoTools-GT2-Users mailing list >> GeoTools-GT2-Users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users >> > > > > ---------- > > __

Re: [Geotools-gt2-users] Fwd: Resampler2D with warp transform, bicubic interpolation and float coverage

2015-09-04 Thread Tom Kunicki
Gpbs, this is significant... I'll try to find you in Seoul, maybe we can peek at Resampler2D.java at the code sprint. Tom On Fri, Sep 4, 2015 at 2:16 AM, Andrea Aime wrote: > On Fri, Sep 4, 2015 at 8:22 AM, Tom Kunicki > wrote: > >> Jody, >> >> Thanks fo

Re: [Geotools-gt2-users] Fwd: Resampler2D with warp transform, bicubic interpolation and float coverage

2015-09-03 Thread Tom Kunicki
question there (since that project is much closer to the metal so to > speak). > > -- > Jody Garnett > > On 2 September 2015 at 11:00, Tom Kunicki wrote: > >> Jody, >> >> Thanks, I am still looking into this. Any idea if the new JAI-Ext work >> will

Re: [Geotools-gt2-users] Fwd: Resampler2D with warp transform, bicubic interpolation and float coverage

2015-09-02 Thread Tom Kunicki
Jody Garnett > > On 31 August 2015 at 16:41, Tom Kunicki 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 in

[Geotools-gt2-users] Fwd: Resampler2D with warp transform, bicubic interpolation and float coverage

2015-08-31 Thread Tom Kunicki
iginal 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 69

[Geotools-gt2-users] PostGIS Aggregate Functions

2014-08-06 Thread Tom Kunicki
e GeoTools FeatureCollection/Function/Filter abstraction. In stepping through the code I see this function being performed locally. Thanks. -- * Tom Kunicki*|Software Engineer *w:* 608 695 4251 *e:* tom.kuni...@w

[Geotools-gt2-users] Leaks with WFS/GML Schema handling (8.7)

2013-05-21 Thread Tom Kunicki
from the same feature type. So a global clean-up/reset isn't a good option. Thanks for any insight, Tom Kunicki Center for Integrated Data Analytics U.S. Geological Survey 8505 Research Way Middleton, WI 53562 --

Re: [Geotools-gt2-users] Datum equality (names and aliases)

2012-10-28 Thread Tom Kunicki
> On Sat, Oct 27, 2012 at 11:42 PM, Tom Kunicki wrote: >> >> Hello, >> >> We've found a regression between GeoTools 2.6.3 as compared with 2.7.5 and >> 8.2 with regard to datum equality. >> >> In GeoTools 2.6.3 (the version used for prj2epsg

[Geotools-gt2-users] Datum equality (names and aliases)

2012-10-27 Thread Tom Kunicki
tumAliasesTable.txt. This factory does have an entry mapping the EPSG datum name to the ESRI datum name, and the aliases are added to the Datum instance but this relationship doesn't appear to be used when doi

Re: [Geotools-gt2-users] slightly customize default crs

2011-03-10 Thread Tom Kunicki
Oleksandr and Jody, I came across a the same issue attempting to generate a CRS representing a data set with longitudes ranging from 0-360 with some NetCDF files we are attempting to access. I expanded on code presented earlier in this thread and appear to have a working, invertible solution.