|
Posted by tomkralidis on August 8, 2006, 9:15 pm
Please log in for more thread options
Padma wrote:
> I was trying to get metadata from a tiff file using the 'listgeo' from
> the freeware 'tiffutil'
> listgeo no_collaged.tif > no_collagedMetadata
>
> I am getting the error:
>
> " Corner Coordinates:
> ... unable to transform points between pixel/line and
> PCS space "
>
> Did you see this happen and how do to correct this?
>
> Or is there a better application that does the same job?
>
> Thanks for any help.
>
> Padma
Can you view the TIFF image with a basic image viewer? I'm wondering
if the file is somehow corrupt.
You'll also want to look at GDAL (http://gdal.maptools.org/index.html),
which supports TIFF/GeoTIFF imagery, as well as a multitude of other
raster based geospatial data formats. Use gdalinfo to see if you have
any luck with your image(s).
..Tom
|