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
feat: add derived_from links to item TDE-1251 #1043
Merged
paulfouquet
merged 16 commits into
master
from
feat/add-derived-from-links-to-item-tde-1251
Sep 5, 2024
Merged
feat: add derived_from links to item TDE-1251 #1043
paulfouquet
merged 16 commits into
master
from
feat/add-derived-from-links-to-item-tde-1251
Sep 5, 2024
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
previously approved these changes
Sep 3, 2024
l0b0
reviewed
Sep 4, 2024
Co-authored-by: Victor Engmark <[email protected]>
Co-authored-by: Victor Engmark <[email protected]>
l0b0
approved these changes
Sep 4, 2024
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Sep 12, 2024
🤖 I have created a release *beep* *boop* --- ## [4.10.0](v4.9.0...v4.10.0) (2024-09-12) ### Features * add derived_from links to item TDE-1251 ([#1043](#1043)) ([077f14f](077f14f)) * determine start and end datetimes when item include derived TDE-1258 ([#1052](#1052)) ([62d571a](62d571a)) * make start_datetime and end_datetime optional when includeDerived is True TDE-1258 ([#1065](#1065)) ([57f088c](57f088c)) * More types ([#989](#989)) ([3f7cd57](3f7cd57)) ### Bug Fixes * capture area winding order TDE-1205 ([#1008](#1008)) ([61be096](61be096)) * error on collection with no items TDE-1216 ([#1000](#1000)) ([d351d85](d351d85)) --- 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
Some tiles could be generated from a combination of existing tiles (example:
AV29.tiff
- 50k is made of the combination ofnorthland/northland_2018-2020/dem_1m/2193/AV29_10000_0505.tiff
,northland/northland_2018-2020/dem_1m/2193/AV29_10000_0504.tiff
, etc.). Storing this information in the associated STAC Item of the tile allows:derived_from
links)Modifications
standardise_validate.py
script accepts a new attributeinclude_derived
in its--from-file
input format.include_derived
isTrue
, the created STAC Item will add thederived_from
links based on theinput
files used to create theoutput
tile.Verification
Few workflows have been run and the container is available in GH Packages.