MapofLife / vernacular-names

A framework for managing vernacular names in a database, along with scripts to make sense of the data
0 stars 1 forks source link

Refactor vnnames.py #95

Closed gaurav closed 9 years ago

gaurav commented 9 years ago

Right now, vnnames.py has one function that does the entire scname -> cmname process for everything. We can probably make this a lot faster with separate functions, but first we need to figure out what lookups are actually being used elsewhere in the code.

gaurav commented 9 years ago