Opened 6 years ago

Closed 6 years ago

#1702 closed defect (fixed)

Petascope_Wrong coefficients for irregular time axis when trimming

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

Description

Example a 3D coverage with irregular time axis (AnsiDate)

"2016-01-01T00:00:00.000Z" "2016-01-01T00:00:06.000Z" 
"2016-01-01T00:00:12.000Z" "2016-01-01T00:00:18.000Z" 
"2016-01-02T00:00:00.000Z" "2016-01-02T00:00:06.000Z" 
"2016-01-02T00:00:12.000Z" "2016-01-02T00:00:18.000Z" 
"2016-01-03T00:00:00.000Z" "2016-01-03T00:00:06.000Z" 
"2016-01-03T00:00:12.000Z" "2016-01-03T00:00:18.000Z" 
"2016-01-04T00:00:00.000Z" "2016-01-04T00:00:06.000Z" 
"2016-01-04T00:00:12.000Z" "2016-01-04T00:00:18.000Z" 
"2016-01-05T00:00:00.000Z" "2016-01-05T00:00:06.000Z" 
"2016-01-05T00:00:12.000Z" "2016-01-05T00:00:18.000Z"

and do a subset in time axis

ansi=("2016-01-02T06:00:00.000Z","2016-01-03T00:00:18.000Z")

it will return the result in GML with wrong coefficients

"2016-01-04T06:00:00.000Z" 
"2016-01-04T06:00:06.000Z" 
"2016-01-04T06:00:12.000Z" 
"2016-01-04T06:00:18.000Z"

Refer: http://earthserver.eu/trac2/ticket/248

Change History (1)

comment:1 by Bang Pham Huu, 6 years ago

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