You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the minimal implementation to be merged here?
My use case is simply to check if a dataset has specific coords and dims. I could go one step further to check that each coord is indexed by specific dim.
I might just give this a try, but is there a can of worms I am simply not anticipating here?
Sounds great @ljstrnadiii! The one thing to watch out for is the potential to introduce schema inconsistencies (i.e. between data_vars and dataset coords). See also #39.
What would be the minimal implementation to be merged here?
My use case is simply to check if a dataset has specific coords and dims. I could go one step further to check that each coord is indexed by specific dim.
I might just give this a try, but is there a can of worms I am simply not anticipating here?
Cheers!
https://github.com/carbonplan/xarray-schema/blob/a25777c55dde98d5732f48423706da4fc81cd1fd/xarray_schema/dataset.py#L60
The text was updated successfully, but these errors were encountered: