Eni

Results 13 comments of Eni

Thanks for putting this together @TomNicholas! 11:30 EST on Tuesdays should generally work for me.

I was able to replicate the problem. Here ![Screenshot 2024-04-11 at 2 43 23 PM](https://github.com/xarray-contrib/datatree/assets/51421921/52467eb4-8b10-4fb5-a31f-8de3fb42eabb) The first dataset `tree_hoss` doesn't have any groups so it doesn't clump together the way...

@TomNicholas One more thing to add to our MVP list is to migrate all of the issues in DataTree over to xarray.

Moved to https://github.com/pydata/xarray/issues/9440

Great work @maxrjones ! Another +1 for deploying it right away. I think it will be easier to collect feedback once people are actually using the site regularly.

Hi folks, I work at the GES_DISC and we are trying to promote that granule (`S5P_OFFL_L1B_IR_SIR_20180430T001950_20180430T020120_02818_01_010000_20180430T035011.nc`) to cloud OPeNDAP. On my end when I call `ncdump -h` with dap4 I...

This has been great a conversation and it's been interesting hearing everyone's insights. I think this inheritance model truly captures the spirit of CF conventions. I do worry that that...

Talked to Tom about this but thought I would post it here too. I am working on a PR for this!

Okay so I have a question about getting `open_groups` to use a the specified engine. I noticed for `open_dataset` in `xarray.backends.api` we use `plugins.guess_engine(filename_or_obj)` (also [here](https://github.com/xarray/blob/main/xarray/backends/api.py#L823)). Is that something we...