Chore: Rename testdata plugin with a fully qualified name (#75104)
This commit is contained in:
committed by
GitHub
parent
d6db9eaeb2
commit
c70623fb85
+134
@@ -0,0 +1,134 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0]
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 10 Rows
|
||||
// +-------------------------------+--------------------+---------------------+-----------------+-----------------+
|
||||
// | Name: time | Name: lat | Name: lng | Name: heading | Name: altitude |
|
||||
// | Labels: | Labels: | Labels: | Labels: | Labels: |
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []float64 |
|
||||
// +-------------------------------+--------------------+---------------------+-----------------+-----------------+
|
||||
// | 2020-01-10 23:00:00 +0000 UTC | 37.83 | -122.41487 | 0 | 350 |
|
||||
// | 2020-01-10 23:00:01 +0000 UTC | 37.83587785252292 | -122.41677983005624 | 36 | 355 |
|
||||
// | 2020-01-10 23:00:02 +0000 UTC | 37.839510565162946 | -122.42177983005625 | 72 | 360 |
|
||||
// | 2020-01-10 23:00:03 +0000 UTC | 37.839510565162946 | -122.42796016994374 | 108 | 365 |
|
||||
// | 2020-01-10 23:00:04 +0000 UTC | 37.83587785252292 | -122.43296016994375 | 144 | 370 |
|
||||
// | 2020-01-10 23:00:05 +0000 UTC | 37.83 | -122.43487 | 180 | 375 |
|
||||
// | 2020-01-10 23:00:06 +0000 UTC | 37.82412214747708 | -122.43296016994375 | 216 | 380 |
|
||||
// | 2020-01-10 23:00:07 +0000 UTC | 37.82048943483705 | -122.42796016994374 | 252 | 385 |
|
||||
// | 2020-01-10 23:00:08 +0000 UTC | 37.82048943483705 | -122.42177983005625 | 288 | 390 |
|
||||
// | 2020-01-10 23:00:09 +0000 UTC | 37.82412214747708 | -122.41677983005624 | 324 | 395 |
|
||||
// +-------------------------------+--------------------+---------------------+-----------------+-----------------+
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"fields": [
|
||||
{
|
||||
"name": "time",
|
||||
"type": "time",
|
||||
"typeInfo": {
|
||||
"frame": "time.Time"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lat",
|
||||
"type": "number",
|
||||
"typeInfo": {
|
||||
"frame": "float64"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lng",
|
||||
"type": "number",
|
||||
"typeInfo": {
|
||||
"frame": "float64"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "heading",
|
||||
"type": "number",
|
||||
"typeInfo": {
|
||||
"frame": "float64"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "altitude",
|
||||
"type": "number",
|
||||
"typeInfo": {
|
||||
"frame": "float64"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"data": {
|
||||
"values": [
|
||||
[
|
||||
1578697200000,
|
||||
1578697201000,
|
||||
1578697202000,
|
||||
1578697203000,
|
||||
1578697204000,
|
||||
1578697205000,
|
||||
1578697206000,
|
||||
1578697207000,
|
||||
1578697208000,
|
||||
1578697209000
|
||||
],
|
||||
[
|
||||
37.83,
|
||||
37.83587785252292,
|
||||
37.839510565162946,
|
||||
37.839510565162946,
|
||||
37.83587785252292,
|
||||
37.83,
|
||||
37.82412214747708,
|
||||
37.82048943483705,
|
||||
37.82048943483705,
|
||||
37.82412214747708
|
||||
],
|
||||
[
|
||||
-122.41487,
|
||||
-122.41677983005624,
|
||||
-122.42177983005625,
|
||||
-122.42796016994374,
|
||||
-122.43296016994375,
|
||||
-122.43487,
|
||||
-122.43296016994375,
|
||||
-122.42796016994374,
|
||||
-122.42177983005625,
|
||||
-122.41677983005624
|
||||
],
|
||||
[
|
||||
0,
|
||||
36,
|
||||
72,
|
||||
108,
|
||||
144,
|
||||
180,
|
||||
216,
|
||||
252,
|
||||
288,
|
||||
324
|
||||
],
|
||||
[
|
||||
350,
|
||||
355,
|
||||
360,
|
||||
365,
|
||||
370,
|
||||
375,
|
||||
380,
|
||||
385,
|
||||
390,
|
||||
395
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user