-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91ee3b6
commit a9bda7b
Showing
14 changed files
with
24,527 additions
and
13,577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.