podaac / concise

CONCISE (CONCatenatIon SErvice)
https://podaac.github.io/concise
Apache License 2.0
7 stars 4 forks source link

Issue #96: ensure the created dimension is sorted #101

Closed ank1m closed 5 months ago

ank1m commented 5 months ago

Github Issue: #96

Description

The order of input files was not preserved in CONCISE. The multi_core_download function was not sorting the returned list from multiprocessing.Manager. So the output order would be random.

Overview of work done

Overview of verification done

Comparison before sorting implemented shows that the order is not preserved Comparison after sorting implemented shows that the order is preserved
image image
image image

Overview of integration done

See above

PR checklist:

See Pull Request Review Checklist for pointers on reviewing this pull request