SnapshotSerengetiScienceTeam / DataManagement

Scripts and issues to manage the SnapshotSerengeti images and metadata.
GNU General Public License v2.0
0 stars 0 forks source link

Add new S7 species to database #66

Closed mkosmala closed 8 years ago

mkosmala commented 8 years ago

Related to #55: For S7, we added six new "species" to Snapshot Serengeti that users could choose from. These now need to be added to the database in table 'Species'. @tesherista, you should be able to do this quite easily. idSpecies auto-increments. The species values to add are: duiker, steenbok, cattle, bat, insectSpider, vulture

After you've done that, you'll also need to update this script: /home/packerc/shared/metadata_db/scripts/transform-ZooniverseClassifications.py by adding the six species and their database IDs to the species dictionary.

Please let me know when these things are done. Thanks!

tesherista commented 8 years ago

Took a while just because I was having such a hard time getting MSI to let me connect to the db; all the new species are now in both the species table & the script.