[postgis-tickets] [PostGIS] #2894: Kernel density estimation with PostGIS raster

PostGIS trac at osgeo.org
Tue Aug 12 17:15:56 PDT 2014


#2894: Kernel density estimation with PostGIS raster
---------------------------------------------------------+------------------
 Reporter:  jpk                                          |       Owner:  pramsey
     Type:  task                                         |      Status:  new    
 Priority:  medium                                       |   Milestone:         
Component:  postgis                                      |     Version:  2.1.x  
 Keywords:  kernel density estimation, heat map, raster  |  
---------------------------------------------------------+------------------
 Hi everyone,

 I was looking for a PostGIS function to create a raster resulting from a
 kernel density estimation (or heat map). I did not find it so I created it
 myself in plpgsql. For the moment, it uses a quartic function (same than
 ArcGIS spatial analyst) but it is possible to implement the other ones
 (triangular, gaussian, etc). Here is the function and a example of
 execution. Feel free to use it and improve it.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2894>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list