-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
downloadIssue related to data download functionality from databusIssue related to data download functionality from databusenhancementNew feature or requestNew feature or request
Description
Feature Request
Describe the feature you'd like
The on-the-fly conversion during download works, but could be improved for greater convenience:
- Decompress files on download (from detected compression to file w/o compression)
- Compress files without compression on download (from file w/o compression to specified compression)
- Refactor file conversion logic to
databusclient/extensions/file_converter.py - Currently the conversion feels slow. I didn't test whether this is reasonable or if this could be improved. An idea would be to add the conversion (and also checksum computation/validation) directly to the download step. Now the files is first downloaded completely and then converted. Maybe this can be squashed into one step.
Why is this feature important?
Explain the benefit or use case. Is your feature request related to a problem?
Follow up on #18. Not urgent, but useful for greater functionality
Describe alternatives you've considered
For now: manually
Metadata
Metadata
Assignees
Labels
downloadIssue related to data download functionality from databusIssue related to data download functionality from databusenhancementNew feature or requestNew feature or request