Opened 2 years ago
Closed 2 years ago
#2630 closed enhancement (fixed)
FIX - wcst_import netCDF recipe sets default axis resolution = 1 if minBound = maxBound
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | wcst_import | Version: | 10.0 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
For example, netCDF height
dimension has only 1 point (minBound = maxBound) and in the ingredients file, it has:
"alt": { "resolution": "${netcdf:variable:height:resolution}" },
then resolution is set to 1.
Note:
See TracTickets
for help on using tickets.