1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| $ jq "." data.json
{
"tle1": "1 25544U 98067A 18188.26312658 .00016717 00000-0 10270-3 0 9141",
"tle2": "2 25544 51.6379 278.6474 0004044 282.4015 77.6685 15.54073795 41634",
"counts": 17280,
"data": [
{
"jst": "2018-07-09 00:00:00",
"utc": "2018-07-08 15:00:00",
"latitude": 45.16176011227743,
"longitude": 172.66952944822847,
"height": 411.35546313862784,
"velocity": 7.363739082879173
},
{
"jst": "2018-07-09 00:00:10",
"utc": "2018-07-08 15:00:10",
"latitude": 45.46956221479498,
"longitude": 173.43635569942379,
"height": 411.44566520200857,
"velocity": 7.363617296250599
},
{
"jst": "2018-07-09 00:00:20",
"utc": "2018-07-08 15:00:20",
"latitude": 45.771569721128415,
"longitude": 174.211931842513,
"height": 411.534443519026,
"velocity": 7.363497472928317
},
:
===< 以後、省略 >===
:
|