Opened 5 years ago
Closed 5 years ago
#2238 closed defect (fixed)
Petascope - translates wrong coefficients for netCDF when selecting a subset on irregular axis
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
With encoding in netCDF, when selecting a subset on an irregular axis (e.g: time), the number of coefficients translated for this axis is wrong and needs to be fixed.
e.g: domain for time axis is [0:7]
c[8172:8179,4295:4319,0:24]
and data values for time axis has only 4 values
"variables\":{\"Date\":{\"type\":\"double\",\"data\":[1.5818976E9,1.5820704E9,1.5820704E9,1.5820704E9]
Note:
See TracTickets
for help on using tickets.