nsidc / NSIDC-Data-Tutorials

Jupyter notebook-based tutorials to learn how to access and work with select NSIDC DAAC data.
MIT License
81 stars 39 forks source link

Update xarray guidance to use datatree where applicable #89

Open asteiker opened 3 weeks ago

asteiker commented 3 weeks ago

The latest xarray release introduces xarray.datatree into the library. This can simplify our guidance when opening NSIDC DAAC hierarchical HDF data, as you no longer need to point to a specific dataset initially. We ought to consider whether any of our tutorial can be updated to utilize datatree.