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

Convert Gemini taxon results into iNaturalist taxonomy #124

Open
sylvain-morin opened this issue Aug 27, 2024 · 0 comments
Open

Convert Gemini taxon results into iNaturalist taxonomy #124

sylvain-morin opened this issue Aug 27, 2024 · 0 comments

Comments

@sylvain-morin
Copy link

sylvain-morin commented Aug 27, 2024

The CV results from Gemini API will return scientific names.

We need to do the reconciliation between these scientific names and the iNaturalist taxonomy.

For each observation in the Gemini results CSV file (observation ID / Gemini scientific name), we will try to find the associated iNaturalist taxon ID.

We will store the results in 18 CSV files (for each evaluation group), listing:

  • observation ID
  • scientific name returned by Gemini (or N/A)
  • iNaturalist taxon ID from Gemini scientific name (or Not_Found if reconciliation is impossible)
@sylvain-morin sylvain-morin changed the title Convert Gemini taxon results into iNaturalist taxon ID Convert Gemini taxon results into iNaturalist taxonomy Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant