[gdal-dev] Listgeo -tfw trouble

Jukka Rahkonen jukka.rahkonen at mmmtike.fi
Mon Jun 9 09:49:08 EDT 2008


Hi,

I am trying to generate world files for GeoTIFF images with command
listgeo -tfw tfwtest.tif However, it leads to this error:
TIFFReadDirectory: Warning, Unknown field with tag 42113 (0xa481) encountered.

Tfwtest.tif is subsampled image done with gdal_translate from an original
written by gdal_warp. Image is in epsg:3067 projection (ETRS-TM35FIN). I tried
running listgeo from FWTools 1.3.6 and 2.0.6 versions. Listgeo works with some
other images. Any idea why listgeo does not like my images? Gdalinfo listing of
tfwtest.tif follows.

-Jukka Rahkonen-

Driver: GTiff/GeoTIFF
Files: tfwtest.tif
Size is 100, 100
Coordinate System is:
PROJCS["ETRS89 / ETRS-TM35FIN",
    GEOGCS["ETRS89",
        DATUM["European_Terrestrial_Reference_System_1989",
            SPHEROID["GRS 1980",6378137,298.2572221010002,
                AUTHORITY["EPSG","7019"]],
            AUTHORITY["EPSG","6258"]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433],
        AUTHORITY["EPSG","4258"]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",0],
    PARAMETER["central_meridian",27],
    PARAMETER["scale_factor",0.9996],
    PARAMETER["false_easting",500000],
    PARAMETER["false_northing",0],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AUTHORITY["EPSG","3067"]]
Origin = (624282.000000000000000,6934522.000000000000000)
Pixel Size = (52.259999999999998,-52.259999999999998)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left  (  624282.000, 6934522.000) ( 29d24'52.35"E, 62d31'14.82"N)
Lower Left  (  624282.000, 6929296.000) ( 29d24'38.71"E, 62d28'26.10"N)
Upper Right (  629508.000, 6934522.000) ( 29d30'57.44"E, 62d31'8.38"N)
Lower Right (  629508.000, 6929296.000) ( 29d30'43.24"E, 62d28'19.67"N)
Center      (  626895.000, 6931909.000) ( 29d27'47.94"E, 62d29'47.28"N)
Band 1 Block=100x27 Type=Byte, ColorInterp=Red
  NoData Value=0
Band 2 Block=100x27 Type=Byte, ColorInterp=Green
  NoData Value=0
Band 3 Block=100x27 Type=Byte, ColorInterp=Blue
  NoData Value=0




More information about the gdal-dev mailing list