<!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">
Mark Fenbers wrote:
<blockquote cite="mid42866DCD.5070500@noaa.gov" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
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/%7Equake/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>
</blockquote>
OK, well, reading through more documentation and online stuff, I
learned of a spatial_ref_sys.sql file that wasn't run during
installation.  So now I have the spatial_ref_sys table populated and
now understand that SRID relates to different map projections.  But
this brings up even more questions, like "How in the world
(figuratively) will I be able to pick an SRID that's right for the work
I am doing?"  And is the use of SetSRID() what actually reprojects my
data?<br>
<br>
Mark<br>
</body>
</html>