diff --git a/netCDF_visualizer_funtionality.py b/netCDF_visualizer_funtionality.py index beaa79a2431681619b5915b0a390697742d5d1b6..c7fbe5aa55a942bc6d17e34908b6bb0b340bc975 100644 --- a/netCDF_visualizer_funtionality.py +++ b/netCDF_visualizer_funtionality.py @@ -100,8 +100,6 @@ class maskAndFuntionality (BASE, WIDGET): #we remove the path from the text space self.text_set.clear() - - def loadNetCDF(self): """This function loads the netCDF file""" @@ -124,7 +122,8 @@ class maskAndFuntionality (BASE, WIDGET): ncVarValues = ncVar.values() #we get the units of the variables ncVarUnits = ncVar.values() - + + #we show the variables in the list self.ListWidget.addItems(ncVarNames) #we show the dimensions in the list @@ -139,5 +138,8 @@ class maskAndFuntionality (BASE, WIDGET): #we close the netCDF file ncFile.close() +<<<<<<< HEAD +======= +>>>>>>> 9c32cd5a5d426f9c313de99b822eb0250b25cfd9