Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsinha authored and github-actions[bot] committed Aug 19, 2024
1 parent 91ee3b6 commit a9bda7b
Show file tree
Hide file tree
Showing 14 changed files with 24,527 additions and 13,577 deletions.
81 changes: 80 additions & 1 deletion data/launchdata-1957.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,83 @@
{
"OrbitalFlights": null,
"OrbitalFlights": [
{
"Timestamp": {
"TimestampRaw": "",
"TimestampClean": "",
"Timestamp": "0001-01-01T00:00:00Z",
"Tbd": false,
"ParsedOk": false,
"ParseErr": null
},
"Rocket": "",
"FlightNumber": "",
"LaunchSite": "",
"LaunchServiceProvider": "",
"Notes": "First orbital launch, first artificial satellite of Earth, maiden flight of the Sputnik rocket",
"Payload": [
{
"Payload": "Sputnik 1 (PS-1)",
"Operator": "MVS",
"Orbit": "Low Earth",
"Function": "Technology demonstration",
"Decay": "4 January 1958",
"Outcome": "Successful",
"Cubesat": false
}
]
},
{
"Timestamp": {
"TimestampRaw": "3 November02:30:42",
"TimestampClean": "3 November02:30:42",
"Timestamp": "1957-11-03T02:30:42Z",
"Tbd": false,
"ParsedOk": true,
"ParseErr": null
},
"Rocket": "Sputnik-PS (8K71PS)",
"FlightNumber": "PS-2",
"LaunchSite": "Baikonur Site 1/5",
"LaunchServiceProvider": "MVS",
"Notes": "Carried Laika, the first animal in orbit. Laika died prior to completion of experiments. Final flight of the Sputnik-PS.",
"Payload": [
{
"Payload": "Sputnik 2 (PS-2)",
"Operator": "MVS",
"Orbit": "Low Earth",
"Function": "Biological",
"Decay": "14 April 1958",
"Outcome": "Partial spacecraft failure",
"Cubesat": false
}
]
},
{
"Timestamp": {
"TimestampRaw": "6 December16:44:35",
"TimestampClean": "6 December16:44:35",
"Timestamp": "1957-12-06T16:44:35Z",
"Tbd": false,
"ParsedOk": true,
"ParseErr": null
},
"Rocket": "Vanguard",
"FlightNumber": "TV-3",
"LaunchSite": "Cape Canaveral LC-18A",
"LaunchServiceProvider": "US Navy",
"Notes": "First all up Vanguard flight, first US orbital launch attempt, and first orbital launch attempt failure. Lost thrust and exploded on launch pad after 2 seconds.",
"Payload": [
{
"Payload": "Vanguard 1A",
"Operator": "NRL",
"Orbit": "Intended: Medium Earth",
"Function": "Geodesy",
"Decay": "6 December",
"Outcome": "Launch failure",
"Cubesat": false
}
]
}
],
"SuborbitalFlights": null
}
Loading

0 comments on commit a9bda7b

Please sign in to comment.