Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Induce missing GPS coordinates #12

Open
1 of 2 tasks
dacr opened this issue Aug 16, 2023 · 1 comment
Open
1 of 2 tasks

Induce missing GPS coordinates #12

dacr opened this issue Aug 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dacr
Copy link
Owner

dacr commented Aug 16, 2023

Using such approach

  • add a field induced or realGPS field
  • add an algorithm such as
    • consecutives photos coming from the same camera
    • approximate missing coordinates between photos with coordinates in a limited timerange
    • time base average between two known points (on a line, and depending of timestamp)
@dacr dacr added the enhancement New feature or request label Aug 16, 2023
@dacr
Copy link
Owner Author

dacr commented Aug 18, 2023

Field deducted has been added

case class PhotoPlace(
  latitude: LatitudeDecimalDegrees,
  longitude: LongitudeDecimalDegrees,
  altitude: Option[AltitudeMeanSeaLevel],
  deducted: Boolean 
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant