Exemplo n.º 1
0
 def read_netcdf_from_bytes(self, netcdf_bytes):
     """ read the netcdf from bytes """
     return netcdf2array(netcdf_bytes)
Exemplo n.º 2
0
 def read_netcdf_from_path(self, netcdf_path):
     """ read the netcdf file back into memory """
     return netcdf2array(netcdf_path)