"> 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."

Unfortunately I couldn't find a successful solution to do a Euclidean
distance raster so being pushed for time on my dissertation, I made one in
ArcGIS and used it for the next stage. I am trying to recreate a ArcGIS
tutorial using PostGIS, starting with the same data for both and examining
the outputs.

Kind Regards,
James


-----
GIS Undergraduate
--
View this message in context: 
http://postgis.17.n6.nabble.com/Euclidean-Distance-Raster-tp4860017p4913247.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to