Hey!

I have a question about calculating distances within sets of points. If I have 
lists of voters (voters) with different districts referenced on it,  and I want 
to create sets of CSV's that show different statistics about points within 
districts and combinations of districts.   So, for example, imagine that I want 
to look at points where voters.state = 'TX' and I want to create a new table 
that shows the voter.cd <http://voter.cd/> (Congressional District), 
min_distance_between_points , avg_distance_between_points, 
max_distance_between_points ,  or what if I wanted to do the same for  
voters.cd , voters.county, looking at voters that had both?  I think that there 
are ways to do this with the <-> distance operator but it is not clear to me.

Thanks,

Dheeraj
_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to