Modify

Opened 5 weeks ago

Closed 26 hours ago

#24347 closed enhancement (fixed)

[PATCH] Add gps time choice on image/gpx correlation

Reported by: StephaneP Owned by: StephaneP
Priority: normal Milestone: 25.07
Component: Core Version:
Keywords: Cc:

Description (last modified by StephaneP)

Hi!

When you correlate image with a gnss track to geolocalize these images, Josm always use the Exif DateTimeOriginal timestamp value.
This patch add a choice to use the Exif GPS DateTime value.

It's helpful because you don't have to set the correct Timezone (it is 0:00) and the time offset is usually near 0.

But beware of the camera behavior when you've lost the GNSS signal (tunnel, indoor).

new GUI choice screenshot :


Attachments (4)

ticket_24347.patch (21.2 KB ) - added by StephaneP 5 weeks ago.
Josm_gpx_correlation_time_source_choice.jpg (84.3 KB ) - added by StephaneP 5 weeks ago.
ticket_24347_B.patch (21.3 KB ) - added by StephaneP 5 weeks ago.
patch with getThisInstant() renamed to getTimeSourceInstant()
ticket_24347_C.patch (21.8 KB ) - added by StephaneP 29 hours ago.

Download all attachments as: .zip

Change History (13)

by StephaneP, 5 weeks ago

Attachment: ticket_24347.patch added

comment:1 by StephaneP, 5 weeks ago

Description: modified (diff)

comment:2 by stoecker, 5 weeks ago

On first look: Please not getThisInstant(). That's a strange name. getInstantBySource() would be better, but a bit long. Maybe you find something more suitable.

in reply to:  2 comment:3 by StephaneP, 5 weeks ago

Ok

What about getSelectedInstant(), or a bit long too, getTimeSourceInstant()?

comment:4 by stoecker, 5 weeks ago

getTimeSourceInstant() sounds ok.

by StephaneP, 5 weeks ago

Attachment: ticket_24347_B.patch added

patch with getThisInstant() renamed to getTimeSourceInstant()

comment:5 by stoecker, 5 weeks ago

Milestone: 25.06

comment:6 by stoecker, 3 days ago

Milestone: 25.0625.07

comment:7 by stoecker, 30 hours ago

Owner: changed from team to StephaneP
Status: newneedinfo

Well, I forgot to handle that last month, but now I tried and it's missing the file TimeSource.java. Please add it.

by StephaneP, 29 hours ago

Attachment: ticket_24347_C.patch added

comment:8 by StephaneP, 29 hours ago

Oh! Sorry! I was fooled with this untracked file by git. The ticket_24347_C.patch file include the missing file.

comment:9 by stoecker, 26 hours ago

Resolution: fixed
Status: needinfoclosed

In 19426/josm:

fix #24347 - Add gps time choice on image/gpx correlation - patch by StephaneP

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain StephaneP.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.