Re: Cambio de Proyeccion

From: Luis Valenzuela <lvalenzuelaj(at)yahoo(dot)es>
To: mariana chagra <marianachagra(at)yahoo(dot)com(dot)ar>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Cambio de Proyeccion
Date: 2007-11-14 13:15:55
Message-ID: 611842.92317.qm@web25604.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola Mariana:

Seria posible que publiques la respuesta de patricio,

Saludos

Luis

----- Mensaje original ----
De: mariana chagra <marianachagra(at)yahoo(dot)com(dot)ar>
Para: pgsql-es-ayuda(at)postgresql(dot)org
Enviado: miércoles, 14 de noviembre, 2007 10:07:58
Asunto: RE: [pgsql-es-ayuda] Cambio de Proyeccion

Hola Patricio, gracias por la respuesta.
Te comento con mas detalle mi probelma:

En primer termino yo he definido tres nuevas SRID que son las siguientes:

La primer Faja: PROJCS["POSGAR 94/Formosa 1",GEOGCS["POSGAR 94",DATUM["Posiciones_Geodesicas_Argentinas_1994",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6694"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4694"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",-27],PARAMETER["central_meridian",-62],PARAMETER["scale_factor",1],PARAMETER["false_easting",100000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]]]
proj4text: +proj=tmerc +lat_0=-27 +lon_0=-62 +k=1.000000 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m
+no_defs"

La segunda Faja: PROJCS["POSGAR 94/Formosa 3",GEOGCS["POSGAR 94",DATUM["Posiciones_Geodesicas_Argentinas_1994",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6694"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4694"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",-27],PARAMETER["central_meridian",-60],PARAMETER["scale_factor",1],PARAMETER["false_easting",300000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]]]
proj4text: +proj=tmerc +lat_0=-27 +lon_0=-60 +k=1.000000 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs

La tercer
Faja: PROJCS["POSGAR 94/Formosa 5",GEOGCS["POSGAR 94",DATUM["Posiciones_Geodesicas_Argentinas_1994",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6694"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4694"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",-27],PARAMETER["central_meridian",-58],PARAMETER["scale_factor",1],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]]]
proj4text: +proj=tmerc +lat_0=-27 +lon_0=-58 +k=1.000000 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs

El problema se plantea cuando yo tengo una parcela que esta la mitad de la parcela en una faja y la mitad de la otra parcela en otra faja,
y quiero hacer una consulta sobre esa parcela, otro caso puede ser que quiera hacer una consulta sobre todo el territorio y entonces como lo tengo definido en tres fajas distintas, segun tengo entendido, debo llevar todas a una misma faja ya que en posgis no me permite si son distintos sistemas de referencia.

El otro tema es: si yo no defino el tipo de proyeccion, o sea le doy el valor de -1, tendre problemas para realizar las consultas? o que problemas me traeria esto?

He leido el manual pero como no tengo mucha experiencia hay ciertas cosas que no me cierran o no entiendo por eso recurro aqui.

Desde ya muchas gracias, saludos Mariana.

Compartí video en la ventana de tus mensajes y también tus fotos de Flickr.
Usá
el Nuevo Yahoo! Messenger versión Beta.
Visitá http://ar.beta.messenger.yahoo.com/


______________________________________________
Pregunta, Responde, Descubre.
Comparte tus consejos y opiniones con los usuarios de Yahoo! Respuestas
http://es.answers.yahoo.com/info/welcome

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message mariana chagra 2007-11-14 13:21:23 RE: Cambio de Proyeccion
Previous Message mariana chagra 2007-11-14 13:07:58 RE: Cambio de Proyeccion