Opened 7 years ago

Closed 7 years ago

#1442 closed defect (fixed)

Fix error with netCDF when time axis is set "dataBound=false"

Reported by: Bang Pham Huu Owned by: Vlad Merticariu
Priority: major Milestone: 9.3
Component: wcst_import Version: development
Keywords: dataBound, netCDF, remove crs Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

The problem is due to when update coverage (e.g: a 3D coverage and each update slice is 2D and time axis is not belonged to the slice (it is set "dataBound=false" in general coverage for netCDF), the time axis is still taken into account as a compoundCRS and that will overwrite the domainElements of inputCoverage's metadata (slice).

This needs to be fixed in WCST_Import (for removing the axis which is marked "dataBound=false" and fixed in Petascope (for the shifting interval correctly when this CRS is removed).

Change History (1)

comment:1 by Bang Pham Huu, 7 years ago

Resolution: fixed
Status: newclosed

patch was applied, thanks to Vlad.

Note: See TracTickets for help on using tickets.