Opened 8 years ago
Closed 8 years ago
#1525 closed defect (fixed)
WCST_Import sort the files by datetime when possible
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.4 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description (last modified by )
wcst_import should sort the files by date time when possible (the datetime could be extracted from file name or the tiff tag , but in general the file name will be used).
e.g: a_0000_2000_2001, b_0000_2001_2002
It would be better if it could sort file by extracted datetime (2000, 2001, 2002) instead of by the file name.
Change History (2)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|---|
Milestone: | 10.0 → 9.4 |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Current all the files will be sorted by dateTime slices, so even with fileName is not in ascending order, wcst_import will sort them by the parsed slices correctly.