That's right. I want to pass in a collection of points and radius and get back 
a raster image (GridCoverage2D). I envision something as simple as this:


    public GridCoverage2D getDensityMap(java.util.ArrayList<Point> points, 
double radius, String units){
    }

The GridCoverage2D would be a single band image. I can apply various 
styles/color ramps to it afterwards.


Does something like that exist in GeoTools today?


Thanks,

Peter





________________________________
 From: Georges Tony <[email protected]>
To: Peter Borissow <[email protected]> 
Cc: geotools-gt2-users <[email protected]> 
Sent: Monday, November 21, 2011 2:02 PM
Subject: Re: [Geotools-gt2-users] Kernel Density Estimation - KDE
 

Hi Peter,

If I understand well, you want to generate a king of "heat map" using density 
results, and consume it as a layer ?
Is it for a desktop app or web application ?

Tony


Le 21 nov. 2011 à 17:39, Peter Borissow a écrit :

Hello-
>    I'd like to create a density map using a collection of points and a radius 
>(e.g. 5km). Something akin to ESRI's spatial analyst extension:
>
>
>http://www.quantdec.com/SYSEN597/GTKAV/section9/density.htm
>
>
>Is there an out-of-the-box Kernel Density algorithm in GeoTools that I can use?
>
>
>
>Many Thanks,
>Peter------------------------------------------------------------------------------
>All the data continuously generated in your IT infrastructure 
>contains a definitive record of customers, application performance, 
>security threats, fraudulent activity, and more. Splunk takes this 
>data and makes sense of it. IT sense. And common sense.
>http://p.sf.net/sfu/splunk-novd2d_______________________________________________
>Geotools-gt2-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to