xarray-contrib/xarray-schema

string comparison using regex

Opened this issue · 0 comments

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.