> I am wanting to create a Raster in PostGIS that displays the Euclidean
> Distance between Points that I have in a table.
> It can be done in ArcGIS, using the Euclidean Distance tool but I'm aiming
> to create it through PostGIS.

There is no easy tool to do that right now. You will have to use 
ST_MapAlgebraFct and write your own custom function. Let us know your results.

Pierre
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to