Opened 8 years ago

Closed 8 years ago

#1327 closed defect (fixed)

WCPS1.5_Wrong interval with small subsetting

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

Description

WCPS query

for c in (eobstest) return encode(c[t(0), Lat(0.0998:0.1394), Long(25:30)], "tiff")

Rasql

SELECT encode(c[0,0:9,151:149],
 "GTiff",
 "xmin=25.0;xmax=75.5;ymin=-40.5;ymax=75.5;crs=EPSG:4326") FROM eobstest AS c

It returns wrong interval for Lat(0.0998:0.1394) with (151:149). The correct is (149:149).

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Resolution: fixed
Status: newclosed

The error due to invalid interval is fixed in patch ticket 1188, close ticket.

Note: See TracTickets for help on using tickets.