Modify

Opened 3 months ago

Closed 7 weeks ago

Last modified 3 weeks ago

#24347 closed enhancement (fixed)

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

Reported by: StephaneP Owned by: StephaneP
Priority: normal Milestone: 25.08
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 3 months ago.
Josm_gpx_correlation_time_source_choice.jpg (84.3 KB ) - added by StephaneP 3 months ago.
ticket_24347_B.patch (21.3 KB ) - added by StephaneP 3 months ago.
patch with getThisInstant() renamed to getTimeSourceInstant()
ticket_24347_C.patch (21.8 KB ) - added by StephaneP 7 weeks ago.

Download all attachments as: .zip

Change History (14)

by StephaneP, 3 months ago

Attachment: ticket_24347.patch added

comment:1 by StephaneP, 3 months ago

Description: modified (diff)

comment:2 by stoecker, 3 months 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, 3 months ago

Ok

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

comment:4 by stoecker, 3 months ago

getTimeSourceInstant() sounds ok.

by StephaneP, 3 months ago

Attachment: ticket_24347_B.patch added

patch with getThisInstant() renamed to getTimeSourceInstant()

comment:5 by stoecker, 3 months ago

Milestone: 25.06

comment:6 by stoecker, 7 weeks ago

Milestone: 25.0625.07

comment:7 by stoecker, 7 weeks 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, 7 weeks ago

Attachment: ticket_24347_C.patch added

comment:8 by StephaneP, 7 weeks 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, 7 weeks ago

Resolution: fixed
Status: needinfoclosed

In 19426/josm:

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

comment:10 by stoecker, 3 weeks ago

Milestone: 25.0725.08

Milestone renamed

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.