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

fix: capture area rounding TDE-1237 #1116

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

amfage
Copy link
Contributor

@amfage amfage commented Oct 8, 2024

Motivation

Although the footprint files are rounded to 8 decimal places, when they are combined into a capture area this can create some co-ordinates with more than 8 decimal places, which we then need to round.

Modifications

Use Shapely to round the co-ordinates to 8 decimal places after merging the footprint geometries.

Verification

Unit test created, unit tests updated for new capture area rounding.
Manually compared capture-area-compare.zip.

@amfage amfage added the container Publish a container label Oct 8, 2024
@amfage amfage marked this pull request as ready for review October 9, 2024 01:12
@amfage amfage requested a review from a team as a code owner October 9, 2024 01:12
@amfage amfage requested review from l0b0, blacha, MDavidson17 and paulfouquet and removed request for MDavidson17 October 9, 2024 01:12
@amfage amfage added this pull request to the merge queue Oct 9, 2024
Merged via the queue into master with commit d055f49 Oct 9, 2024
3 checks passed
@amfage amfage deleted the fix/capture-area-rounding-tde-1237 branch October 9, 2024 20:32
@github-actions github-actions bot mentioned this pull request Oct 9, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 9, 2024
🤖 I have created a release *beep* *boop*
---


## [5.0.2](v5.0.1...v5.0.2)
(2024-10-09)


### Bug Fixes

* capture area rounding TDE-1237
([#1116](#1116))
([d055f49](d055f49))
* providers should not be duplicated when having different roles
TDE-1286 ([#1115](#1115))
([46303cb](46303cb))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
container Publish a container
Development

Successfully merging this pull request may close these issues.

2 participants