Opened 7 years ago

Closed 7 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 Dimitar Misev)

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 Dimitar Misev, 7 years ago

Description: modified (diff)
Milestone: 10.09.4

comment:2 by Bang Pham Huu, 7 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.