Opened 15 months ago

Last modified 15 months ago

#2754 closed defect

FIX - rasql wrong error about scaling / extending — at Initial Version

Reported by: Bang Pham Huu Owned by: Dimitar Misev
Priority: major Milestone: 10.2
Component: server Version: 10.2
Keywords: Cc: javierurien@…
Complexity: Medium

Description

 rasql -q 'SELECT ENCODE((  (  EXTEND ( scale( scale( scale( ( ( c0[2,2446:3204,-9:1166] ) ), [0:257, 0:337] )  [172:257, 47:191], [0:255, 0:255] ), [0:127, 0:255] ), [0:255, 0:255] ) )  ), "png", "{\"nodata\":[-0.999]}") FROM timeseries_test_8 AS c0'

Executing retrieval query... rasdaman error 344: Execution error 344 in line 1, column 102, near token [: Subset extends outside the array sdom.
aborting transaction... ok.

The spatial domain of the collection is:

rasql -q 'select sdom(c) from timeseries_test_8 as c' --out string
Result element 1: [0:2,0:3204,-9:1375]

Change History (0)

Note: See TracTickets for help on using tickets.