Closed
Description
At the Pangeo developers meetings, I am hearing lots of reports from folks like @dopplershift and @rsignell-usgs about netCDF datasets that xarray can't open.
My expectation is that xarray doesn't have strong requirements on the contents of datasets. (It doesn't "enforce" cf compatibility for example; that's optional.) Anything that can be written to netCDF should be readable by xarray.
I would like to collect examples of places where xarray fails. So far, I am only aware of one:
- Self-referential multidimensional coordinates (Problem opening unstructured grid ocean forecasts with 4D vertical coordinates #2233). Datasets which contain variables like
siglay(siglay, node)
. Onlysiglay(siglay)
would work.
Are there other distinct cases?
Please provide links / sample code of netCDF datasets that xarray can't read. Even better would be short code snippets to create such datasets in python using the netcdf4 interface.
Metadata
Metadata
Assignees
Type
Projects
Status
Done