[Gdal-dev] 1.3.1 on mac
James E. Hopper
james.e.hopper at saic.com
Mon Jan 2 20:58:50 EST 2006
Hi,
i build tiff 3.8.0 and then rebuilt gdal 1.3.1 using it. all but one
failure on the mac went away.
old =>
Test Script: gdalautotest_all
Succeeded: 393
Failed: 8 (1 blew exceptions)
Skipped: 192
new =>
Test Script: gdalautotest_all
Succeeded: 400
Failed: 1 (0 blew exceptions)
Skipped: 192
no more exceptions. but the one fail is worrying, any thoughts on
what's going on?
Running tests from gcore/gtiff_write.py
TEST: SetGeoTransform: byte.tif ... success
TEST: SetProjection: byte.tif ... Got:
PROJCS["NAD83 / Ohio South",
GEOGCS["NAD83",
DATUM["North_American_Datum_1983",
SPHEROID["GRS 1980",6378137,298.2572221010002,
AUTHORITY["EPSG","7019"]],
AUTHORITY["EPSG","6269"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4269"]],
PROJECTION["Lambert_Conformal_Conic_2SP"],
PARAMETER["standard_parallel_1",40.03333333333333],
PARAMETER["standard_parallel_2",38.73333333333333],
PARAMETER["latitude_of_origin",38],
PARAMETER["central_meridian",-82.5],
PARAMETER["false_easting",0],
PARAMETER["false_northing",0],
UNIT["US survey foot",0.3048006096012192,
AUTHORITY["EPSG","9003"]]]
Expected:
PROJCS["NAD83 / Ohio South",
GEOGCS["NAD83",
DATUM["North_American_Datum_1983",
SPHEROID["GRS 1980",6378137,298.257222101,
AUTHORITY["EPSG","7019"]],
AUTHORITY["EPSG","6269"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.01745329251994328,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4269"]],
PROJECTION["Lambert_Conformal_Conic_2SP"],
PARAMETER["standard_parallel_1",40.03333333333333],
PARAMETER["standard_parallel_2",38.73333333333333],
PARAMETER["latitude_of_origin",38],
PARAMETER["central_meridian",-82.5],
PARAMETER["false_easting",1968500],
PARAMETER["false_northing",0],
UNIT["feet",0.3048006096012192]]
fail
Did not get expected projection reference.
More information about the Gdal-dev
mailing list