Fri, 10 Oct 2014 15:04:40 +0200
Merge from 1:32fdf3d52505
--- a/netcdf_checker.py Thu Oct 09 22:31:50 2014 +0000 +++ b/netcdf_checker.py Fri Oct 10 15:04:40 2014 +0200 @@ -595,7 +595,7 @@ VariableDimensions(['points',]), VariableType(float)], 'Lidar_Ratio': [VariableMandatory(True), - VariableDimensions(['points', 'products']), + VariableDimensions(['products', 'points']), VariableType(float)], 'product_ID': [VariableMandatory(True), VariableDimensions(['products',]), @@ -618,7 +618,7 @@ VariableDimensions(['points',]), VariableType(float)], 'Overlap_Function': [VariableMandatory(True), - VariableDimensions(['points', 'channels']), + VariableDimensions(['channels', 'points']), VariableType(float)], 'channel_ID': [VariableMandatory(True), VariableDimensions(['channels',]),