-
Notifications
You must be signed in to change notification settings - Fork 0
feat: new implementation of catalog of life taxonomy encoding #1014
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
base: develop
Are you sure you want to change the base?
Conversation
… replaces gbif taxonomy encoding; iucn redlist encoding is now handled over iucn api directly and not over gbif api anymore; various tests and adaptions to the new code
|
ensure to have #999 merged first, then adjust tests and were |
|
|
||
| infofauna_request = Enum.find(validation_requests, &(&1.center == :infofauna)) | ||
| swissfungi_request = Enum.find(validation_requests, &(&1.center == :swissfungi)) | ||
| # TODO: adjusted this, until new swiss catalog registry is implemented |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be re-activated when #1016 is merged
|
implemented #1015 |
sidler92
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its a bit hard for me to understand all the consequences of these changes, but on the surface it looks good to me and makes sense 👍
| activity | ||
| |> Map.put(:content, %{tax_taxon_id: "1231231"}) | ||
| |> Map.put(:source, "GBIF Taxonomy") | ||
| |> Map.put(:source, "OL Taxonomy") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes :-) should be CoL. Changing this.
…-to-catalog-of-life
Pull Request
Description
Related Issue
#987
Type of Change
License Compliance