<div class="gmail_quote">On Wed, Aug 5, 2009 at 12:17 PM, Simon Greener <span dir="ltr"><<a href="mailto:simon@spatialdbadvisor.com">simon@spatialdbadvisor.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>I have had to use ST_Transform as I have found the query even more problematic when run against the original geodetic data.</blockquote><div><br></div><div>Projections are a very likely cause of topology errors for accurate data... how was it more problematic for geodetic data - more topology errors?</div>
<div><br></div><div>Does:</div><div><br></div><div>SELECT count(*) FROM<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "> mytable WHERE (geom IS NOT NULL) AND (NOT st_isvalid(<span class="Apple-style-span" style="border-collapse: separate; font-family: arial; font-size: small; ">st_transform(geom, 96687)));</span></span></div>
<div><font class="Apple-style-span" face="arial, sans-serif"> </font></div><div><font class="Apple-style-span" face="arial, sans-serif">return anything for either of the tables? </font></div><div><font class="Apple-style-span" face="arial, sans-serif"><br>
</font></div><div><font class="Apple-style-span" face="arial, sans-serif">Rob :)</font></div></div>