-
Hello! Is there a way to define schemas for xarray datasets (e.g. that they always contain certain coordinates and DataArrays with elements of a certain types)? An extra plus would be if that would allow type hinting in IDEs/ipython |
Beta Was this translation helpful? Give feedback.
Answered by
keewis
Oct 16, 2021
Replies: 1 comment 2 replies
-
you might want to look at In general, the ecosystem page is a good place to look for related libraries. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vilim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you might want to look at
xarray-dataclasses
for that (I never used it myself, though).In general, the ecosystem page is a good place to look for related libraries.