sotohp icon indicating copy to clipboard operation
sotohp copied to clipboard

Induce missing GPS coordinates

Open dacr opened this issue 2 years ago • 1 comments

Using such approach

  • [x] add a field induced or realGPS field
  • [x] 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 avatar Aug 16 '23 07:08 dacr

Field deducted has been added

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

dacr avatar Aug 18 '23 17:08 dacr