Skip to content
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

Include flight message age in aircraft lead time #44

Conversation

ralatsdc
Copy link

@ralatsdc ralatsdc commented Feb 9, 2023

Note that for testing an environment variable INCLUDE_AGE must be set to "False". By default, age of the flight message is included in computing the aircraft lead time.

@github-actions
Copy link

github-actions bot commented Feb 9, 2023

Validation Issues Found (Python) 🐍

File: edge-detect/ai/datasets2.py
Line Number: 294
Statement(s):

            time.sleep(0.5) 

Rule:
time.sleep() call; did you mean to leave this in?

@mchadwick-iqt mchadwick-iqt self-requested a review February 9, 2023 21:20
a_h = currentPlane["altitude"] # [m]
# currentPlane["altitudeTime"]
# currentPlane["altitudeTime"] # Expect altitudeTime to equal latLonTime
Copy link
Contributor

@mchadwick-iqt mchadwick-iqt Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ralatsdc - the altitudeTime is not equal to the latLonTime. They come in as separate ADS-B messages and can add up to some sizeable differences if messages get missed. Can you split these out appropriately?

@ralatsdc
Copy link
Author

ralatsdc commented Feb 10, 2023 via email

@mchadwick-iqt
Copy link
Contributor

@ralatsdc there are a couple of ADS-B feeds we are working with. The test data came from one system (PingUSB). There is a separate system (which is more accurate) which has different times for altitude and lat/long.

@mchadwick-iqt mchadwick-iqt merged commit 7f6d066 into IQTLabs:main Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants