Opened 13 years ago
Closed 10 years ago
#44 closed defect (wontfix)
listgeo unable to list parameters
Reported by: | ibe | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | libgeotiff | Version: | 1.3.0 |
Keywords: | listgeo | Cc: |
Description
We are using a software (card/1) that exports geotiff. Listgeo is not able to list the right parameters from this files. It tells me the message like in the first (top) window of the screenshot. Older versions from listgeo - from year 2000 - are able to show the right parameters of the file. The output is on the second screen of the screenshot.
Attachments (2)
Change History (3)
by , 13 years ago
Attachment: | listgeo new on top.png added |
---|
comment:1 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Sorry for the very late review.
I checked, and test.TIF is using the TIFFTAG_INTERGRAPH_MATRIX tag which is not (to the best of my recall) part of the formal GeoTIFF specification. I see that libgeotiff, and listgeo do not make any effort to report this tag.
I thought there had been some sort of compatability support for this tag but I can't find any sign of it in libgeotiff, or GDAL. I would encourage you to modify your export code to produce actual geotiff tags.
screenshot