We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stac copy --copy-assets
Is your feature request related to a problem? Please describe.
stac copy --copy-assets only takes into account item assets, but collection assets are not copied.
Describe the solution you'd like
I would expect, that collection assets are treated the same way as item assets and are copied as well when the --copy-assets flag is used.
--copy-assets
Describe alternatives you've considered
Maybe an additional flag can be used to handle the copying of collection assets, like --copy-collection-assets.
--copy-collection-assets
The text was updated successfully, but these errors were encountered:
make_all_asset_hrefs_relative/absolute
jsignell
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
stac copy --copy-assets
only takes into account item assets, but collection assets are not copied.Describe the solution you'd like
I would expect, that collection assets are treated the same way as item assets and are copied as well when the
--copy-assets
flag is used.Describe alternatives you've considered
Maybe an additional flag can be used to handle the copying of collection assets, like
--copy-collection-assets
.Additional context
The text was updated successfully, but these errors were encountered: