Skip to content
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

Do not always concatenate all files #5

Open
gold2718 opened this issue Mar 7, 2024 · 0 comments · May be fixed by #12
Open

Do not always concatenate all files #5

gold2718 opened this issue Mar 7, 2024 · 0 comments · May be fixed by #12
Assignees
Labels
enhancement New feature or request

Comments

@gold2718
Copy link
Collaborator

gold2718 commented Mar 7, 2024

When creating yearly averages, it is often desirable to keep some monthly files separate.
Currently, these files are averaged into yearly files.
For the example given by @DirkOlivie, this could be implemented with a --keep-monthly option.
One question is how to determine a monthly file:

-  A filename with only year and month in the filename (e.g., `1850-04`)?
- Something inside the file (e.g., one frame with a period that covers the month)?

Another question is whether there might be other filters for files to be compressed but not concatenated.

@gold2718 gold2718 added the enhancement New feature or request label Mar 7, 2024
@gold2718 gold2718 self-assigned this Apr 16, 2024
@gold2718 gold2718 linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant