[postgis-users] Help!, how i can create a SRID

Dane Springmeyer blake at hailmail.net
Fri Nov 16 17:37:51 PST 2007


Hola Marco,

Chris probablimente ayudate mejor de yo, pero...

Para coordinates en X, Y, si necessitas una projecion differente de  
WGS84. No neccesitas hacer una SRID nuevo, puedas usar una SRID por  
una projecion differente.

Entonces, usted problamente necessitas cambiar la projecion desde  
WGS84 a un otro para Mexico. Possiblemente puedes usar una projection  
de "UTM" por Mexico:

Mexico incluye zonas UTM 11-14.

Pues, por exemplo, a cambiar desde WGS84 a UTM 14 para region de La  
Cuidad de Mexico, puedes usar SRID como Chris, EPSG #26914

Mas info por #26914 aqui: http://www.spatialreference.org/ref/epsg/ 
26914/

A Cambiar:

CREATE TABLE mispuntos_utm AS
SELECT numero,st_transform(la_geometria,26914) AS la_geometria
FROM mispuntos;



!Buenas Suerte!




On Nov 16, 2007, at 5:07 PM, Marco Aurelio (Skull Leader) wrote:

> Hi everybody, i have a lot of coordinates in WGS84 and i what a  
> projection for it ('coz  WGS84 have  Lat/Lon and i need all this  
> data en X and Y).
>
> I've the Lon/Lat of mi country (the section of the projection that  
> i need), some person told me that i can create a SRID for use it  
> whit the function st_transform(geo, srid)
>
> Thank you!
>
>
>
> Comparte video en la ventana de tus mensajes (y también tus fotos  
> de Flickr).
> Usa el nuevo Yahoo! Messenger versión Beta.
> Visita http://mx.beta.messenger.yahoo.com/
> _______________________________________________
> 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/20071116/6c56637d/attachment.html>


More information about the postgis-users mailing list