Opened 8 years ago
Closed 8 years ago
#1420 closed defect (fixed)
add wcst_import test for grib data
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | systemtest | Version: | development |
Keywords: | Cc: | Alex Dumitru, Vlad Merticariu | |
Complexity: | Medium |
Description
There are no such tests in the systemtest. You can find some sample data in testcases_mandatory/test_grib for example (perhaps Alex has something locally and can provide that as well).
Note:
See TracTickets
for help on using tickets.
it is hard to import coverage in grib as I don't have experience with this file!
Using the sample test file from systemtest/testcases_mandatory/test_grib/testdata/test5messages.grib2 with the recipe https://www.diffchecker.com/M6kGRLaz (which is set to fix value to bypass the check in Petascope bounds
) it will have other error later in Rasql.
It seems this coverage should have domain: 0:719 (as it has 720 points for lon), 0:360 (as it has 361 points for lat).
The problem is I don't understand how this bound is calculated in grib recipe of wcst_import to Petascope so could only test by try to fix the min and max variables.