Skip to content

An iOS application that displays potential intersection points between the user's prior locations and the confirmed paths of people infected with contagious diseases

Notifications You must be signed in to change notification settings

CARSILab/PathOGion

 
 

Repository files navigation

PathOGion

An iOS application that displays potential intersection points between the user's prior locations and the confirmed paths of people infected with contagious diseases

// To Do

Create LocationPath class

Function that determines intersection

Determine return type

Algorithm: (incomplete)

  Make sure that start and end timestamps of paths intersect

    If mutually exclusive

      return empty intersection

    If intersect
    [first check based on spatial distance
    then filter based on if it was during the same time]
      Clip paths

  If points intersect with any other points, check timestamp accuracy specifically

Extend LocationPoint

Convenience functions

Distance

Interpolate (based on timestamps of two points)

About

An iOS application that displays potential intersection points between the user's prior locations and the confirmed paths of people infected with contagious diseases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.6%
  • Other 0.4%