Changes between Initial Version and Version 1 of Ticket #1862


Ignore:
Timestamp:
Aug 28, 2018, 8:24:18 AM (6 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1862 – Description

    initial v1  
    1 By default, WCST_Import sorts coverage slices implicitly by datetime in ascending order (older -> newer). However, it also needs to have an options in ingredient file to allow sort with reverse order (newer time slices -> older time slices), such as: ```"sortSlicesReverseTime":true```.
     1By default, WCST_Import sorts coverage slices implicitly by datetime in ascending order (older -> newer). However, it also needs to have an options in ingredient file to allow sort with reverse order (newer time slices -> older time slices).
     2
     3There is a generic option to sort datetime descending:
     4
     5{{{
     6import_order: descending
     7}}}
     8
     9default `import_order` is ascending (currently, it only sorts datetime ascending).