Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Filter out junk data #12

Description

@mattrasband

Before GPS lock, garbage data may be sent to the server as gps coordinates. We need to filter incoming data in a logical manner to not render bad points on the map.

Possible solutions include:

  1. Ignoring anything outside the U.S. (makes us less portable)
  2. buffering a few points and trashing any that don't fall in a logical path (I.e. A balloon would not jump from 0,0 to 39,-104 between points)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions