Changes between Initial Version and Version 10 of Ticket #1492


Ignore:
Timestamp:
Mar 3, 2017, 6:33:46 AM (7 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1492

    • Property Status newreopened
    • Property Summary Support filePaths in wcst_importPetascope_UploadFileHandler from WCST_import uses filePaths in rasql query
    • Property Priority majorcritical
    • Property Milestone Future9.4
    • Property Owner set to Bang Pham Huu
  • Ticket #1492 – Description

    initial v10  
    1111
    1212It 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
     14Example query:
     15{{{
     16rasql --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