RE: Cambio de Proyeccion

From: mariana chagra <marianachagra(at)yahoo(dot)com(dot)ar>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: RE: Cambio de Proyeccion
Date: 2007-11-14 13:07:58
Message-ID: 458886.25612.qm@web38306.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

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/

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Luis Valenzuela 2007-11-14 13:15:55 Re: Cambio de Proyeccion
Previous Message Patricio Cifuentes Ithal 2007-11-14 12:36:39 RE: Cambio de Proyeccion