[postgis-users] Transform WGS84 to UTM

Birgit Laggner birgit.laggner at vti.bund.de
Wed Jan 12 01:59:52 PST 2011


  Hi Lelo,

yes, normally it's very simple. If you know the SRID of the projection 
you want to transform your geometry to, you only have to use

ST_Transform(your_geometry_column, new_srid_number)

(see: 
http://postgis.refractions.net/documentation/manual-1.5/ST_Transform.html)

If you don't know the new SRID, I suggest a search at 
http://spatialreference.org/

Regards,

Birgit.

On 11.01.2011 20:01, Lelo wrote:
> Hi All,
>
> I'm starting to work with postgis and I have to transform geometries 
> from WGS84 to UTM. Are there a simple way to do that using just the 
> postgis?
>
> Thanks for all
>
> -- 
> Rogério De Pieri  (Lelo)
> Buscando melhorar a cada dia
> Áudio, Hardware & Software
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20110112/27b0958e/attachment.html>


More information about the postgis-users mailing list