Search found 1 match

by ASDC - dka3
Fri Mar 08, 2024 12:24 pm America/New_York
Forum: Questions/Comments
Question: Sample of Preliminary, Unvalidated TEMPO Data Products Now Available on Earthdata Search
Replies: 4

Re: Sample of Preliminary, Unvalidated TEMPO Data Products Now Available on Earthdata Search

Hello and thanks for the question, It looks like you are opening the file with `xarray`'s `open_dataset()` method in Python. Currently, `xarray` does not open multiple groups concurrently from a netCDF4 file (e.g., see this issue: https://github.com/pydata/xarray/issues/4840 ). It defaults to openin...