WildMeOrg / Wildbook

Wild Me's first product, Wildbook supports researchers by allowing collaboration across the globe and automation of photo ID matching
https://www.wildme.org/wildbook.html
GNU General Public License v2.0
106 stars 71 forks source link

Bulk import should validate that location ID field can match "name" or "id" #707

Closed goddesswarship closed 1 month ago

goddesswarship commented 2 months ago

Data in theEncounter.locationID field of a bulk import spreadsheet is currently checked against the name entry in locationID.json. However, when the location names differ between name and id fields (such as Rapid River, ME vs Rapid River ME), potential matches are missed. If we update it so that both name and id are checked, users will see fewer discrepancies with their match candidates.

Related to #711

TanyaStere42 commented 1 month ago

@goddesswarship Is this a duplicate of #709 ?

goddesswarship commented 1 month ago

@TanyaStere42 Looks like it!

TanyaStere42 commented 1 month ago

closing issue as a duplicate of #709