generated from linz/template-python-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 3
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: round footprints to 8 decimal places TDE-1237 #1088
Merged
Merged
Conversation
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
amfage
changed the title
fix: round footprints to 8 decimal places
fix: round footprints to 8 decimal places TDE-1237
Sep 23, 2024
Co-Authored-By: Victor Engmark <[email protected]>
l0b0
force-pushed
the
fix/truncate-capture-area
branch
from
September 23, 2024 22:45
d70d215
to
c57a122
Compare
l0b0
previously approved these changes
Sep 23, 2024
blacha
reviewed
Sep 23, 2024
blacha
approved these changes
Oct 3, 2024
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 7, 2024
🤖 I have created a release *beep* *boop* --- ## [5.0.1](v5.0.0...v5.0.1) (2024-10-03) ### Bug Fixes * round footprints to 8 decimal places TDE-1237 ([#1088](#1088)) ([fbb0930](fbb0930)) --- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
As a Geospatial Data Engineer I want the geojson files my systems create to contain an appropriate precision for the data being stored so that users aren’t seeing unnecessary data.
Modifications
Use
COORDINATE_PRECISION=8
gdal_footprint
layer configuration option when creating the footprint files that are used to create the capture area.Verification
Ran manually. Examples before and after: capture_areas.zip.
Added footprint end-to-end CI test.