Opened 5 years ago

Closed 5 years ago

#2109 closed defect (fixed)

WCPS - Wrong translated grid subset on ascending irregular axis

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

Description

For example coverage test_AverageChloro which has AnsiDate irregular axis with geo bound

	["2015-01-01T00:00:00.000Z", "2015-07-01T00:00:00.000Z"]

the grid bound for the time axis is [-5:0].

This WCPS query which subsets on the time axis with geobounds within the axis's domain

for c in (test_AverageChloro) return encode(c[
unix("2015-01-02T00:00:00.000Z":"2015-07-01T00:00:00.000Z")], "application/gml+xml", "")

But the grid domain is translated wrongly to [-4,5].

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

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