Skip to content

exiftool coordinate format #2

@VladimirKalachikhin

Description

@VladimirKalachikhin

The exiftool, a tool to manipulate metainformation in images, get coordinates in format:

$ exiftool -EXIF:GPSLatitude -EXIF:GPSLongitude SV501357.jpg
GPS Latitude                    : 61 deg 49' 49.41"
GPS Longitude                   : 28 deg 54' 11.02"

or

$ exiftool -ee -p '$gpslatitude, $gpslongitude' SV501357.jpg
61 deg 49' 49.41" N, 28 deg 54' 11.02" E

but coordinate-parser do not accept this format.

Is it possible to add support for this as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions