Opened 8 years ago

Last modified 8 years ago

#1444 closed defect

Fix errors with time series irregular recipe for creating 3D coverage from 2D netCDF files — at Initial Version

Reported by: Bang Pham Huu Owned by:
Priority: major Milestone: 9.3
Component: wcst_import Version: development
Keywords: wcst_import 3D, time series irregular Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

From Vlad's comment in Petascope UpdateCoverageValidator, the time series recipes should need to fix this problem with CRSs.

Disabled since the irregulat time series recipe creates 2D coverages that have 3D crses.  This is not an issue as long as the slicing crs is the last one, enable after fixing the time series recipes.
//validateCrsGridAxisCorrespondence(inputCoverage);

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.

Request: 'UPDATE test_netcdf_irrtime1 SET test_netcdf_irrtime1[0:3599,0:3599,0] 
ASSIGN shift(decode(#MDD0#, "NetCDF", ""), [0,0]) WHERE oid(test_netcdf_irrtime1) = 11265'...
[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;..'
Error number: 381 Token: decode Line: 1 Column: 84

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

http://pastebin.com/Gf7WV2Q3

Change History (0)

Note: See TracTickets for help on using tickets.