-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSol_Full.json
83 lines (79 loc) · 2.75 KB
/
Sol_Full.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"Info" :
{
"name" : "Solar System",
"date" : "2000-01-01 00:00:01"
},
"Bodies": [
{
"name": "Sol",
"radius": 696342000,
"mass": 1988500e+24,
"location": [ -1.068108951496322e+09, -4.177210908491462E+08, 3.086887010002915E+07 ],
"velocity": [ 9.305302656256911E+00, -1.283177282717393E+01, -1.631700118015769E-01 ]
},
{
"name": "Mercury",
"radius": 2439.5,
"mass": 0.330e24,
"location": [ -2.212073002393702E+10, -6.682435921338345E+10, -3.461577076477692E+09 ],
"velocity": [ 3.666229234452722E+04, -1.230266984222893E+04, -4.368336206255391E+03 ]
},
{
"name": "Venus",
"radius": 6051.84,
"mass": 4.8685e24,
"location": [ -1.085736592234813E+11, -3.784241757371509E+09, 6.190088659339075E+09 ],
"velocity": [ 8.984650886248794E+02, -3.517203951420625E+04, -5.320225928762774E+02 ]
},
{
"name": "Earth",
"radius": 6371.01,
"mass": 5.97219e24,
"location": [ -2.627903751048988E+10, 1.445101984929515E+11, 3.025245352813601E+07 ],
"velocity": [ -2.983052803412253E+04, -5.220465675237847E+03, -1.014855999592612E-01 ]
},
{
"name": "The Moon",
"radius": 1737.53,
"mass": 7.349e22,
"location": [ -2.659668775178492E+10, 1.442683153167126E+11, 6.680827660505474E+07 ],
"velocity": [ -2.926974096801152E+04, -6.020397935372383E+03, 1.740818643718001E+00 ]
},
{
"name": "Mars",
"radius": 3389.92,
"mass": 0.641e24,
"location": [ 2.069270543147017E+11, -3.560689745239088E+09, -5.147936537447235E+09 ],
"velocity": [ 1.304308833322233E+03, 2.628158890420931E+04, 5.188465740839767E+02 ]
},
{
"name": "Jupiter",
"radius": 69911,
"mass": 1898.18722e24,
"location": [ 5.978410555886381E+11, 4.387048655696349E+11, -1.520164176015472E+10 ],
"velocity": [ 7.892632213479861E+03, 1.115034525890079E+04, 1.305100448596264E+02 ]
},
{
"name": "Saturn",
"radius": 58232,
"mass": 568.34e24,
"location": [ 9.576383364792708E+11, 9.821475307689621E+11, -5.518981181311160E+10 ],
"velocity": [ -7.419580382572883E+03, 6.725982471305630E+03, 1.775012039800541E+02 ]
},
{
"name": "Uranus",
"radius": 25362,
"mass": 86.813e+24,
"location": [ 2.157706590772995E+12, -2.055242872276605E+12, -3.559274281048691E+10 ],
"velocity": [ 4.646953838324629E+03, 4.614361336011624E+03, -4.301369677250144E+01 ]
},
{
"name": "Neptune",
"radius": 24624,
"mass": 102.409e+24,
"location": [ 2.513785451779509E+12, -3.739265135509532E+12, 1.907027540535474E+10 ],
"velocity": [ 4.475107938022004E+03, 3.062850546988970E+03, -1.667293921151841E+02 ]
}
]
}