Error: Multiple 'Z' axis dims were found in this dataset. Please drop the unused dimension(s) before performing grid operations. #608
Replies: 2 comments 8 replies
-
Unverified, but I think
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Steve, that worked. Do you know why explicitly setting the coords / dims like I do in the example above does not work? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question criteria
Describe your question
I am reading in a dataset and trying to regrid it. I am getting the error noted in the title, despite the fact that I am explicitly setting only one coordinate to be the 'Z' axis.
Are there are any possible answers you came across?
No.
Minimal Complete Verifiable Example (MVCE)
Relevant log output
Environment
xCDAT version 0.6.1
INSTALLED VERSIONS
commit: None
python: 3.10.9 | packaged by conda-forge | (main, Feb 2 2023, 20:20:04) [GCC 11.3.0]
python-bits: 64
OS: Linux
OS-release: 3.10.0-1160.102.1.el7.x86_64
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: ('en_US', 'UTF-8')
libhdf5: 1.12.2
libnetcdf: 4.8.1
xarray: 2023.4.2
pandas: 1.5.1
numpy: 1.23.4
scipy: 1.8.1
netCDF4: 1.6.1
pydap: None
h5netcdf: None
h5py: 3.8.0
Nio: None
zarr: None
cftime: 1.6.2
nc_time_axis: 1.4.1
PseudoNetCDF: None
iris: None
bottleneck: 1.3.5
dask: 2022.10.2
distributed: 2022.10.2
matplotlib: 3.6.2
cartopy: 0.21.0
seaborn: 0.13.1
numbagg: None
fsspec: 2022.11.0
cupy: None
pint: 0.20.1
sparse: 0.13.0
flox: None
numpy_groupies: None
setuptools: 65.5.1
pip: 22.3.1
conda: 23.9.0
pytest: None
mypy: None
IPython: 8.6.0
sphinx: None
Anything else we need to know?
No response
Beta Was this translation helpful? Give feedback.
All reactions