Open yufeizhu600 opened 4 years ago
Continuing our conversation from slack: these import errors are actually from the old Dataset
class we used to have that was replaced by xarray.DataArray when we moved to xarray/dask in Satpy. Most likely, we removed the actual placeholder class that was sitting in the code and did nothing.
We could either exclude these readers from the checks as "known broken" readers or something like that or someone can fix them all to use DataArray.
Please can you fix these readers. Thanks!
@howff We do what we can in our free time, but apparently none of the original developers are using these readers. If you'd like these to be updated then it may come down to either you volunteering your time or finding a way to fund one of the core Satpy developers to do the work. Otherwise, it will likely depend on when someone who understands the data and the code to find the time to do the changes.
li_l2 reader has been rewritten in #2271
Describe the bug After install the new satpy 0.23.0 release, I have ran check_satpy() function and found 5 readers are broken; most likely due to DatasetID refactoring.
To Reproduce
Expected behavior check_satpy() should report 'ok' for those readers as under previous version v0.22.0.
Actual results Text output of actual results or error messages including full tracebacks if applicable.
Environment Info: