Skip to content

Commit

Permalink
Merge pull request #46 from corquaid/dev
Browse files Browse the repository at this point in the history
feat: update for docking of Soyuz MS-26 spacecraft
  • Loading branch information
corquaid authored Sep 12, 2024
2 parents d193443 + 5f0bfb9 commit 21f452d
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 2 deletions.
25 changes: 24 additions & 1 deletion JSON/iss-docked-spacecraft.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"number": 5,
"number": 6,
"spacecraft": [
{
"id": 1,
Expand Down Expand Up @@ -120,6 +120,29 @@
"mission_patch": null,
"url": "https://en.wikipedia.org/wiki/Progress_MS-28",
"image": "https://i.ibb.co/Q6LLCbN/progress-ms28-zem-351772-1.jpg"
},
{
"id": 6,
"name": "Soyuz MS-26",
"country": "Russia",
"flag_code": "ru",
"operator": "Roscosmos",
"manufacturer": "Energia",
"spacecraft_name": null,
"launched": 1726150992,
"launch_site": "Site 31/6, Baikonur",
"iss": true,
"docked": 1726162320,
"docking_port": "Rassvet nadir",
"launch_mass": null,
"payload_mass": null,
"launch_vehicle": "Soyuz 2.1a",
"launch_vehicle_name": null,
"mission_type": "Crew",
"crew": ["Aleksey Ovchinin", "Ivan Wagner", "Donald Pettit"],
"mission_patch": "https://i.ibb.co/2FCdns3/soyuz-ms26-patch01-lg.jpg",
"url": "https://en.wikipedia.org/wiki/Soyuz_MS-26",
"image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2024/09/Soyuz-Approaches-Station-Sept-2024.png"
}
]
}
53 changes: 52 additions & 1 deletion JSON/people-in-space.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"number": 16,
"number": 19,
"iss_expedition": 71,
"expedition_patch": "https://upload.wikimedia.org/wikipedia/commons/b/b4/ISS_Expedition_71_Patch.png",
"expedition_url": "https://en.wikipedia.org/wiki/Expedition_71",
Expand Down Expand Up @@ -278,6 +278,57 @@
"instagram": "https://www.instagram.com/annawmenon/?hl=en",
"twitter": "https://x.com/annawmenon",
"facebook": ""
},
{
"id": 17,
"name": "Aleksey Ovchinin",
"country": "Russia",
"flag_code": "ru",
"agency": "Roscosmos",
"position": "Commander",
"spacecraft": "Soyuz MS-26",
"launched": 1726150992,
"iss": true,
"days_in_space": 375,
"url": "https://en.wikipedia.org/wiki/Aleksey_Ovchinin",
"image": "https://upload.wikimedia.org/wikipedia/commons/4/4b/Aleksey_Ovchinin_during_ISS_Habitat_Equalization_%26_Process_22105_training_%28Jsc2014e084151%29.jpg",
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 18,
"name": "Ivan Wagner",
"country": "Russia",
"flag_code": "ru",
"agency": "Roscosmos",
"position": "Flight Engineer",
"spacecraft": "Soyuz MS-26",
"launched": 1726150992,
"iss": true,
"days_in_space": 195,
"url": "https://en.wikipedia.org/wiki/Ivan_Vagner",
"image": "https://upload.wikimedia.org/wikipedia/commons/f/f8/Expedition_63_Crew_Waves_Farewell_-_Ivan_Vagner.jpg",
"instagram": "",
"twitter": "",
"facebook": ""
},
{
"id": 19,
"name": "Don Pettit",
"country": "United States",
"flag_code": "us",
"agency": "NASA",
"position": "Flight Engineer",
"spacecraft": "Soyuz MS-26",
"launched": 1726150992,
"iss": true,
"days_in_space": 369,
"url": "https://en.wikipedia.org/wiki/Donald_Pettit",
"image": "https://i.ibb.co/cgvcwqN/NASA-astronaut-Don-Pettit-pillars.jpg",
"instagram": "https://www.instagram.com/astro_pettit/",
"twitter": "https://x.com/astro_Pettit",
"facebook": ""
}
]
}

0 comments on commit 21f452d

Please sign in to comment.