Changes between Version 24 and Version 25 of WKTRasterGSoC
- Timestamp:
- 07/24/12 08:30:48 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterGSoC
v24 v25 36 36 2) '''ST_AsDensity''' takes a point or line geometry coverage and first assign a count of those features to every pixels of a raster coverage and then apply a smoothing filter (using the existing one raster version of neighbour ST_MapAlgebra). [http://www.spatialanalysisonline.com/output/html/Pointdensity.html Density functions] allow summarizing or simplifying a point or line dataset. 37 37 38 3) '''ST_Distance''' takes a point or a geometry coverage and compute a raster representing the distance to the nearest geometry. Another function ST_CostDistance() compute the smallest distance to the geometry following a cost raster. This project was [http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools proposed by Qing Liu and accepted by the GSoC program]. 39 38 40 Want more details? Check the [http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2012 OSGeo GSoC 2012 page] or write to the [http://postgis.refractions.net/mailman/listinfo/postgis-devel PostGIS developer list]. 39 41