-
Notifications
You must be signed in to change notification settings - Fork 6
Air Traffic unification Part 2 #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
atti92
wants to merge
9
commits into
main
Choose a base branch
from
air-traffic-unification-p2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
24871c0
Air Traffic unification Part 2
atti92 8cca285
fix auth config
atti92 e3a69b8
review
atti92 ff65862
address review comments
atti92 db3b347
StrEnums
atti92 946f6da
fix test
atti92 1efd21c
case
atti92 b8da2e2
standardize simulation_duration
atti92 845e42e
Merge branch 'main' into air-traffic-unification-p2
atti92 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,10 +1,8 @@ | ||
| name: bayesian_sim_air_traffic_data | ||
| description: Bayesian simulation air traffic data test | ||
| steps: | ||
| - id: generate_bayesian_simulation_air_traffic_data | ||
| step: Generate Bayesian Simulation Air Traffic Data | ||
| - step: Fetch Session IDs | ||
| - step: Submit Simulated Air Traffic | ||
| - step: Stream Air Traffic | ||
| id: stream_air_traffic | ||
| arguments: | ||
| observations: ${{ steps.generate_bayesian_simulation_air_traffic_data.result }} | ||
| session_ids: ${{ steps.Fetch Session IDs.result }} | ||
| provider: bayesian | ||
| target: flight_blender | ||
11 changes: 5 additions & 6 deletions
11
scenarios/bayesian_sim_air_traffic_data_varying_refresh_rates.yaml
This file contains hidden or 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,10 +1,9 @@ | ||
| name: bayesian_sim_air_traffic_data_varying_refresh_rates | ||
| description: Bayesian simulation air traffic data test with varying refresh rates | ||
| steps: | ||
| - id: generate_bayesian_simulation_air_traffic_data | ||
| step: Generate Bayesian Simulation Air Traffic Data | ||
| - step: Fetch Session IDs | ||
| - step: Submit Simulated Air Traffic at varying refresh rates | ||
| - step: Stream Air Traffic | ||
| id: stream_air_traffic | ||
| arguments: | ||
| observations: ${{ steps.generate_bayesian_simulation_air_traffic_data.result }} | ||
| session_ids: ${{ steps.Fetch Session IDs.result }} | ||
| provider: bayesian | ||
| target: flight_blender | ||
| refresh_mode: varying |
This file contains hidden or 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,10 +1,8 @@ | ||
| name: bluesky_sim_air_traffic_data | ||
| description: Blue Sky test | ||
| steps: | ||
| - id: generate_bluesky_simulation_air_traffic_data | ||
| step: Generate BlueSky Simulation Air Traffic Data | ||
| - step: Fetch Session IDs | ||
| - step: Submit Simulated Air Traffic | ||
| - step: Stream Air Traffic | ||
| id: stream_air_traffic | ||
| arguments: | ||
| observations: ${{ steps.generate_bluesky_simulation_air_traffic_data.result }} | ||
| session_ids: ${{ steps.Fetch Session IDs.result }} | ||
| provider: bluesky | ||
| target: flight_blender |
This file contains hidden or 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,10 +1,9 @@ | ||
| name: bluesky_sim_air_traffic_data_latency_issues | ||
| description: F3623 Blue Sky dataset with latency issues test | ||
| steps: | ||
| - id: generate_bluesky_sim_air_traffic_data_with_sensor_latency_issues | ||
| step: Generate BlueSky Simulation Air Traffic Data with latency issues | ||
| - step: Fetch Session IDs | ||
| - step: Submit Simulated Air Traffic | ||
| - step: Stream Air Traffic | ||
| id: stream_air_traffic | ||
| arguments: | ||
| observations: ${{ steps.generate_bluesky_sim_air_traffic_data_with_sensor_latency_issues.result }} | ||
| session_ids: ${{ steps.Fetch Session IDs.result }} | ||
| provider: bluesky | ||
| target: flight_blender | ||
| data_quality: latency |
This file contains hidden or 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,24 +1,11 @@ | ||
| name: opensky_live_data | ||
| description: Fetch live flight data from OpenSky and submit to Flight Blender. | ||
|
|
||
| groups: | ||
| fetch_and_submit_opensky: | ||
| description: Fetches OpenSky data and submits it to Flight Blender | ||
| steps: | ||
| - id: fetch | ||
| step: Fetch OpenSky Data | ||
|
|
||
| - id: submit | ||
| step: Submit Air Traffic | ||
| arguments: | ||
| observations: ${{ steps.fetch.result }} | ||
|
|
||
| - id: wait | ||
| step: Wait X seconds | ||
| arguments: | ||
| duration: 3 | ||
|
|
||
| steps: | ||
| - step: fetch_and_submit_opensky | ||
| - step: Stream Air Traffic | ||
| id: stream_opensky | ||
| arguments: | ||
| provider: opensky | ||
| target: flight_blender | ||
| loop: | ||
| count: 5 |
This file contains hidden or 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,10 +1,9 @@ | ||
| name: openutm_sim_air_traffic_data | ||
| description: Generate simulated air traffic data using OpenSky client and submit to Flight Blender. | ||
| description: Generate simulated air traffic data using GeoJSON provider and submit to Flight Blender. | ||
|
|
||
| steps: | ||
| - step: Generate Simulated Air Traffic Data | ||
| - step: Fetch Session IDs | ||
| - step: Submit Simulated Air Traffic | ||
| - step: Stream Air Traffic | ||
| id: stream_air_traffic | ||
| arguments: | ||
| observations: ${{ steps.Generate Simulated Air Traffic Data.result }} | ||
| session_ids: ${{ steps.Fetch Session IDs.result }} | ||
| provider: geojson | ||
| target: flight_blender |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like this value exposed on the node in the GUI ideally; but otherwise it's configurable from UI, right?