-
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
Get multimedia categories from multimedia.txt #61
Comments
@niconoe, some notes:
If you have a solution for looking into |
@peterdesmet : there are definitely possible improvements over issue #43, since I have tools to look in parallel into occurrence.txt and multimedia.txt. But the way they work currently is starting from the occurrence and then reaching the attached extensions, so your algorithm is not really applicable as-is... So to be honest I'm a bit lost there in implementation discussions...
Generally speaking, I think we can become even better if we think more in terms of interface/implementation separation (black box analogy) ! Best |
Ok, it's actually better that you look in parallel. I'll update the issue. |
Issue updated. Let me know if it makes sense. |
@niconoe, I discussed this with @bartaelterman. The precedence for one type over the other is a bit weird. We decided to do it simpler:
Media types is something we should tackle for media, not occurrences. We'll do this in another issue, and it is probably beyond the scope of this POC. |
As discussed with @peterdesmet I documented an extraction procedure in #63 that combines the backend requirements of this issue and those of #60. |
Description
For a given dataset, I want to know how many records have media associated. I also want to know if there are any issues. This implementation is an enhancement over #43, where we also take media into consideration without a type (and there are lots of those).
Output
Terms we need
Process
Search for related media.
The text was updated successfully, but these errors were encountered: