You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
In version 0.15.1, calling to_zarr on a Dataset with a given append_dim would create a new zarr if it did not already exist. In version 0.16.0, this is not the case anymore: the call fails if the zarr does not exist.
What happened:
In version 0.15.1, calling
to_zarr
on aDataset
with a givenappend_dim
would create a new zarr if it did not already exist. In version 0.16.0, this is not the case anymore: the call fails if the zarr does not exist.Minimal Complete Verifiable Example:
Environment:
Output of xr.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.7.7 (default, May 7 2020, 21:25:33)
[GCC 7.3.0]
python-bits: 64
OS: Linux
OS-release: 4.18.0-177.el8.x86_64
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_GB.UTF-8
LOCALE: en_GB.UTF-8
libhdf5: None
libnetcdf: None
xarray: 0.16.0
pandas: 1.0.5
numpy: 1.18.1
scipy: 1.5.0
netCDF4: None
pydap: None
h5netcdf: None
h5py: None
Nio: None
zarr: 2.3.2
cftime: None
nc_time_axis: None
PseudoNetCDF: None
rasterio: None
cfgrib: None
iris: None
bottleneck: None
dask: 2.14.0
distributed: 2.14.0
matplotlib: None
cartopy: None
seaborn: None
numbagg: None
pint: None
setuptools: 49.2.0.post20200714
pip: 20.1.1
conda: None
pytest: 5.4.3
IPython: None
sphinx: None
The text was updated successfully, but these errors were encountered: