Skip to content

Commit 24febae

Browse files
committed
Added field to both files - boolean for ISS destination
1 parent 5fcd220 commit 24febae

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

JSON/iss-docked-spacecraft.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"manufacturer": "Energia",
1111
"launched": 1613360706,
1212
"launch_site": "Site 31/6, Baikonur",
13+
"iss": true,
1314
"docked": 1613539620,
1415
"docking_port": "Pirs nadir",
1516
"launch_mass": 7000,
@@ -30,6 +31,7 @@
3031
"manufacturer": "Northrop Grumman",
3132
"launched": 1613839010,
3233
"launch_site": "MARS, Pad 0A",
34+
"iss": true,
3335
"docked": 1613992560,
3436
"docking_port": "Unity nadir",
3537
"launch_mass": 3810,
@@ -50,6 +52,7 @@
5052
"manufacturer": "Energia",
5153
"launched": 1617946961,
5254
"launch_site": "Site 31/6, Baikonur",
55+
"iss": true,
5356
"docked": 1617959107,
5457
"docking_port": "Rassvet nadir",
5558
"launch_mass": null,
@@ -70,6 +73,7 @@
7073
"manufacturer": "SpaceX",
7174
"launched": 1619171342,
7275
"launch_site": "KSC, LC-39A",
76+
"iss": true,
7377
"docked": 1619248200,
7478
"docking_port": "Harmony forward",
7579
"launch_mass": 6000,
@@ -90,6 +94,7 @@
9094
"manufacturer": "SpaceX",
9195
"launched": 1622734155,
9296
"launch_site": "KSC, LC-39A",
97+
"iss": true,
9398
"docked": 1622876940,
9499
"docking_port": "Harmony zenith",
95100
"launch_mass": 6000,

JSON/people-in-space.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"position": "Flight Engineer",
1515
"spacecraft": "Soyuz MS-18",
1616
"launched": 1617946961,
17+
"iss": true,
1718
"days_in_space": 340,
1819
"url": "https://en.wikipedia.org/wiki/Oleg_Novitsky",
1920
"image": "https://upload.wikimedia.org/wikipedia/commons/e/ee/Oleg_Novitskiy_2016.jpg"
@@ -27,6 +28,7 @@
2728
"position": "Flight Engineer",
2829
"spacecraft": "Soyuz MS-18",
2930
"launched": 1617946961,
31+
"iss": true,
3032
"days_in_space": 0,
3133
"url": "https://en.wikipedia.org/wiki/Pyotr_Dubrov",
3234
"image": "https://www.nasa.gov/sites/default/files/thumbnails/image/jsc2021e010288.jpg"
@@ -40,6 +42,7 @@
4042
"position": "Flight Engineer",
4143
"spacecraft": "Soyuz MS-18",
4244
"launched": 1617946961,
45+
"iss": true,
4346
"days_in_space": 168,
4447
"url": "https://en.wikipedia.org/wiki/Mark_T._Vande_Hei",
4548
"image": "https://upload.wikimedia.org/wikipedia/commons/8/83/Mark_Vande_Hei%2C_official_portrait.jpg"
@@ -53,6 +56,7 @@
5356
"position": "Flight Engineer",
5457
"spacecraft": "Crew-2 Dragon",
5558
"launched": 1619171342,
59+
"iss": true,
5660
"days_in_space": 189,
5761
"url": "https://en.wikipedia.org/wiki/Shane_Kimbrough",
5862
"image": "https://upload.wikimedia.org/wikipedia/commons/a/a9/Shanekimbroughv2.jpg"
@@ -66,6 +70,7 @@
6670
"position": "Flight Engineer",
6771
"spacecraft": "Crew-2 Dragon",
6872
"launched": 1619171342,
73+
"iss": true,
6974
"days_in_space": 13,
7075
"url": "https://en.wikipedia.org/wiki/K._Megan_McArthur",
7176
"image": "https://upload.wikimedia.org/wikipedia/commons/4/4d/Meganmcarthurv2.jpg"
@@ -79,6 +84,7 @@
7984
"position": "Commander",
8085
"spacecraft": "Crew-2 Dragon",
8186
"launched": 1619171342,
87+
"iss": true,
8288
"days_in_space": 141,
8389
"url": "https://en.wikipedia.org/wiki/Akihiko_Hoshide",
8490
"image": "https://upload.wikimedia.org/wikipedia/commons/4/44/Akihiko_Hoshide_2012.jpg"
@@ -92,6 +98,7 @@
9298
"position": "Flight Engineer",
9399
"spacecraft": "Crew-2 Dragon",
94100
"launched": 1619171342,
101+
"iss": true,
95102
"days_in_space": 197,
96103
"url": "https://en.wikipedia.org/wiki/Thomas_Pesquet",
97104
"image": "https://upload.wikimedia.org/wikipedia/commons/d/db/Thomas_Pesquet%2C_official_portrait_in_EMU_%282020%29.jpg"

0 commit comments

Comments
 (0)