Opened 17 months ago
Closed 17 months ago
#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 )
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 withUnixTime
CRS properly like it works withAnsiDate
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 , 17 months ago
Description: | modified (diff) |
---|---|
Priority: | critical → major |
Summary: | FIX - wcs_import wrong grid domains for non XY regular axes → FIX - wcs_import enforce `resolution` for regular axes in general recipe |
comment:2 by , 17 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.