-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add option to download assets with original filename #6
Comments
@matthewhanson @philvarner @gadomski -- I'd like to motion this move from "add an option" to "make original filenames The Behavior™". But any valid argument for And yes, I've run into some external science code which depends on filenames .... again. |
This is supported by stac-asset, although don't think it's the default. |
Ok, that makes sense. I'll keep a fork for immediate use, and consider #76. |
I'm not sure which should be the default, but one benefit of |
OK, that's the trick: asset-key (or any) file naming can run amuck if |
Closes stac-utils#6 Update CHANGELOG.md ignore .python-version file for pyenv-virtualenv
Closes stac-utils#6 Update CHANGELOG.md ignore .python-version file for pyenv-virtualenv
Closes stac-utils#6 Update CHANGELOG.md ignore .python-version file for pyenv-virtualenv
* keep original filenames Closes #6 Update CHANGELOG.md ignore .python-version file for pyenv-virtualenv * remove keep_original_filenames from CLI keep_original_filenames is task specific, not invocation specific * update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Pete Gadomski <[email protected]>
Currently stactask will download assets and name the file as the <asset_key>., thereby keeping the extension, but possibly (probably) renaming the file.
Sometimes a subprocess will expect the file to be named the same as it was originally. Present as option.
The text was updated successfully, but these errors were encountered: