xarray-schema
xarray-schema copied to clipboard
string comparison using regex
We want to be able to compare/validate string type attributes in xarray objects such as name and dimensions. The current implementation includes a direct string comparison but it would be nice to make this more flexible. We may want to support regex-style string comparisons to make comparisons more flexible.