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

Curate and collapse GPS location data #35

Merged
merged 1 commit into from
Mar 14, 2020
Merged

Curate and collapse GPS location data #35

merged 1 commit into from
Mar 14, 2020

Commits on Mar 14, 2020

  1. Curate and collapse GPS location data

    This changes several things about the data being stored:
    * The time being stored in the structure is now UTC.  It was previous local
      time
    * The data being stored is now simplified to:
       [ (utc_unix_time, GPS lat, GPS lon) ... ]
    * The stored data is now limited to 28 days
    Steve Penrod committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    ae188a2 View commit details
    Browse the repository at this point in the history