On 22/02/2008, <b class="gmail_sendername">Dylan Beaudette</b> <<a href="mailto:dylan.beaudette@gmail.com">dylan.beaudette@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If you have really big shapes that are spanning multiple UTM zones, then<br> setting up some kind of pre-processing logic which determines 1 of several<br> possible albers equal area conic projections might work. For example, if the<br>
 coordinates are near the continental US, use one set of standard parallels /<br> central lon/lat to setup the projection. Adjust these parameters accordingly<br> for different (continents?) regions of the world. You should be able to<br>
 either find some existing EPSG codes which are close enough, or just make up<br> your own, and define your projections in PROJ format. Then add them to the<br> spatial_ref_sys table.</blockquote><div><br>If your results don't need to be super-accurate, you could make the simplifying assumption that the earth is spherical and calculate the area accordingly - via something like <a href="http://tinyurl.com/2uhedb">http://tinyurl.com/2uhedb</a><br>
<br>Depends on what you're using it for.<br><br>Rob :)<br></div></div>