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

Update utm-adapter.yaml #27

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jokalode
Copy link
Contributor

I have elaborated a bit on the traffic information endpoint.

Elaborated on the traffic information endpoint
@jokalode
Copy link
Contributor Author

Regarding the discussion we had in the last meeting on Thu 2024-03-14 about the changes to the traffic information endpoint, I checked the API definitions for remote ID consistent with the ASTM remote ID standard here on GitHub, and can present the following.

For the endpoint /dss/subscriptions, described as "Subscriptions for airspace updates to a volume of interest" the GET request has a parameter called area of type GeoPolygonString.

In the light of this information, I suggest to use the same approach in the /trafficInformation endpoint of the UTM adapter.

@@ -479,29 +479,92 @@ paths:
tags:
- geo-zone

/crewed_traffic_information:
/traffic_information:
Copy link
Contributor

Choose a reason for hiding this comment

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

Can I request that we keep crewed traffic it is more clear and explicit

Copy link
Contributor Author

Choose a reason for hiding this comment

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

… and incorrect. Traffic information comprises crewed and uncrewed traffic.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @jokalode , thanks for this, the thing is that only crewed information will be present at this interface, for un-crewed information we will use network RID, maybe I am missing something.

Copy link
Contributor Author

@jokalode jokalode May 1, 2024

Choose a reason for hiding this comment

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

Why make the distinction, when you don't have to?
NB: Network remote ID is pretty useless for receiving traffic information.

Copy link
Contributor

Choose a reason for hiding this comment

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

I would like to discuss why you think NetRID is useful for traffic information. We have conducted many trials re NetRID for a "limited time" traffic querying. The idea is to use Net RID endpoints to get NetRID traffic information and use this for exclusively crewed traffic. From the beginning the end-points were separated, especially given that many times there is no way to detect small drones, we can create a new endpoint that gives both the traffic information. Lets talk about this in the next call.

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