netCDF conversion issue #143
daviddkovacs
started this conversation in
General
Replies: 1 comment
-
It's hard to debug without a reproducible example. Can you provide a shared Colab notebook that demonstrates the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have successfully retrieved my dataset of interest in
xarray.Dataset
format, however I would like to export it to process it further locally. My isssue is that when I try to use thedataset.to_netcdf()
function, I get the following error:Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions