Skip to content

Commit

Permalink
json files added
Browse files Browse the repository at this point in the history
  • Loading branch information
imertetsu committed Aug 13, 2024
1 parent 106e22a commit 8f797cc
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 0 deletions.
62 changes: 62 additions & 0 deletions src/main/java/com/spacecraft/persistence/events.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"occurrence_time": "2023-10-01T10:15:00",
"event_name": "System Startup",
"id": "E001",
"severity": "Info"
},
{
"occurrence_time": "2023-10-01T10:35:00",
"event_name": "Navigation Calibration",
"id": "E002",
"severity": "Info"
},
{
"occurrence_time": "2023-10-01T10:50:00",
"event_name": "Warning Light On",
"id": "E003",
"severity": "Warning"
},
{
"occurrence_time": "2023-10-01T11:05:00",
"event_name": "Data Transmission Error",
"id": "E004",
"severity": "Error"
},
{
"occurrence_time": "2023-10-01T11:25:00",
"event_name": "System Restart",
"id": "E005",
"severity": "Info"
},
{
"occurrence_time": "2023-10-01T11:45:00",
"event_name": "Low Battery",
"id": "E006",
"severity": "Warning"
},
{
"occurrence_time": "2023-10-01T12:05:00",
"event_name": "Data Loss",
"id": "E007",
"severity": "Error"
},
{
"occurrence_time": "2023-10-01T12:20:00",
"event_name": "Critical System Failure",
"id": "E008",
"severity": "Error"
},
{
"occurrence_time": "2023-10-01T12:45:00",
"event_name": "System Reboot",
"id": "E009",
"severity": "Info"
},
{
"occurrence_time": "2023-10-07T13:00:00",
"event_name": "Sensor Malfunction",
"id": "E010",
"severity": "Error"
}
]
41 changes: 41 additions & 0 deletions src/main/java/com/spacecraft/persistence/latitudes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[
{"timestamp": "2023-10-01T10:00:00", "position": 34.0522},
{"timestamp": "2023-10-01T10:10:00", "position": 35.1234},
{"timestamp": "2023-10-01T10:20:00", "position": 36.2456},
{"timestamp": "2023-10-01T10:30:00", "position": 37.3245},
{"timestamp": "2023-10-01T10:40:00", "position": 38.4321},
{"timestamp": "2023-10-01T10:50:00", "position": 39.5567},
{"timestamp": "2023-10-01T11:00:00", "position": 40.6742},
{"timestamp": "2023-10-01T11:10:00", "position": 41.7789},
{"timestamp": "2023-10-01T11:20:00", "position": 42.8865},
{"timestamp": "2023-10-01T11:30:00", "position": 43.9687},
{"timestamp": "2023-10-01T11:40:00", "position": 45.0123},
{"timestamp": "2023-10-01T11:50:00", "position": 46.1021},
{"timestamp": "2023-10-01T12:00:00", "position": 47.2134},
{"timestamp": "2023-10-01T12:10:00", "position": 48.3290},
{"timestamp": "2023-10-01T12:20:00", "position": 49.4257},
{"timestamp": "2023-10-01T12:30:00", "position": 50.5567},
{"timestamp": "2023-10-01T12:40:00", "position": 51.6321},
{"timestamp": "2023-10-01T12:50:00", "position": 52.7122},
{"timestamp": "2023-10-01T13:00:00", "position": 53.8112},
{"timestamp": "2023-10-01T13:10:00", "position": 54.9223},
{"timestamp": "2023-10-01T13:15:00", "position": 55.9891},
{"timestamp": "2023-10-01T13:25:00", "position": 56.9877},
{"timestamp": "2023-10-01T13:35:00", "position": 57.9855},
{"timestamp": "2023-10-01T13:45:00", "position": 59.0765},
{"timestamp": "2023-10-01T13:55:00", "position": 60.0998},
{"timestamp": "2023-10-01T14:05:00", "position": 61.1267},
{"timestamp": "2023-10-01T14:15:00", "position": 62.2254},
{"timestamp": "2023-10-01T14:25:00", "position": 63.3232},
{"timestamp": "2023-10-01T14:35:00", "position": 64.4234},
{"timestamp": "2023-10-01T14:45:00", "position": 65.5231},
{"timestamp": "2023-10-01T14:55:00", "position": 66.6234},
{"timestamp": "2023-10-01T15:05:00", "position": 67.7236},
{"timestamp": "2023-10-01T15:15:00", "position": 68.8233},
{"timestamp": "2023-10-01T15:25:00", "position": 69.9236},
{"timestamp": "2023-10-01T15:35:00", "position": 71.0238},
{"timestamp": "2023-10-01T15:45:00", "position": 72.1235},
{"timestamp": "2023-10-01T15:55:00", "position": 73.2238},
{"timestamp": "2023-10-01T16:05:00", "position": 74.3239},
{"timestamp": "2023-10-01T16:15:00", "position": 75.4236}
]
41 changes: 41 additions & 0 deletions src/main/java/com/spacecraft/persistence/longitudes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[
{"timestamp": "2023-10-01T10:00:00", "position": -118.2437},
{"timestamp": "2023-10-01T10:10:00", "position": -117.2437},
{"timestamp": "2023-10-01T10:20:00", "position": -116.2437},
{"timestamp": "2023-10-01T10:30:00", "position": -115.2437},
{"timestamp": "2023-10-01T10:40:00", "position": -114.2437},
{"timestamp": "2023-10-01T10:50:00", "position": -113.2437},
{"timestamp": "2023-10-01T11:00:00", "position": -112.2437},
{"timestamp": "2023-10-01T11:10:00", "position": -111.2437},
{"timestamp": "2023-10-01T11:20:00", "position": -110.2437},
{"timestamp": "2023-10-01T11:30:00", "position": -109.2437},
{"timestamp": "2023-10-01T11:40:00", "position": -108.2437},
{"timestamp": "2023-10-01T11:50:00", "position": -107.2437},
{"timestamp": "2023-10-01T12:00:00", "position": -106.2437},
{"timestamp": "2023-10-01T12:10:00", "position": -105.2437},
{"timestamp": "2023-10-01T12:20:00", "position": -104.2437},
{"timestamp": "2023-10-01T12:30:00", "position": -103.2437},
{"timestamp": "2023-10-01T12:40:00", "position": -102.2437},
{"timestamp": "2023-10-01T12:50:00", "position": -101.2437},
{"timestamp": "2023-10-01T13:00:00", "position": -100.2437},
{"timestamp": "2023-10-01T13:10:00", "position": -99.2437},
{"timestamp": "2023-10-01T13:15:00", "position": -98.2437},
{"timestamp": "2023-10-01T13:25:00", "position": -97.2437},
{"timestamp": "2023-10-01T13:35:00", "position": -96.2437},
{"timestamp": "2023-10-01T13:45:00", "position": -95.2437},
{"timestamp": "2023-10-01T13:55:00", "position": -94.2437},
{"timestamp": "2023-10-01T14:05:00", "position": -93.2437},
{"timestamp": "2023-10-01T14:15:00", "position": -92.2437},
{"timestamp": "2023-10-01T14:25:00", "position": -91.2437},
{"timestamp": "2023-10-01T14:35:00", "position": -90.2437},
{"timestamp": "2023-10-01T14:45:00", "position": -89.2437},
{"timestamp": "2023-10-01T14:55:00", "position": -88.2437},
{"timestamp": "2023-10-01T15:00:00", "position": -87.2437},
{"timestamp": "2023-10-01T15:10:00", "position": -86.2437},
{"timestamp": "2023-10-01T15:20:00", "position": -85.2437},
{"timestamp": "2023-10-01T15:30:00", "position": -84.2437},
{"timestamp": "2023-10-01T15:40:00", "position": -83.2437},
{"timestamp": "2023-10-01T15:50:00", "position": -82.2437},
{"timestamp": "2023-10-01T16:10:00", "position": -81.2437},
{"timestamp": "2023-10-01T16:20:00", "position": -80.2437}
]

0 comments on commit 8f797cc

Please sign in to comment.