We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6162853 + f5cb4ca commit 89f7787Copy full SHA for 89f7787
1 file changed
pyresample/bilinear/xarr.py
@@ -210,7 +210,7 @@ def save_resampling_info(self, filename):
210
def load_resampling_info(self, filename):
211
"""Load bilinear resampling look-up tables and initialize the resampler."""
212
try:
213
- fid = zarr.open(filename, 'r')
+ fid = zarr.open(filename, mode='r')
214
for val in BIL_COORDINATES:
215
cache = da.array(fid[val])
216
setattr(self, val, cache)
0 commit comments