Changes between Initial Version and Version 1 of Ticket #1444


Ignore:
Timestamp:
Jan 19, 2017, 10:36:44 AM (7 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1444

    • Property Owner set to Bang Pham Huu
    • Property Status newassigned
  • Ticket #1444 – Description

    initial v1  
    66}}}
    77
    8 Then, there is a problem from netCDF's variables with netCDF files for this recipe. This need to be fixed in Petascope for netCDF encoding as the variables for bands from ingredient are not included in RASQL query.
    9 
    10 
    11 {{{
    12 Request: 'UPDATE test_netcdf_irrtime1 SET test_netcdf_irrtime1[0:3599,0:3599,0]
    13 ASSIGN shift(decode(#MDD0#, "NetCDF", ""), [0,0]) WHERE oid(test_netcdf_irrtime1) = 11265'...
    14 [ERROR] /home/rasdaman/test_patch/rasdaman/conversion/netcdf.cc:266: no variable names given, at least one variable name must be specified in the format options as 'vars=var1;var2;..'
    15 Error number: 381 Token: decode Line: 1 Column: 84
    16 }}}
    17 
    18 
    19 Then it should be possible also to import a 3D irregular coverages from 2D netCDF files (using data from test_all_wcst_import_test_data/3D_Irr_NetCDF_DataBound_Time_Axis_False) and this ingredient
    20 
    21 {{{
    22 http://pastebin.com/Gf7WV2Q3
    23 }}}
     8so whenever importing netCDF file, one must use the rasdaman.org/wiki/WCSTImportGuide/GeneralRecipe as time series or map mosaic cannot handled it specifically.