Changes between Initial Version and Version 1 of Ticket #2739


Ignore:
Timestamp:
Jun 8, 2023, 8:39:41 AM (11 months ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2739

    • Property Priority criticalmajor
    • Property Summary FIX - wcs_import wrong grid domains for non XY regular axesFIX - wcs_import enforce `resolution` for regular axes in general recipe
  • Ticket #2739 – Description

    initial v1  
     1**Fixes**:
     2
     3- wcst_import must validate if axis is **regular** in the ` general_recipe` ingredients file, then, `resolution` value must be specified for this axis.
     4- `regular` time axis must work with `UnixTime` CRS properly like it works with `AnsiDate` CRS.
     5
     6
     7** Fixed ** (NOTE: `time_series_regular` has `time_start` setting, any new importing session will start from this date regardless of input file names, hence, the below statement is incorrect):
     8
     9{{{
    110I've found that, with `time_series_regular`  recipe when `dateTime` is not bound (i.e. it comes from input file names) it has wrong behavior for this regular axis.
    211
     
    413- However, when I removed this file, and copy a new file called `SCALED_M_LSTDA_2015-12.TIFF`, then I continue importing, it will go to the `index 0th` again. That is incorrect.
    514
    6 **Fixes**:
    7 
    8 - `time_series_regular` recipe must behave properly to calculate the grid domain based on datetime extracted from the input file names.
    9 - wcst_import must validate if axis is **regular** in the ` general_recipe` ingredients file, then, `resolution` value must be specified for this axis.
    10 - `regular` time axis must work with `UnixTime` CRS properly like it works with `AnsiDate` CRS.
    11 
    12 
     15}}}