<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#333399">
Norman Vine wrote:
<blockquote cite="midEKEJIKAILPONGGENMBGAOEAJLHAA.nhv@cape.com"
type="cite">
<pre wrap="">This is commonly referred to as the Vornoi Diagram
<a class="moz-txt-link-freetext" href="http://www.cs.cornell.edu/Info/People/chew/Delaunay.html">http://www.cs.cornell.edu/Info/People/chew/Delaunay.html</a>
program that can compute this for you
<a class="moz-txt-link-freetext" href="http://www-2.cs.cmu.edu/~quake/triangle.html">http://www-2.cs.cmu.edu/~quake/triangle.html</a>
</pre>
</blockquote>
Wow! I never knew this had a name! Your info was interesting and
helpful, but I want to calculate Voronoi Diagrams using PostGIS so that
all I have to pass around is some SQL to each site having different
radars to work with... I have yet to find documentation that makes it
clear to me why SRIDs (other than -1) are useful, and how to reproject
lat/lons into a planar projection. I see that the distance() function
also needs reprojected data to be useful...<br>
<br>
Mark<br>
</body>
</html>