kmnhan / erlabpy

Complete python workflow for Angle-Resolved Photoemission Spectroscopy (ARPES)
https://erlabpy.readthedocs.io
GNU General Public License v3.0
6 stars 7 forks source link

Integrate DataTree #29

Closed kmnhan closed 2 weeks ago

kmnhan commented 7 months ago

Description

Integrate our io modules and plugins with xarray.DataTree once it is merged with xarray core. This will allow us to represent any data in a single DataTree object, or even all data from a single experiment.

The merge of DataTree with xarray core is currently in progress. It seems to be tracked here.

kmnhan commented 1 month ago

DataTree has been released with xarray 2024.10.0, with some breaking changes. Loaders should be updated to use xr.open_groups instead of open_datatree!