RE: [gdal-dev] Geocentric Coordinate System Support

2011-08-23 Thread Ben Discoe
--Original Message- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Tuesday, August 23, 2011 11:33 AM > To: gdal-dev@lists.osgeo.org > Cc: Ben Discoe; 'Rodolfo Bonnin' > Subject: Re: [gdal-dev] Geocentric Coordinate System Support > > L

Re: [gdal-dev] Geocentric Coordinate System Support

2011-08-23 Thread Even Rouault
...@suremptec.com.ar] > > Sent: Tuesday, August 23, 2011 6:12 AM > > To: Ben Discoe > > Subject: Re: [gdal-dev] Geocentric Coordinate System Support > > > > Hello Ben, > > > > >From a previous question I asked, I inferred that geocentric will not > &

RE: [gdal-dev] Geocentric Coordinate System Support

2011-08-23 Thread Ben Discoe
     UNIT["degree",0.0174532925199433, > >            AUTHORITY["EPSG","9108"]], > >        AUTHORITY["EPSG","4326"]], > >    VERT_CS["Unnamed", > >        VERT_DATUM["Unnamed",2005, > >      

RE: [gdal-dev] Geocentric Coordinate System Support

2011-08-19 Thread Ben Discoe
AXIS["Up",UP]]] 2. How to specify the vertical with OGR (using SetVertCS, or any other way) such that it will result in PROJ.4 using the necessary GTX file? Thanks, Ben > -Original Message- > From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev- > boun...@l

[gdal-dev] Geocentric Coordinate System Support

2011-03-09 Thread Frank Warmerdam
Folks, Yesterday I introduced Geocentric coordinate system support in GDAL/OGR. This includes OGRSpatialReference support for geocentric coordinate systems, the ability to looking them up from EPSG, and the ability to translate them to/from PROJ.4 format so they can be used for transformation.