Opened 11 years ago

Last modified 4 years ago

#378 assigned defect

Interest tiling does not work for 3D+

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 11.0
Component: qlparser Version: 8.4
Keywords: Cc: Peter Baumann, hllustosa@…
Complexity: Hard

Description (last modified by Dimitar Misev)

Interest tiling doesn't seem to work for 4D objects. To reproduce:

rasql -q "insert into mycol values marray x in [0:0,0:0,0:0,0:0] values {0,0,0,0} tiling area of interest [0:50, 0:50, 0:0, 0:0]"

or

rasql -q "insert into mycol values marray x in [0:50,0:50,0:0,0:0] values {0,0,0,0} tiling area of interest [0:50, 0:50, 1:1, 1:1]"

Old bug report for 3D

Interest tiling doesn't seem to work for 3D objects. To reproduce:

rasql -q "create collection MyCollection GreySet3"
rasql -q "insert into MyCollection values marray m in [0:0,0:8960,0:8960] values 0c tiling area of interest [0:0,400:600,400:600] tile size 1250000"

error

opening database RASBASE at localhost:7001...ok
Executing update query...rasdaman error 202: Exception: Index violation ( index range [$low,$high], index $index ).
aborting transaction...ok

Change History (8)

comment:1 by Dimitar Misev, 10 years ago

Owner: changed from Dimitar Misev to uadhikari
Status: newassigned

comment:2 by Dimitar Misev, 10 years ago

Description: modified (diff)

comment:4 by uadhikari, 10 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by Dimitar Misev, 9 years ago

Cc: hllustosa@… added; Dirk Daems removed
Description: modified (diff)
Resolution: fixed
Status: closedreopened

comment:6 by Dimitar Misev, 8 years ago

Owner: changed from uadhikari to Dimitar Misev
Status: reopenedassigned

comment:7 by Dimitar Misev, 7 years ago

Milestone: 9.0.x10.0

comment:8 by Dimitar Misev, 4 years ago

Milestone: 10.011.0
Note: See TracTickets for help on using tickets.