Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am adhintz on github.
  • I am drewhintz (https://keybase.io/drewhintz) on keybase.
  • I have a public key ASDsIf0EH_lx6K4bjWe9umgnEAgiMg_xBY7rEY2OzeDG8go

To claim this, I am signing this object:

@adhintz
adhintz / fetch_chffr_data.py
Created February 9, 2018 05:36
find correlation between GPS speed and every message+offset (rough draft)
#!/usr/bin/env python
import numpy
import requests
import json
import os
import urllib
# load the access_token
access_token = open("chffr_token").read()