Pandera xarray extends Pandera with support for validating xarray Dataset, DataArray, and DataTree objects:
https://pandera.readthedocs.io/en/latest/xarray_guide/index.html
It can validate dimensions, variable names, data types, and some CF-related metadata expectations:
https://pandera.readthedocs.io/en/latest/xarray_guide/cf_conventions.html#xarray-cf-conventions
It seems to me that this would fit better under Free and Open Source Software Packages than under CF Compliance Checkers, since it appears to be aimed at schema validation for xarray workflows rather than full CF compliance checking.
I think it could be a useful addition to the list of CF-aware software on the CF website.
Pandera xarray extends Pandera with support for validating xarray
Dataset,DataArray, andDataTreeobjects:https://pandera.readthedocs.io/en/latest/xarray_guide/index.html
It can validate dimensions, variable names, data types, and some CF-related metadata expectations:
https://pandera.readthedocs.io/en/latest/xarray_guide/cf_conventions.html#xarray-cf-conventions
It seems to me that this would fit better under Free and Open Source Software Packages than under CF Compliance Checkers, since it appears to be aimed at schema validation for xarray workflows rather than full CF compliance checking.
I think it could be a useful addition to the list of CF-aware software on the CF website.