-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve validation of metadata documents #29
Labels
enhancement
New feature or request
Comments
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 20, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 20, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 20, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 20, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 20, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 20, 2024
…metadata attributes. natcap#29
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 20, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 22, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 22, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 22, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 22, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 22, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 25, 2024
davemfish
added a commit
to davemfish/geometamaker
that referenced
this issue
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since our metadata documents are designed with the idea that people will edit them directly in text editors, we'll need to do more to validate these documents, so that they can be read by
geometamaker
or other systems.Pydantic
could be useful to do type-checking for all thedataclasses
, since their attributes are already defined with types hints.User Stories:
This user may not be a Python user, so perhaps a CLI for validation is warranted.
The text was updated successfully, but these errors were encountered: