Giter Site home page Giter Site logo

Latin name gender matching about pygbif HOT 6 CLOSED

gbif avatar gbif commented on May 21, 2024
Latin name gender matching

from pygbif.

Comments (6)

sckott avatar sckott commented on May 21, 2024 1

Thanks for your question @qgroom

The short answer is: I don't know for sure how to get the same behavior.

pygbif does have name_lookup which uses the /species/search route here https://www.gbif.org/developer/species#searching - more of a full text search of names. That method gets closer, but still gives a lot of results of the a ending:

from pygbif import species
z = species.name_lookup(q='Lantanophaga pusillidactyla', status = "ACCEPTED")
In [14]: [ w['scientificName'] for w in z['results'] ]
Out[14]:
['Lantanophaga pusillidactyla',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla Walker 1864',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactyla (Walker, 1864)',
 'Lantanophaga pusillidactylus (Walker, 1864)',
 'Lantanophaga pusillidactylus (Walker, 1864)',
 'Lantanophaga pusillidactylus (Walker, 1864)',
 'Lantanophaga pusillidactylus (Walker, 1864)',
 'Lantanophaga pussillidactyla (Walker, 1864)',
# cutoff ...] 

I had a look at the gbif site with browser dev tools, but i think it's a slightly different internal set of APIs they're using.

@timrobertson100 any thoughts on how to replicate what the gbif website does wrt name searching?

from pygbif.

MortenHofft avatar MortenHofft commented on May 21, 2024

The species match API might be what you are looking for?
http://api.gbif.org/v1/species/match?name=Lantanophaga%20pusillidactyla

Or for species search it might be good to include a datasetKey=backbone
https://api.gbif.org/v1/species/search?q=Lantanophaga%20pusillidactyla&datasetKey=d7dddbf4-2cf0-4f39-9b2a-bb099caae36c

does that help?

from pygbif.

sckott avatar sckott commented on May 21, 2024

thanks @MortenHofft - right, we have that route implemented in name_backbone method

Perhaps species.name_backbone('Lantanophaga pusillidactyla') does what you want @qgroom

from pygbif.

qgroom avatar qgroom commented on May 21, 2024

Thanks, I'll give it a try and get back to you.

from pygbif.

qgroom avatar qgroom commented on May 21, 2024

Yes, that works. Perhaps a note is required in the documentation, but then I don't suppose anyone will read it.

from pygbif.

sckott avatar sckott commented on May 21, 2024

glad it works.

I don't suppose anyone will read it.

agree, but i guess its the right thing to do

from pygbif.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.