#2739 closed defect (fixed)

FIX - wcs_import enforce `resolution` for regular axes in general recipe

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.2
Component: wcst_import Version: 10.2
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description (last modified by Bang Pham Huu)

Fixes:

  • wcst_import must validate if axis is regular in the general_recipe ingredients file, then, resolution value must be specified for this axis.
  • regular time axis must work with UnixTime CRS properly like it works with AnsiDate CRS.

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):

I'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.

- If I have a file with name `SCALED_M_LSTDA_2015-01.TIFF` then I import it, it will go to the `index 0th` in grid domain. That is correct.
- 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.

Change History (2)

comment:1 by Bang Pham Huu, 11 months ago

Description: modified (diff)
Priority: criticalmajor
Summary: FIX - wcs_import wrong grid domains for non XY regular axesFIX - wcs_import enforce `resolution` for regular axes in general recipe

comment:2 by Bang Pham Huu, 11 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.