[Gdal-dev] Arizona Central NAD83 appears not to work.

Frank Warmerdam fwarmerdam at gmail.com
Mon Apr 4 21:51:37 EDT 2005


On Apr 4, 2005 3:43 PM, roger at pocketterra.com <roger at pocketterra.com> wrote:
>  
>  
> I got this file from the Arizona DOT. It appears to be a GeoTIFF in Arizona
> Central NAD83. However this is the output from gdalinfo (I tried several
> versions of GDAL): 
>   
> Note that at the end, I am getting very odd lat-lon for the corners. This
> mirrors what I am getting in my .NET program. 
>   
> Any ideas? 
>   
> Download the file from: 
>   
> http://pocketterra.com/Files/straw.tif 

Roger,

I get:
Driver: GTiff/GeoTIFF
Size is 1582, 1073
Coordinate System is:
PROJCS["NAD83 / Arizona Central",
    GEOGCS["NAD83",
        DATUM["North_American_Datum_1983",
            SPHEROID["GRS 1980",6378137,298.2572221010042,
                AUTHORITY["EPSG","7019"]],
            AUTHORITY["EPSG","6269"]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433],
        AUTHORITY["EPSG","4269"]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",31],
    PARAMETER["central_meridian",-111.9166666666667],
    PARAMETER["scale_factor",0.9999],
    PARAMETER["false_easting",213360],
    PARAMETER["false_northing",0],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AUTHORITY["EPSG","26949"]]
Origin = (249706.385656,379231.463731)
Pixel Size = (2.43840000,-2.43840000)
Metadata:
  TIFFTAG_XRESOLUTION=200
  TIFFTAG_YRESOLUTION=200
Corner Coordinates:
Upper Left  (  249706.386,  379231.464) (111d31'16.50"W, 34d25'9.48"N)
Lower Left  (  249706.386,  376615.061) (111d31'16.90"W, 34d23'44.56"N)
Upper Right (  253563.934,  379231.464) (111d28'45.43"W, 34d25'8.97"N)
Lower Right (  253563.934,  376615.061) (111d28'45.87"W, 34d23'44.05"N)
Center      (  251635.160,  377923.262) (111d30'1.18"W, 34d24'26.77"N)


Your projection definition looks like the PCS code lookup failed.  That is
most likely due to GDAL not finding your pcs.csv file.  On Linux or Unix
this would normally live in /usr/local/share/gdal.  On windows you need
to set the GDAL_DATA environment variable to point to the directory 
containing this and other supporting GDAL data files. 

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the Gdal-dev mailing list