ds.to_zarr(mode="a", append_dim="time")
not capturing any time steps under Hours
#3379
Labels
ds.to_zarr(mode="a", append_dim="time")
not capturing any time steps under Hours
#3379
MCVE Code Sample
Expected Output
appended by this in a
ds.to_zarr()
should look like below
Problem Description
The outout looks like this:
Where the minutes are repeated for the whole hour until a new hour is appended. It seems to not be handling minutes correctly.
Output of
xr.show_versions()
xarray: 0.12.3
pandas: 0.24.2
numpy: 1.16.4
scipy: 1.3.0
netCDF4: 1.4.2
pydap: None
h5netcdf: None
h5py: 2.9.0
Nio: None
zarr: 2.3.2
cftime: 1.0.3.4
nc_time_axis: None
PseudoNetCDF: None
rasterio: 1.0.21
cfgrib: None
iris: None
bottleneck: 1.2.1
dask: 2.1.0
distributed: 2.1.0
matplotlib: 3.1.0
cartopy: 0.17.0
seaborn: 0.9.0
numbagg: None
setuptools: 41.0.1
pip: 19.1.1
conda: 4.7.12
pytest: 5.0.1
IPython: 7.6.1
sphinx: 2.1.2
The text was updated successfully, but these errors were encountered: