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?
The
exiftool, a tool to manipulate metainformation in images, get coordinates in format:or
but coordinate-parser do not accept this format.
Is it possible to add support for this as well?