Skip to content
Snippets Groups Projects
Commit 3327e210 authored by Emmanuel Oceguera Conchas's avatar Emmanuel Oceguera Conchas
Browse files

dataset has benn updated to Dataser

parent 86ee9641
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ class maskAndFuntionality (BASE, WIDGET): ...@@ -107,7 +107,7 @@ class maskAndFuntionality (BASE, WIDGET):
else: #if the text space is not empty else: #if the text space is not empty
path = self.text_set.text() #we get the path from the text space path = self.text_set.text() #we get the path from the text space
#we load the netCDF file #we load the netCDF file
ncFile = nc.dataset(path, 'r', format='NETCDF4') ncFile = nc.Datasetataset(path, 'r', format='NETCDF4')
#we get the variables from the netCDF file #we get the variables from the netCDF file
ncVar = ncFile.variables ncVar = ncFile.variables
#we get the names of the variables #we get the names of the variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment