[Geotools-gt2-users] summing coverage pixel values in a moving neighbourhood

2008-04-22 Thread Michael Bedward
Dear geotoolers, I would like to apply a neighbourhood sum operation on a coverage (ie. like focalsum in esri parlance) using (a) a circular mask and (b) an arbitrary but spatially contiguous neighbourhood. I'm sure it iust be simple to create a mask and move it over the coverage but I've become

Re: [Geotools-gt2-users] very fast postgis rendering

2008-04-22 Thread Jody Garnett
I will quickly reply since this is a fun topic ... sure wish I had time to work on this stuff. > styles: > I'm already using very simple styles, all the colors are websafe, and > i use max 7 different colors... > I was more asking if you have any sort of dynamic styles, Rules, Expressions and

Re: [Geotools-gt2-users] Drawing the night

2008-04-22 Thread Wouter Schaubroeck
Actually, i think that is rather easy to do. You just take a circle, and reproject it into your coordinate system. The radius of the circle is the earth radius, and the middlepoint is the position on the earth where the sun is in the zenith for that moment. The only thing you need is the position

Re: [Geotools-gt2-users] Fill value/No data value

2008-04-22 Thread Martin Desruisseaux
Gary Jackson a écrit : > Is there any work being done on an HDF or HDF-EOS Reader? That's where > my data are ultimately coming from. A HDF ImageReader started a while ago but is sleeping now (mostly because at the time I was working on it, I got mysterious code dump in HDF native .so librari

Re: [Geotools-gt2-users] Fill value/No data value

2008-04-22 Thread Gary Jackson
The valid value range and no data values for the data that I'm using appear to be stored only in GDAL-specific tags, so the GeoTiffReader is not picking them up as such. Thanks for the help, though. Is there any work being done on an HDF or HDF-EOS Reader? That's where my data are ultimately

Re: [Geotools-gt2-users] Fill value/No data value

2008-04-22 Thread Martin Desruisseaux
Gary Jackson a écrit : > Is there a way to get fill value/no data value metadata and similar items > from a GridCoverage2D object? I know that this is not always available, but > it'd be nice to get when it is. If the GridCoverage2D has been constructed with SampleDimensions (I don't know if our

[Geotools-gt2-users] Fill value/No data value

2008-04-22 Thread Gary Jackson
Is there a way to get fill value/no data value metadata and similar items from a GridCoverage2D object? I know that this is not always available, but it'd be nice to get when it is. -- Gary -- View this message in context: http://www.nabble.com/Fill-value-No-data-value-tp16825411p16825411.htm

Re: [Geotools-gt2-users] Possible Geoserver/Geotools deadlock

2008-04-22 Thread Martin Desruisseaux
Andrea Aime a écrit : >> This has become a critical issue for us. Is there any way to expedite >> a fix (including paying for support)? Or can you guide me in the right >> direction for fixing this myself? Thanks for your help and a great You may check if there is any synchronized statement in

Re: [Geotools-gt2-users] Possible Geoserver/Geotools deadlock

2008-04-22 Thread Andrea Aime
David R Robison ha scritto: > This has become a critical issue for us. Is there any way to expedite a > fix (including paying for support)? Or can you guide me in the right > direction for fixing this myself? Thanks for your help and a great > product! David Hmmm... the only two person I know t

[Geotools-gt2-users] Drawing the night

2008-04-22 Thread [EMAIL PROTECTED]
Anybody ever had an attempt in drawing the night area of the planet ? I'm trying to figure out a simple way, based on a timestamp, to darken the area of the map representing the night. Preferably using vector data so I can check whether it's day/night on a certain point on the planet. Many than

Re: [Geotools-gt2-users] Possible Geoserver/Geotools deadlock

2008-04-22 Thread David R Robison
This has become a critical issue for us. Is there any way to expedite a fix (including paying for support)? Or can you guide me in the right direction for fixing this myself? Thanks for your help and a great product! David Andrea Aime wrote: > David R Robison ha scritto: >> We are about to go i

Re: [Geotools-gt2-users] Create polygon/geometry for circle with given center and radius

2008-04-22 Thread Cliff Darling
Thanks Jan, that seems to work to calculate the points in the circle. Using GeodeticCalculator, the setDistance takes a 'distance' parameter. I want to set this in KM, but am not sure if any conversion is necessary. @param distance The orthodromic distance in the same units as the [EMA

[Geotools-gt2-users] Directional Dijkstra on an undirected graph?

2008-04-22 Thread Swan Jerry
I have a (large) graph in which the Node attributes are 3d coordinates. For Nodes A and B, the edge weighting I want to use is a function of the slope (i.e. Z coord difference) between A and B. Is it possible to achieve this without having to create a directed graph (I'd rather not have to double

Re: [Geotools-gt2-users] Create polygon/geometry for circle with given center and radius

2008-04-22 Thread [EMAIL PROTECTED]
Hello Cliff, In the case of a geodetic reference system (ie WGS84) if I'm not mistaken there is a utility class to do the apply the same solution: GeodeticCalculator. I never used it, but looking to the api it's what you need. 1) Instantiate this class with WGS84. 2) set the center point: setSt