Hello Mappers,
I have just acquired a Lumix camera with a built in GPS.
How do I extract GPS coordinates from the EXIF metadata of a JPEG?
I would like to eventually have an automatic process for building a points dataset in mapinfo representing the locations of photos.
Kind Regards,
Nicholas Lawrence
Geographic Information Systems Coordinator | Geospatial Technologies
Engineering & Technology / Design, Environment & Stewardship Division | Department of Transport and Main Roads
***********************************************************************
WARNING: This email (including any attachments) may contain legally
privileged, confidential or private information and may be protected by
copyright. You may only use it if you are the person(s) it was
intended to be sent to and if you use it in an authorised way. No one
is allowed to use, review, alter, transmit, disclose, distribute, print
or copy this email without appropriate authority.
If this email was not intended for you and was sent to you by mistake,
please telephone or email me immediately, destroy any hardcopies of
this email and delete it and any copies of it from your computer
system. Any right which the sender may have under copyright law, and
any legal privilege and confidentiality attached to this email is not
waived or destroyed by that mistake.
It is your responsibility to ensure that this email does not contain
and is not affected by computer viruses, defects or interference by
third parties or replication problems (including incompatibility with
your computer system).
Opinions contained in this email do not necessarily reflect the
opinions of the Department of Transport and Main Roads,
Maritime Safety Queensland or endorsed organisations utilising
the same infrastructure.
***********************************************************************
Visit this website:
http://www.drewnoakes.com/drewnoakes.com/code/exif/
And have a look at Languages other than Java, the python and C#, looks
interesting.
* Ferret Renaud has ported this library to C#
* exifdump.py for Python
Noli
On 1/19/11, nicholas....@tmr.qld.gov.au
> --
> You received this message because you are subscribed to the
> Google Groups "MapInfo-L" group.To post a message to this group, send
> email to mapi...@googlegroups.com
> To unsubscribe from this group, go to:
> http://groups.google.com/group/mapinfo-l/subscribe?hl=en
> For more options, information and links to MapInfo resources (searching
> archives, feature requests, to visit our Wiki, visit the Welcome page at
> http://groups.google.com/group/mapinfo-l?hl=en
>
--
I think you can export with MS photo tools.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=184075d2-40b5-4172-88ae-878f81896d4d
--
Thanks for all the suggestions.
At the moment I'm looking at a small bit of software called jhead.exe
http://www.sentex.net/~mwandel/jhead/
which is a command line tool that interrogates a jpeg file and outputs a text file with the exif metadata.
But I'll look at your other suggestions as well.