A Photography forum. PhotoBanter.com

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PhotoBanter.com forum » Digital Photography » Digital Photography
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Geotagging app



 
 
Thread Tools Display Modes
  #1  
Old November 3rd 17, 10:39 PM posted to rec.photo.digital
Alfred Molon[_4_]
external usenet poster
 
Posts: 2,591
Default Geotagging app

Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and RAWs?

I'm using O.I.Share for the E-M1 II but it doesn't record the altitude.
--
Alfred Molon

Olympus E-series DSLRs and micro 4/3 forum at
http://tech.groups.yahoo.com/group/MyOlympus/
http://myolympus.org/ photo sharing site
  #2  
Old November 3rd 17, 11:31 PM posted to rec.photo.digital
Mayayana
external usenet poster
 
Posts: 1,514
Default Geotagging app

"Alfred Molon" wrote

| Caan anybody recommend an Android app which records position and
| altitude, and later you can add that data to the exif of JPEGs and RAWs?
|
| I'm using O.I.Share for the E-M1 II but it doesn't record the altitude.


I don't have an app suggestion, but a possible idea:
If you don't find it you might be able to rig up
something with Google maps, which does offer
altitude.
Sample:

Enter this URL into a browser and you'll get back the
elevation (in meters) for Boulder, CO. The text is
easily parsed and the whole thing can be automated.

maps.googleapis.com/maps/api/elevation/json?locations=40.014985,-105.270545

That request returns this:

{
"results" : [
{
"elevation" : 1623.978393554688,
"location" : {
"lat" : 40.014985,
"lng" : -105.270545
},
"resolution" : 19.08790397644043
}
],
"status" : "OK"
}

But then of course there's the issue of auto-entering it
into your image files.


  #3  
Old November 4th 17, 12:00 AM posted to rec.photo.digital
Alan Browne
external usenet poster
 
Posts: 12,640
Default Geotagging app

On 2017-11-03 17:39, Alfred Molon wrote:
Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and
RAWs?


Any trail logger that saves (or exports) date in .kml, .kmz, .gpx, .log
(NMEA sentences) should do the trick. But do check that it supports
altitude, esp. NMEA files as many do not record altitude.

Google Play is the source.
This looks promising:
https://play.google.com/store/apps/d...otracker&hl=en

I use a German product called "Trails" on my iPhone - alas not available
for Android.


I'm using O.I.Share for the E-M1 II but it doesn't record the
altitude.


As a stopgap you could snap a photo with the Android camera and (if
properly set) that data would be saved in the snap for later transfer to
the other photos. (tedious).

Pretty much any "trail logger" can be used for what you want to do and
usually the "tagging" can be made automated in post process. You do
need to know the offset from "real time" to your camera's time in order
to do that - no big deal using exiftool. (ie: your time zone and the
difference between "correct" time and the camera's time (unless you
sync'd it all before going out).

Important note: GPS altitude â‰* altitude above sea level of where you are
as the GPS ellipsoid is not referenced to sea level.


  #4  
Old November 4th 17, 03:55 PM posted to rec.photo.digital
PeterN[_7_]
external usenet poster
 
Posts: 1,161
Default Geotagging app

On 11/3/2017 7:00 PM, Alan Browne wrote:
On 2017-11-03 17:39, Alfred Molon wrote:
Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and
RAWs?


Any trail logger that saves (or exports) date in .kml, .kmz, .gpx, .log
(NMEA sentences) should do the trick.Â* But do check that it supports
altitude, esp. NMEA files as many do not record altitude.

Google Play is the source.
This looks promising:
https://play.google.com/store/apps/d...otracker&hl=en


I use a German product called "Trails" on my iPhone - alas not available
for Android.


I'm using O.I.Share for the E-M1 II but it doesn't record the
altitude.


As a stopgap you could snap a photo with the Android camera and (if
properly set) that data would be saved in the snap for later transfer to
the other photos. (tedious).

Pretty much any "trail logger" can be used for what you want to do and
usually the "tagging" can be made automated in post process.Â* You do
need to know the offset from "real time" to your camera's time in order
to do that - no big deal using exiftool.Â* (ie: your time zone and the
difference between "correct" time and the camera's time (unless you
sync'd it all before going out).

Important note: GPS altitude â‰* altitude above sea level of where you are
as the GPS ellipsoid is not referenced to sea level.



I do it the easy way. I take a snap of the location with my iPhone. All
relevant information is recorded.

--
PeterN
  #5  
Old November 4th 17, 10:17 PM posted to rec.photo.digital
Alan Browne
external usenet poster
 
Posts: 12,640
Default Geotagging app

On 2017-11-04 10:55, PeterN wrote:
On 11/3/2017 7:00 PM, Alan Browne wrote:
On 2017-11-03 17:39, Alfred Molon wrote:
Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and
RAWs?


Any trail logger that saves (or exports) date in .kml, .kmz, .gpx,
.log (NMEA sentences) should do the trick.Â* But do check that it
supports altitude, esp. NMEA files as many do not record altitude.

Google Play is the source.
This looks promising:
https://play.google.com/store/apps/d...otracker&hl=en


I use a German product called "Trails" on my iPhone - alas not
available for Android.


I'm using O.I.Share for the E-M1 II but it doesn't record the
altitude.


As a stopgap you could snap a photo with the Android camera and (if
properly set) that data would be saved in the snap for later transfer
to the other photos. (tedious).

Pretty much any "trail logger" can be used for what you want to do and
usually the "tagging" can be made automated in post process.Â* You do
need to know the offset from "real time" to your camera's time in
order to do that - no big deal using exiftool.Â* (ie: your time zone
and the difference between "correct" time and the camera's time
(unless you sync'd it all before going out).

Important note: GPS altitude â‰* altitude above sea level of where you
are as the GPS ellipsoid is not referenced to sea level.



I do it the easy way. I take a snap of the location with my iPhone. All
relevant information is recorded.


That sounds like the hard way given what the OP wants to do.

The OP's issue is automated tagging his Oly phots. Similar to me
tagging my SLR phots. (Though I usually use an independent GPS recorder
I can also use my iPhone for that).

If you record GPS continuously then tagging any number of photos after
the fact takes a minute to set up and a few seconds to execute using a
tool like exiftool or any one of a variety of GUI based tools.

exiftool -geotag=GPS_20171103_162238.log -overwrite_original_in_place
-geosync=-4:00:00 *.dng

(Just need to navigate to the folder containing the dng's before
executing the command. I keep a "template" of the command in a text
file so I just need to paste that into terminal, modify the gps file
name and let 'er rip).

Recording the position in a single shot is a fine backup, but pretty
tedious if you have 50 - 100 photos to tag afterwards.
  #6  
Old November 5th 17, 06:46 AM posted to rec.photo.digital
android
external usenet poster
 
Posts: 3,854
Default Geotagging app

In article ,
Alan Browne wrote:

On 2017-11-04 10:55, PeterN wrote:
On 11/3/2017 7:00 PM, Alan Browne wrote:
On 2017-11-03 17:39, Alfred Molon wrote:
Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and
RAWs?

Any trail logger that saves (or exports) date in .kml, .kmz, .gpx,
.log (NMEA sentences) should do the trick.Â* But do check that it
supports altitude, esp. NMEA files as many do not record altitude.

Google Play is the source.
This looks promising:
https://play.google.com/store/apps/d...vich.geotracke
r&hl=en


I use a German product called "Trails" on my iPhone - alas not
available for Android.


I'm using O.I.Share for the E-M1 II but it doesn't record the
altitude.

As a stopgap you could snap a photo with the Android camera and (if
properly set) that data would be saved in the snap for later transfer
to the other photos. (tedious).

Pretty much any "trail logger" can be used for what you want to do and
usually the "tagging" can be made automated in post process.Â* You do
need to know the offset from "real time" to your camera's time in
order to do that - no big deal using exiftool.Â* (ie: your time zone
and the difference between "correct" time and the camera's time
(unless you sync'd it all before going out).

Important note: GPS altitude â‰* altitude above sea level of where you
are as the GPS ellipsoid is not referenced to sea level.



I do it the easy way. I take a snap of the location with my iPhone. All
relevant information is recorded.


That sounds like the hard way given what the OP wants to do.

The OP's issue is automated tagging his Oly phots. Similar to me
tagging my SLR phots. (Though I usually use an independent GPS recorder
I can also use my iPhone for that).

If you record GPS continuously then tagging any number of photos after
the fact takes a minute to set up and a few seconds to execute using a
tool like exiftool or any one of a variety of GUI based tools.

exiftool -geotag=GPS_20171103_162238.log -overwrite_original_in_place
-geosync=-4:00:00 *.dng

(Just need to navigate to the folder containing the dng's before
executing the command. I keep a "template" of the command in a text
file so I just need to paste that into terminal, modify the gps file
name and let 'er rip).

Recording the position in a single shot is a fine backup, but pretty
tedious if you have 50 - 100 photos to tag afterwards.


GPSPrune is free, has a GUI and work:

https://wiki.openstreetmap.org/wiki/GpsPrune
--
teleportation kills
  #7  
Old November 5th 17, 06:48 AM posted to rec.photo.digital
android
external usenet poster
 
Posts: 3,854
Default Geotagging app

In article ,
Alan Browne wrote:

On 2017-11-04 10:55, PeterN wrote:
On 11/3/2017 7:00 PM, Alan Browne wrote:
On 2017-11-03 17:39, Alfred Molon wrote:
Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and
RAWs?

Any trail logger that saves (or exports) date in .kml, .kmz, .gpx,
.log (NMEA sentences) should do the trick.Â* But do check that it
supports altitude, esp. NMEA files as many do not record altitude.

Google Play is the source.
This looks promising:
https://play.google.com/store/apps/d...vich.geotracke
r&hl=en


Available on Aptoide too:

https://www.aptoide.com/search/view?...vich.geotracke
r


I use a German product called "Trails" on my iPhone - alas not
available for Android.


I'm using O.I.Share for the E-M1 II but it doesn't record the
altitude.

As a stopgap you could snap a photo with the Android camera and (if
properly set) that data would be saved in the snap for later transfer
to the other photos. (tedious).

Pretty much any "trail logger" can be used for what you want to do and
usually the "tagging" can be made automated in post process.Â* You do
need to know the offset from "real time" to your camera's time in
order to do that - no big deal using exiftool.Â* (ie: your time zone
and the difference between "correct" time and the camera's time
(unless you sync'd it all before going out).

Important note: GPS altitude â‰* altitude above sea level of where you
are as the GPS ellipsoid is not referenced to sea level.



I do it the easy way. I take a snap of the location with my iPhone. All
relevant information is recorded.


That sounds like the hard way given what the OP wants to do.

The OP's issue is automated tagging his Oly phots. Similar to me
tagging my SLR phots. (Though I usually use an independent GPS recorder
I can also use my iPhone for that).

If you record GPS continuously then tagging any number of photos after
the fact takes a minute to set up and a few seconds to execute using a
tool like exiftool or any one of a variety of GUI based tools.

exiftool -geotag=GPS_20171103_162238.log -overwrite_original_in_place
-geosync=-4:00:00 *.dng

(Just need to navigate to the folder containing the dng's before
executing the command. I keep a "template" of the command in a text
file so I just need to paste that into terminal, modify the gps file
name and let 'er rip).

Recording the position in a single shot is a fine backup, but pretty
tedious if you have 50 - 100 photos to tag afterwards.

--
teleportation kills
  #8  
Old November 5th 17, 11:47 PM posted to rec.photo.digital
Tim Watts
external usenet poster
 
Posts: 53
Default Geotagging app

On 04/11/17 14:55, PeterN wrote:
On 11/3/2017 7:00 PM, Alan Browne wrote:
On 2017-11-03 17:39, Alfred Molon wrote:
Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and
RAWs?


Any trail logger that saves (or exports) date in .kml, .kmz, .gpx,
.log (NMEA sentences) should do the trick.Â* But do check that it
supports altitude, esp. NMEA files as many do not record altitude.

Google Play is the source.
This looks promising:
https://play.google.com/store/apps/d...otracker&hl=en


I use a German product called "Trails" on my iPhone - alas not
available for Android.


I'm using O.I.Share for the E-M1 II but it doesn't record the
altitude.


As a stopgap you could snap a photo with the Android camera and (if
properly set) that data would be saved in the snap for later transfer
to the other photos. (tedious).

Pretty much any "trail logger" can be used for what you want to do and
usually the "tagging" can be made automated in post process.Â* You do
need to know the offset from "real time" to your camera's time in
order to do that - no big deal using exiftool.Â* (ie: your time zone
and the difference between "correct" time and the camera's time
(unless you sync'd it all before going out).

Important note: GPS altitude â‰* altitude above sea level of where you
are as the GPS ellipsoid is not referenced to sea level.



I do it the easy way. I take a snap of the location with my iPhone. All
relevant information is recorded.


Yes - I do that too. A manual step, but in some ways simpler than
running weird geotag apps.
  #9  
Old November 6th 17, 11:29 AM posted to rec.photo.digital
Tim Watts
external usenet poster
 
Posts: 53
Default Geotagging app

On 04/11/17 21:17, Alan Browne wrote:

If you record GPS continuously then tagging any number of photos after
the fact takes a minute to set up and a few seconds to execute using a
tool like exiftool or any one of a variety of GUI based tools.

exiftool -geotag=GPS_20171103_162238.log -overwrite_original_in_place
-geosync=-4:00:00 *.dng

(Just need to navigate to the folder containing the dng's before
executing the command.Â* I keep a "template" of the command in a text
file so I just need to paste that into terminal, modify the gps file
name and let 'er rip).

Recording the position in a single shot is a fine backup, but pretty
tedious if you have 50 - 100 photos to tag afterwards.


That is useful - I've used exiftool before, but this is either new or I
have not noticed this feature...

What particular app do *you* use for recording travel geo points?
  #10  
Old November 6th 17, 02:35 PM posted to rec.photo.digital
Joe Makowiec
external usenet poster
 
Posts: 175
Default Geotagging app

On 03 Nov 2017 in rec.photo.digital, Alfred Molon wrote:

Caan anybody recommend an Android app which records position and
altitude, and later you can add that data to the exif of JPEGs and
RAWs?

I'm using O.I.Share for the E-M1 II but it doesn't record the
altitude.


GPS Essentials:

http://www.gpsessentials.com/

I still haven't figured out everything it does - which is a lot - but it
will record a track (with altitudes) which you can export as a .gpx file.
You can also save waypoints. I use it with GeoSetter (Win only) to geotag
images.

http://www.geosetter.de/en

In spite of what it looks like, geosetter is still in development. Get
the beta, as it has some recent developments which make it more useful:

www.geosetter.de/geosetter_beta.exe

--
Joe Makowiec
http://makowiec.org/
Email: http://makowiec.org/contact/?Joe
Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Geotagging isw Digital Photography 1 October 17th 09 04:38 AM
Geotagging question Bror Johansson Digital Photography 8 October 10th 07 07:57 PM
ANN: new geotagging program Andreas Schneider Digital Photography 0 August 31st 07 09:21 AM
GeoTagging MidNight Mapper Digital Photography 7 May 10th 07 09:53 AM
geocoding / geotagging photos rakerman Digital Photography 1 September 5th 06 04:06 PM


All times are GMT +1. The time now is 03:34 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PhotoBanter.com.
The comments are property of their posters.