Opened 8 years ago
Closed 8 years ago
#1503 closed defect (fixed)
WCST_Import_Support directPositions when pixelIsPoint:false
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.4 |
Component: | wcst_import | Version: | development |
Keywords: | directPositions | Cc: | Dimitar Misev, Vlad Merticariu |
Complexity: | Medium |
Description
directPositions is an option in ingredient file for irregular axis in netCDF which has aggregated values (e.g: ansi = 148654.084259259, 148656.99994213
it was regarded in wcst_import netcdf when pixelIsPoint:true, but not when pixelIsPoint:false and the coefficient here is set to [0].
geo_axis = IrregularAxis(crs_axis.label, crs_axis.uom, user_axis.interval.low, high, user_axis.interval.low, [0], crs_axis)
Note:
See TracTickets
for help on using tickets.