Opened 18 months ago
Last modified 18 months ago
#2739 closed defect
FIX - wcs_import wrong grid domains for non XY regular axes — at Initial Version
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
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 theindex 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 theindex 0th
again. That is incorrect.
Fixes:
time_series_regular
recipe must behave properly to calculate the grid domain based on datetime extracted from the input file names.- 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.
Note:
See TracTickets
for help on using tickets.