1 | | - First download tiff files and ingredients file from this testing data provided by rasdaman user: https://drive.google.com/drive/folders/1daeSIzUtwXA917R7weJhtZvqkBNyvHt_?usp=sharing |
2 | | - Import the ingredients file |
3 | | - Then, check this query. It should work instead of throwing error: |
| 1 | {{{ |
| 2 | r="rasql --user rasadmin --passwd rasadmin" |
| 3 | $r -q 'create collection test_sdom_error GreySet3' |
| 4 | $r -q 'insert into test_sdom_error values marray i in [0:0,0:0,0:0] values 200c' |
| 5 | $r -q 'update test_sdom_error as c set c assign marray i in [2:2,2035:3034,126:1125] values 200c' |
| 6 | $r -q 'update test_sdom_error as c set c assign marray i in [2:2,2035:3034,1126:1375] values 200c' |
| 7 | $r -q 'update test_sdom_error as c set c assign marray i in [2:2,3035:3051,126:1125] values 200c' |
| 8 | $r -q 'update test_sdom_error as c set c assign marray i in [2:2,3035:3051,1126:1375] values 200c' |
6 | | 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' |
| 19 | rasdaman error 344: Execution error 344 in line 3, column 13, near token [: Subset extends outside the array sdom. |
| 20 | }}} |
| 21 | but it should work without error. |