So does this mean that if the set of points span across 2 UTM zones, then its not possible to compute their centroid location?<div>The ST_Buffer does say that it won't work if the points are across multiple UTM zones. </div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 6, 2012 at 11:05 PM, Paul Ramsey <span dir="ltr"><<a href="mailto:pramsey@opengeo.org" target="_blank">pramsey@opengeo.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If the points of the features are truly spread out across the world,<br>
the centroid is pretty meaningless. If the points of any given feature<br>
are relatively compact, then using an approach with _ST_BestSRID would<br>
work (see the def'n of ST_Buffer(Geography) for an example).<br>
<span class="HOEnZb"><font color="#888888"><br>
P.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Thu, Dec 6, 2012 at 1:55 PM, Sandro Santilli <<a href="mailto:strk@keybit.net">strk@keybit.net</a>> wrote:<br>
> On Thu, Dec 06, 2012 at 09:34:53PM +0100, Ed Linde wrote:<br>
><br>
>> I know there is a centroid computation function in Postgis, but it seems to<br>
>> only work on a geometry type.<br>
>> The lat/long coordinates are spread all across the globe and hence I cannot<br>
>> convert it to local UTM formats because there is a discrepancy when going<br>
>> across different zones!<br>
><br>
> I wonder how the centroid of points spread across the globe would look like.<br>
> Jules ?<br>
><br>
> --strk;<br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>