Changes between Initial Version and Version 10 of Ticket #1492
- Timestamp:
- Mar 3, 2017, 6:33:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1492
- Property Status new → reopened
- Property Summary Support filePaths in wcst_import → Petascope_UploadFileHandler from WCST_import uses filePaths in rasql query
- Property Priority major → critical
- Property Milestone Future → 9.4
- Property Owner set to
-
Ticket #1492 – Description
initial v10 11 11 12 12 It would be good to make use of this option in wcst_import when the conditions are right (data on same machine as rasserver): we'll save quite some data reading / copying / writing. 13 14 Example query: 15 {{{ 16 rasql --user rasadmin --passwd rasadmin -q 17 'UPDATE test_mr SET test_mr[0:255,0:210] ASSIGN shift(decode(<[0:0] 1c>, 18 "GDAL", "{\"filePaths\":[\"/home/rasdaman/mr_1.png\"]}"), [0,0]) WHERE oid(test_mr) = 6145' 19 }}} 20 21