Module 9 ex0 done + ex1 WIP

This commit is contained in:
2026-03-09 16:35:41 +01:00
parent e460d7507e
commit 384ad04a08
14 changed files with 2006 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
crew_size,is_operational,last_maintenance,name,notes,oxygen_level,power_level,station_id
6,True,2023-07-11T00:00:00,Titan Mining Outpost,,95.5,76.4,LGW125
3,False,2023-08-24T00:00:00,Deep Space Observatory,System diagnostics required,88.1,70.8,QCH189
11,True,2023-10-21T00:00:00,Europa Research Station,,91.4,82.0,ISS674
9,False,2023-10-06T00:00:00,Mars Orbital Platform,System diagnostics required,87.2,79.7,ISS877
4,False,2023-10-25T00:00:00,Deep Space Observatory,System diagnostics required,89.9,80.2,LGW194
11,False,2023-12-11T00:00:00,Solar Wind Monitor,System diagnostics required,98.1,73.6,ISS847
12,False,2023-07-15T00:00:00,Asteroid Belt Relay,System diagnostics required,86.0,75.5,QCH400
4,True,2023-09-25T00:00:00,Titan Mining Outpost,All systems nominal,97.3,94.4,ERS891
8,False,2023-07-10T00:00:00,Asteroid Belt Relay,System diagnostics required,88.8,76.0,ABR266
11,False,2023-09-25T00:00:00,Mars Orbital Platform,System diagnostics required,87.3,90.8,LGW723
1 crew_size is_operational last_maintenance name notes oxygen_level power_level station_id
2 6 True 2023-07-11T00:00:00 Titan Mining Outpost 95.5 76.4 LGW125
3 3 False 2023-08-24T00:00:00 Deep Space Observatory System diagnostics required 88.1 70.8 QCH189
4 11 True 2023-10-21T00:00:00 Europa Research Station 91.4 82.0 ISS674
5 9 False 2023-10-06T00:00:00 Mars Orbital Platform System diagnostics required 87.2 79.7 ISS877
6 4 False 2023-10-25T00:00:00 Deep Space Observatory System diagnostics required 89.9 80.2 LGW194
7 11 False 2023-12-11T00:00:00 Solar Wind Monitor System diagnostics required 98.1 73.6 ISS847
8 12 False 2023-07-15T00:00:00 Asteroid Belt Relay System diagnostics required 86.0 75.5 QCH400
9 4 True 2023-09-25T00:00:00 Titan Mining Outpost All systems nominal 97.3 94.4 ERS891
10 8 False 2023-07-10T00:00:00 Asteroid Belt Relay System diagnostics required 88.8 76.0 ABR266
11 11 False 2023-09-25T00:00:00 Mars Orbital Platform System diagnostics required 87.3 90.8 LGW723