[
https://issues.apache.org/jira/browse/TIKA-4781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18095426#comment-18095426
]
Hudson commented on TIKA-4781:
------------------------------
ABORTED: Integrated in Jenkins build Tika » tika-main-jdk17 #1467 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk17/1467/])
[TIKA-4781] Map EXIF GPS altitude to the existing geo:alt property (#2941)
(github:
[https://github.com/apache/tika/commit/d7a6d413e812f2b2a6222fa2245eaa82a45e8a52])
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/src/main/java/org/apache/tika/parser/image/ImageMetadataExtractor.java
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/src/test/java/org/apache/tika/parser/image/HeifParserTest.java
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/src/test/java/org/apache/tika/parser/image/ImageMetadataExtractorTest.java
> Map EXIF GPS altitude to the existing geo:alt property
> ------------------------------------------------------
>
> Key: TIKA-4781
> URL: https://issues.apache.org/jira/browse/TIKA-4781
> Project: Tika
> Issue Type: Improvement
> Reporter: Dominik Schmidt
> Priority: Major
>
> ImageMetadataExtractor's GeotagHandler maps latitude, longitude and the
> GPS timestamp from the EXIF GpsDirectory, but not the altitude, although
> tika-core defines Geographic.ALTITUDE ("geo:alt") and metadata-extractor
> exposes the value in the same directory (TAG_ALTITUDE / TAG_ALTITUDE_REF).
> Consumers currently only get the raw string ("GPS:GPS Altitude" = "227.4
> metres").
> The altitude should be set as a signed value honoring the altitude ref
> (below sea level = negative), analogous to TIKA-4425, which added the
> normalized GPS timestamp from the same GpsDirectory. See also TIKA-2861
> for the corresponding ISO 6709 altitude handling in MP4/QuickTime.
>
> Willing to work on this!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)