Opened 6 years ago
Closed 6 years ago
#2031 closed enhancement (fixed)
wcst_import supports 2D dimensions in netCDF file
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | wcst_import | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Normally, 1 dimension in netCDF is 1D array but it can be 2D in rare case. wcst_import needs to support this case by flattening 2D array to 1D array and get min and max normally, e.g:
"min": "${netcdf:variable:rlat:min}", "max": "${netcdf:variable:rlat:max}",
Note:
See TracTickets
for help on using tickets.