Fixed the order of dimensions.

Fri, 10 Oct 2014 15:04:31 +0200

author
Iannis <ulalume3@yahoo.com>
date
Fri, 10 Oct 2014 15:04:31 +0200
changeset 2
dcc02b7b6c52
parent 0
fa814cbe01f9
child 3
5fa09a129470

Fixed the order of dimensions.

netcdf_checker.py file | annotate | diff | comparison | revisions
--- a/netcdf_checker.py	Fri Oct 10 00:16:55 2014 +0200
+++ b/netcdf_checker.py	Fri Oct 10 15:04:31 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',]), 

mercurial