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

[uss_qualifier] DSS0210,1d – check that DSS properly propagates a subscription's area #538

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

Shastick
Copy link
Contributor

@Shastick Shastick commented Mar 8, 2024

Check of DSS0210,1d: make sure that DSSes that a subscription was synced to know about the sub's area.

(This PR sits on top of #537, only the last commit here reflects the intended change in this PR)

@Shastick Shastick force-pushed the dss0210-subs-area-sync branch 2 times, most recently from fd20935 to 1f45edd Compare March 8, 2024 17:09
@Shastick Shastick marked this pull request as ready for review March 8, 2024 17:52
@Shastick Shastick force-pushed the dss0210-subs-area-sync branch 2 times, most recently from c3e41ad to 209e64a Compare March 12, 2024 14:22
Copy link
Contributor

@mickmis mickmis left a comment

Choose a reason for hiding this comment

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

LGTM - less confidence about the geometry part though. Maybe it could be needed in the future to be able to provide manually an outside area.

self._enclosing_sub_area_volume4d = Volume4D(
volume=Volume3D(
outline_polygon=geo.Polygon.from_coords(
[(p.lat().degrees, p.lng().degrees) for p in enclosing_area]
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: there is no such function to do this in the geo lib?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not directly, though I could add something there.

@Shastick Shastick force-pushed the dss0210-subs-area-sync branch from 209e64a to 536a072 Compare March 12, 2024 15:04
@Shastick Shastick force-pushed the dss0210-subs-area-sync branch from 536a072 to 2a2d390 Compare March 12, 2024 15:22
@mickmis mickmis merged commit 7b93813 into interuss:main Mar 12, 2024
9 checks passed
github-actions bot added a commit that referenced this pull request Mar 12, 2024
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.

2 participants