Bookmark this page: Add Problem in extracting metadata from tiff file to Yahoo MyWeb Add Problem in extracting metadata from tiff file to Google Bookmarks Add Problem in extracting metadata from tiff file to Windows Live Add Problem in extracting metadata from tiff file to Del.icio.us Digg Problem in extracting metadata from tiff file! Add Problem in extracting metadata from tiff file to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Padma on August 8, 2006, 3:44 pm
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


Posted by tomkralidis on August 8, 2006, 9:15 pm

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