Thanks Nicolas.<br>
I will give that a try<br><br><div><span class="gmail_quote">On 11/15/05, <b class="gmail_sendername">Nicolas Ribot</b> <<a href="mailto:nicky666@gmail.com">nicky666@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> Thanks Baren and strk - that was the problem, the file was in decimal<br>> degrees.<br>><br>>  Can these files be used in Postgis ? is it just a matter of finding another<br>> SRID, or do I have to convert them sowehow?
<br>><br><br>Hello Johan<br>You can use these files in Postgis, setting the right SRID for them.<br>(a geographic system in your case)<br>You may also transform them to another reference system by knowing the<br>source and target spatial reference systems SRID. (transform()
<br>function).<br>Storing them in lat-long won't allow you to compute precise distances, areas.<br>So transforming them to a cartesian reference system is a good option.<br>Look in the spatial_ref_sys table to find the SRID corresponding to
<br>your projection.<br><br>Nicolas<br>_______________________________________________<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">
http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></blockquote></div><br>