Opened 2 years ago
Closed 15 months ago
#2651 closed defect (duplicate)
rasql - invalid exception for subsettings
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | rasql | Version: | 10.0 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
This query should work fine, but it throws exception instead:
SELECT ENCODE(( ( SCALE ( ( ( ( c0[0,0:1,0:1,0:5][0:1,0:1,0] + c1[0,0:1,0:1] ) is null + 150 ) ), [0:59, 0:59] ) ) ), "png", "{\"transpose\":[0,1]}") FROM test_wms_4d_ecmwf_fire_netcdf AS c0, test_wms_3d_ecmwf_fire_netcdf AS c1.
error
Reason: Execution error 356 in line 1, column 53, near token [: Specified domain does not intersect with spatial domain of MDD
Note:
See TracTickets
for help on using tickets.
Duplicate with #2731