Filed.<div><br></div><div>Andreas<br><br><div class="gmail_quote">2012/3/10 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net">strk@keybit.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Thu, Mar 08, 2012 at 03:07:31PM +0100, Andreas Forø Tollefsen wrote:<br>
> Hi,<br>
><br>
> I am trying to intersect two gemetries (casted to geography) and calculate<br>
> the sum of these in <a href="http://sq.km" target="_blank">sq.km</a>.<br>
> However, the query return this error:<br>
> ERROR:  AddToPROJ4SRSCache: couldn't parse proj4 string: '+proj=utm +zone=0<br>
> +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs': invalid UTM zone number<br>
> ********** Error **********<br>
> ERROR: AddToPROJ4SRSCache: couldn't parse proj4 string: '+proj=utm +zone=0<br>
> +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs': invalid UTM zone number<br>
> SQL state: XX000<br>
><br>
> My query:<br>
> select p.gid, SUM(ST_Area(ST_Intersection(p.cell::geography,<br>
> c.geom::geography)))/1000^2 AS landarea FROM cshapeswdatevalid c,<br>
> priogrid_land p WHERE ST_Intersects(p.cell::geography, c.geom::geography)<br>
> AND c.gwsyear <= 2008 AND c.gweyear >= 2008<br>
> GROUP BY p.gid ORDER BY p.gid;<br>
><br>
> Any idea what is going on?<br>
<br>
</div></div>Could you please file a ticket for this ?<br>
Sounds like a bogus UTM zone computation (zone=0)<br>
<br>
--strk;<br>
<br>
  ,------o-.<br>
  |   __/  |    Delivering high quality PostGIS 2.0 !<br>
  |  / 2.0 |    <a href="http://strk.keybit.net" target="_blank">http://strk.keybit.net</a> - <a href="http://vizzuality.com" target="_blank">http://vizzuality.com</a><br>
  `-o------'<br>
<br>
</blockquote></div><br></div>