-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes to jhove module geotiff-GeoTiffStrings #321
base: integration
Are you sure you want to change the base?
Conversation
Closes #368 |
…ode 25833 in ProjectedCSType was unknown to JHOVE, even with the last pullrequest
In our latest Test of Geotiff we came across a GeoTiff Code 25833.
have no information about this specific Code, but: does contain this information. Also a lot of other pairs which were unknown before. Anyway the new data-set should improve the mapping of codes for the geotiff-module in jhove even more. |
Several Bugs have been found in current GeoTiff-extraction of jhove-module:tiff:geotiff
For example
GeoTiffStrings.java:
...
26774, 26774,
26775, 26775, 26776, 26776, 26777, 26777,
...online resource (http://geotiff.maptools.org/spec/geotiff6.html):
PCS_NAD27_BLM_14N_feet = 26774
PCS_NAD27_Indiana_West = 26774
PCS_NAD27_BLM_15N_feet = 26775
PCS_NAD27_Iowa_North = 26775
PCS_NAD27_BLM_16N_feet = 26776
PCS_NAD27_Iowa_South = 26776
PCS_NAD27_BLM_17N_feet = 26777
PCS_NAD27_Kansas_North = 26777
already missing in online resource: (http://geotiff.maptools.org/spec/geotiff6.html)
but is defined in online resource: (https://sno.phy.queensu.ca/~phil/exiftool/TagNames/GeoTiff.html)
Work
created a java project that parses the code-pairs from both mentioned websites
Then
The whole project can be found here: