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```. |
| 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). |
| 2 | |
| 3 | There is a generic option to sort datetime descending: |
| 4 | |
| 5 | {{{ |
| 6 | import_order: descending |
| 7 | }}} |
| 8 | |
| 9 | default `import_order` is ascending (currently, it only sorts datetime ascending). |