Re: [gdal-dev] Issue with WKT to proj4

2011-05-28 Thread David J. Bakeman
Frank Warmerdam wrote: On 11-05-27 06:49 PM, David J. Bakeman wrote: Frank Warmerdam wrote: On 11-05-27 04:42 PM, David J. Bakeman wrote: Is there a valid proj4 description of the following coordinate system in wkt? GEOGCS["WGS84_ds", DATUM["D_WGS_1984", SPHEROID["WGS_1984",6378137.0,298.257

Re: [gdal-dev] Issue with WKT to proj4

2011-05-27 Thread Frank Warmerdam
On 11-05-27 06:49 PM, David J. Bakeman wrote: Frank Warmerdam wrote: On 11-05-27 04:42 PM, David J. Bakeman wrote: Is there a valid proj4 description of the following coordinate system in wkt? GEOGCS["WGS84_ds", DATUM["D_WGS_1984", SPHEROID["WGS_1984",6378137.0,298.257223563]], PRIMEM["Greenwi

Re: [gdal-dev] Issue with WKT to proj4

2011-05-27 Thread David J. Bakeman
Frank Warmerdam wrote: On 11-05-27 04:42 PM, David J. Bakeman wrote: Is there a valid proj4 description of the following coordinate system in wkt? GEOGCS["WGS84_ds", DATUM["D_WGS_1984", SPHEROID["WGS_1984",6378137.0,298.257223563]], PRIMEM["Greenwich",0.0], UNIT["Second",0.0484813681109536

Re: [gdal-dev] Issue with WKT to proj4

2011-05-27 Thread Frank Warmerdam
On 11-05-27 04:42 PM, David J. Bakeman wrote: Is there a valid proj4 description of the following coordinate system in wkt? GEOGCS["WGS84_ds", DATUM["D_WGS_1984", SPHEROID["WGS_1984",6378137.0,298.257223563]], PRIMEM["Greenwich",0.0], UNIT["Second",0.0484813681109536]] David, I do not be

[gdal-dev] Issue with WKT to proj4

2011-05-27 Thread David J. Bakeman
Is there a valid proj4 description of the following coordinate system in wkt? GEOGCS["WGS84_ds",     DATUM["D_WGS_1984",     SPHEROID["WGS_1984",6378137.0,298.257223563]],     PRIMEM["Greenwich",0.0],     UNIT["Second",0.0484813681109536]] I used the following python code from the web