-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanets.json
84 lines (84 loc) · 2.02 KB
/
planets.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
84
{
"orbitalElements": [
{
"name": "mercury",
"semiMajorAxis": 0.38709893,
"eccentricity": 0.20563069,
"orbitalInclination": 7.00487,
"longitudeOfAscendingNode": 48.33167,
"longitudeOfPerihelion": 77.45645,
"meanAnomaly": 174.796,
"period": 87.969
},
{
"name": "venus",
"semiMajorAxis": 0.72333199,
"eccentricity": 0.00677323,
"orbitalInclination": 3.39471,
"longitudeOfAscendingNode": 76.68069,
"longitudeOfPerihelion": 131.53298,
"meanAnomaly": 50.45,
"period": 224.7008
},
{
"name": "earth",
"semiMajorAxis": 1.00000011,
"eccentricity": 0.01671022,
"orbitalInclination": 0.00005,
"longitudeOfAscendingNode": -11.26064,
"longitudeOfPerihelion": 102.94719,
"meanAnomaly": 357.51716,
"period": 365.259636
},
{
"name": "mars",
"semiMajorAxis": 1.52366231,
"eccentricity": 0.09341233,
"orbitalInclination": 1.85061,
"longitudeOfAscendingNode": 49.57854,
"longitudeOfPerihelion": 336.04084,
"meanAnomaly": 19.387,
"period": 686.9957
},
{
"name": "jupiter",
"semiMajorAxis": 5.20336301,
"eccentricity": 0.04839266,
"orbitalInclination": 1.30530,
"longitudeOfAscendingNode": 100.55615,
"longitudeOfPerihelion": 14.75385,
"meanAnomaly": 20.020,
"period": 11.862
},
{
"name": "saturn",
"semiMajorAxis": 9.53707032,
"eccentricity": 0.05415060,
"orbitalInclination": 2.48446,
"longitudeOfAscendingNode": 113.71504,
"longitudeOfPerihelion": 92.43194,
"meanAnomaly": 317.020,
"period": 29.4475
},
{
"name": "uranus",
"semiMajorAxis": 19.19126393,
"eccentricity": 0.04716771,
"orbitalInclination": 0.76986,
"longitudeOfAscendingNode": 74.22988,
"longitudeOfPerihelion": 170.96424,
"meanAnomaly": 142.238600,
"period": 84.011
},
{
"name": "neptune",
"semiMajorAxis": 30.06896348,
"eccentricity": 0.00858587,
"orbitalInclination": 1.76917,
"longitudeOfAscendingNode": 131.72169,
"longitudeOfPerihelion": 44.97135,
"meanAnomaly": 259.883,
"period": 164.79
}
]
}