How to make facet plot data don't have time dimension ? #5204
Unanswered
hafez-ahmad
asked this question in
Q&A
Replies: 1 comment
-
Hi @hafez-ahmad the variable |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have downloaded sst monthly data of 2009 from https://oceandata.sci.gsfc.nasa.gov/. the dataset doesn't time dimension. I have tried to time dimension manually. My way is not working.
xr.open_dataset('sst1.nc').assign_coords({'time': pd.date_range(start='2020/01/01',end='2020/1/31',freq='M')})
I have tried, I don't know I have tried and this is not working.do I need to add the time dimension in another way?
I have attached my dataset here.
https://www.dropbox.com/s/ch4l9c6063rjgv7/bob.zip?dl=0
Your assistant will be highly appreciated.
Thank you
Hafez
Beta Was this translation helpful? Give feedback.
All reactions