-
Notifications
You must be signed in to change notification settings - Fork 45
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
Make export configurable with asset types #5619
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
6651568
Add asset types to STAC export
pcaisse 32dffb7
Add conversion between list and NEL in database
pcaisse 099bf67
Make asset types NEL of strings
pcaisse 72d1302
Update migration to be an array of strings
pcaisse f508583
Always include tile layer
pcaisse 15a22d6
Allow for getting/putting export asset types directly
pcaisse 69fe843
Use export definition when downloading images
pcaisse e1d1cc7
Use annotation project name for file
pcaisse a01fb0c
Add asset for signed URL
pcaisse e4c5ad0
Refactor to have single function for assets
pcaisse fc71d8a
Always sign URI
pcaisse b5cff96
Use one S3 client for campaign export
pcaisse a05ad1b
Add COG asset
pcaisse c8b8b66
Add COG link to item
pcaisse 5af8368
Write COG to export
pcaisse 18b14e0
Increment migration version number after rebase
pcaisse b3b106c
Add logging and fix COG link
pcaisse f5928ed
Change export asset type name
pcaisse 6908b4f
Remove defunct STAC export v1 code
pcaisse c31f34b
Add more logging and TODO
pcaisse 42c7c65
Fix writing COG
pcaisse 5b361ed
Increase chunk size
pcaisse be68c1f
Use constants for asset keys
pcaisse 3ddf460
Use filename for name of COG file in export
pcaisse 1fd5424
Add signed URL expiration to asset description
pcaisse 3fd7794
Write STAC item files independently
pcaisse 66a27d8
Log when writing text files
pcaisse 6302e11
Group item JSON and images in folder by id
pcaisse 8d6f4c5
Remove no-op withAsset
pcaisse 8659ab6
Add missing closed paren
pcaisse 3832506
Fix parent links for imagery items
pcaisse f932209
Format
pcaisse 3fbf22b
Remove other unused STAC export v1 files
pcaisse 1e85807
Reinstate necessary function from deleted file
pcaisse eebb733
Add optional param in API route
pcaisse 610102f
Update changelog
pcaisse fa3fdb0
Run scalafix
pcaisse 07a1982
Remove unused implicit
pcaisse 61914a4
Add generator for export asset type
pcaisse a2a4a4d
Fix whitespace
pcaisse 190f142
Provide better error message for ExportAssetType decoder error
pcaisse 38e95d1
Set correct item path for label source links and README
pcaisse 8a153e2
Fix again
pcaisse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
94 changes: 0 additions & 94 deletions
94
app-backend/batch/src/main/scala/stacExport/DatabaseIO.scala
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
app-backend/batch/src/main/scala/stacExport/ExportData.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the only line I changed in this file, FYI. The rest is wacky formatting changes from
scalafmt
.