Replies: 2 comments
-
Yep, same bug as #466 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I do not think it is a product problem, I can open https://n5eil02u.ecs.nsidc.org/esir/5000004605258/229534395/ATL08_20190611103530_11330301_005_01.h5 using xarray. For both gt1l and gt3r. |
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 folks,
I'm trying to open ATL08 data, and I'm getting an error about conflicting dimension sizes. I've tried a few different granules and I get the same error each time.
Code to download the file (runs well):
Reading in the file (produces the error)
The
.load()
line returnsValueError: cannot reindex or align along dimension 'delta_time' because of conflicting dimension sizes: {1, 26}
(full stack trace below).Is this error from something I have done or is there a bug for this product? I have been reading about the Variables class, since my only guess right now is that I've asked for an odd variable combination and that is causing the dimension error. Thanks so much for any insight!
Full stack trace
Beta Was this translation helpful? Give feedback.
All reactions