hack4impact-upenn / cls

(Community Legal Services Fall 2016): Processing millions of Google Location Data points into court admissible legal documents...all on the frontend
https://hack4impact-upenn.github.io/cls/
MIT License
37 stars 13 forks source link

Remove dependency on timestamp ordering in file #37

Closed abhisuri97 closed 5 years ago

abhisuri97 commented 5 years ago

accomplishes this by sorting markers once in memory rather than doing another passthrough the file with oboe. Fix made in response to change in google takeout location data formatting (now goes oldest -> recent whereas the previous version was the opposite).