forked from claurel/cosmographia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiss.json
48 lines (44 loc) · 1.23 KB
/
iss.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"version": "1.0",
"name": "ISS",
"items" :
[
{
"name" : "ISS",
"center" : "Earth",
"trajectoryFrame" : "EquatorJ2000",
"trajectory" :
{
"type" : "TLE",
"name" : "ISS (ZARYA)",
"line1" : "1 25544U 98067A 11042.40620627 .00065760 00000-0 48638-3 0 8024",
"line2" : "2 25544 51.6440 85.8998 0004217 288.1282 194.3117 15.72311137701100",
"source" : "http://celestrak.com/NORAD/elements/visual.txt"
},
"bodyFrame" :
{
"type" : "TwoVector",
"primaryAxis" : "x",
"primary" :
{
"type" : "RelativePosition",
"observer" : "ISS",
"target" : "Earth"
},
"secondaryAxis" : "-y",
"secondary" :
{
"type" : "RelativeVelocity",
"observer" : "ISS",
"target" : "Earth"
}
},
"geometry" :
{
"type" : "Mesh",
"size" : 0.1,
"source" : "models/iss.cmod"
}
}
]
}