generated from linz/template-python-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### 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](https://github.com/user-attachments/files/17299987/capture-area-compare.zip).
- Loading branch information
Showing
3 changed files
with
48 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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 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 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