Skip to content
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

Write as many fields into the internal database as possible #13

Open
gaurav opened this issue Nov 24, 2014 · 1 comment
Open

Write as many fields into the internal database as possible #13

gaurav opened this issue Nov 24, 2014 · 1 comment
Labels

Comments

@gaurav
Copy link
Owner

gaurav commented Nov 24, 2014

Not sure how this would work: do we add every row, or do we summarize different values with one row per species name? In either case, this would help figure out whether a record refers to, say, a bird vs a beetle.

@tucotuco
Copy link
Collaborator

The way I do this now is:

If I do not have the scientificName (Genus value in my case right now) in the VertNet Classification, I add a record with that scientificName (Genus) as the key. I populate the record with every Darwin Core rank that I am givien in the original and the record is set to unchecked by default.
At the classification resolution step, I look for all records that are unchecked and standardize all of the ranks, even if they differ from the original. The original being there gives me the needed context to distinguish the correct standard name to supply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants