How to access elements of data variable in xarray when dask clusters are created? #6485
Replies: 3 comments 1 reply
-
the point of dask is the data is processed on separate threads, processes, or machines, to enable efficient and easy parallel and out of core (not held in RAM) computation. so you can't access the data directly by design. you need to use special methods such as If you have a more specific question and demonstration of your issue feel free to ask! It's hard to answer something so broad without just pointing you to the docs. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update. This is pretty hard to read though! Check out the guide on formatting code blocks with github-flavored markdown. I see you have some single backticks in there... the code should be formatted with tripple backticks (make sure to get the open and close) for all of your code and tracebacks. For example, in your question you could write...
And whenever editing a question, you can click the "Preview" tab within the editor to see what the post will look like. Thanks! |
Beta Was this translation helpful? Give feedback.
-
just a hint on this error though - a 403 error means the request has been acknowledged by the server, but it has denied the request, often because you don't have sufficient permissions or haven't been authenticated. This seems like an issue with the way you're trying to access the azure storage, and seems like a question for the Planetary Computer team, not xarray. |
Beta Was this translation helpful? Give feedback.
-
Whenever I create Dask Clusters on PC then I can't access elements of data variables of xarray? what is the solution to this issue? Please need help.
Beta Was this translation helpful? Give feedback.
All reactions