Skip to content

Instantly share code, notes, and snippets.

@johnniehard
Last active July 13, 2018 11:16
Show Gist options
  • Save johnniehard/414a33491abf15054e2d6d2f3866910d to your computer and use it in GitHub Desktop.
Save johnniehard/414a33491abf15054e2d6d2f3866910d to your computer and use it in GitHub Desktop.
{
"location": { "lat": 0, "lng": 0 },
"data": [
{ "date": "2018-08-31", "cloudy_pct": 23, "B1": 3645, "B2 (etc...)": 4324, "NDVI": 0.4 },
{ "date": "2018-08-25", "cloudy_pct": 21, "B1": 3445, "B2 (etc...)": 4384, "NDVI": 0.3 },
"etc..."
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment