Replies: 1 comment
-
hi @patrickmuston1 would you know how to fix this 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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to access all the linescans at once so that I can export it to csv and run it locally. I saw a line of code provided which indexed individual linescans, so I tried to remvoe the 'id' parameter. It didn't work and I received this error, which I don't understand how to fix.

I then tried to index individual elements, and use a loop to concatenate them based on the time dimension (I'm not too sure whether this is the right dimension to use). It seemed to work, but when I tried to export to csv, the function is not recognised. I have installed the xarray_extras package and it seemed to be imported successfully. I have read the documentation and do not see where I went wrong. Could someone help me with this please?

Beta Was this translation helpful? Give feedback.
All reactions