Skip to content

Instantly share code, notes, and snippets.

@pb-uk
Created October 11, 2021 10:35
Show Gist options
  • Save pb-uk/0fab3f9a37a69238537c7671210973a4 to your computer and use it in GitHub Desktop.
Save pb-uk/0fab3f9a37a69238537c7671210973a4 to your computer and use it in GitHub Desktop.
example.jts.json
{
"docType": "jts",
"version": "1.0",
"header": {
"startTime": "2014-08-16T02:00:00.000Z",
"endTime": "2014-08-16T02:20:43.000Z",
"recordCount": 5,
"columns": {
"0": {
"id": "541a5a129bc9b4035f906d70",
"name": "Temperature",
"dataType": "NUMBER",
"renderType": "VALUE",
"format": "0.###",
"aggregate": "NONE"
}
}
},
"data": [
{
"ts": "2014-08-16T02:00:39.000Z",
"f": { "0": {"v": 28.21, "q": 100 } }
},
{
"ts": "2014-08-16T02:05:40.000Z",
"f": { "0": {"v": 28.22 } }
},
{
"ts": "2014-08-16T02:10:41.000Z",
"f": { "0": {"v": 28.7 } }
},
{
"ts": "2014-08-16T02:15:42.000Z",
"f": { "0": {"v": 29.2, "q": 100 } }
},
{
"ts": "2014-08-16T02:20:43.000Z",
"f": { "0": {"v": 29.18 } }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment