Esempio n. 1
0
 def create_store(self):
     with create_tmp_file() as tmp_file:
         with backends.NetCDF4DataStore(tmp_file,
                                        mode='w',
                                        format='NETCDF4_CLASSIC') as store:
             yield store
Esempio n. 2
0
 def create_store(self):
     with create_tmp_file() as tmp_file:
         with backends.NetCDF4DataStore(tmp_file, mode='w') as store:
             yield store