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

xcube gen sorts input list and therefore might append wrong time order #33

Closed
AliceBalfanz opened this issue Mar 5, 2019 · 2 comments
Closed
Assignees
Labels
bug Something isn't working important This is very important for the project urgent High external pressure to address this ASAP

Comments

@AliceBalfanz
Copy link
Contributor

The order of the appending step of input files to the cube is relevant.
When having input data which has input names first differentiated by e.g. A and B, the input files are sorted by these characters instead of the time stamp. When submitting a list of input files, which is already sorted by time tamp, omitting the characters A and B xcube gen sorts the list internally and creates a wrong cube, first appending all input data with A and then with B.

Expected behavior
xcube gen should not sort again the input files. It should take the order given by the user.

@AliceBalfanz AliceBalfanz added the bug Something isn't working label Mar 5, 2019
@AliceBalfanz AliceBalfanz added the in progress The assignee is working on it label Mar 18, 2019
@AliceBalfanz AliceBalfanz self-assigned this Mar 18, 2019
@forman forman added important This is very important for the project urgent High external pressure to address this ASAP labels May 6, 2019
@forman
Copy link
Member

forman commented May 6, 2019

@AliceBalfanz
Copy link
Contributor Author

already implemented and merged into master. Can be used with parameter --sort when input data list should be sorted by xcube gen

@forman forman removed the in progress The assignee is working on it label Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important This is very important for the project urgent High external pressure to address this ASAP
Projects
None yet
Development

No branches or pull requests

2 participants