Opened 6 years ago

Closed 6 years ago

#1898 closed defect (fixed)

WCPS_Subsetting in grid indices (:"CRS:1") on irregular axis is wrong when coverage is imported with reverse time order

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 9.7
Component: petascope Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

Coverage test_import_order_descending_irregular_time_netcdf was imported with sdom: [-6:0,0:17999,-3600:719] and reverse time order (latest to oldest).

for c in (test_import_order_descending_irregular_time_netcdf) return encode(
c[ansi:"CRS:1"(0)],
 "csv")

returns exception

Error processing shorthand slice() operator expression. Reason: Input upper bound '-14' is greater than the direct positions' upper bound of irregular axis 'ansi'..

Change History (1)

comment:1 by Dimitar Misev, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.