xCDAT / xcdat

An extension of xarray for climate data analysis on structured grids.
https://xcdat.readthedocs.io/en/latest/
Apache License 2.0
101 stars 11 forks source link

[Deprecation]: Deprecate CDML support in `open_dataset()` and `open_mfdataset()` #604

Closed tomvothecoder closed 3 months ago

tomvothecoder commented 4 months ago

We've had this info in our docstrings but not as a GitHub issue. Support for CDAT has ceased in Dec. 2023, including cdscan which produces CDML (XML) files.

Related lines of code:

tomvothecoder commented 4 months ago

Hey @lee1043, are still using xCDAT’s CDML support in open_mfdataset() in the PCMDI Metrics? Or did you go back to using the PCMDI Metrics CDML function, before CDML support was added to xCDAT?

I'm aware you're still converting PCMDI Metrics to use Xarray/xCDAT and would like to gauge what a good time is to deprecate this feature in xCDAT.

lee1043 commented 4 months ago

@tomvothecoder thank you for checking. I am using xml files but via a function embedded in PMP. I am okay with the deprecation in xCDAT.