Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
fix: enabled BOPRC to upload clips to Zoo
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-wildlife committed Sep 14, 2023
1 parent 900c6f5 commit aadd509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kso_utils/zooniverse_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ def set_zoo_clip_metadata(
"""

# Add spyfish-specific info
if project.Project_name == "Spyfish_Aotearoa":
if project.Project_name in ["Spyfish_Aotearoa", "Spyfish_BOPRC"]:
# Rename the site columns to match standard cols names
sitesdf = sitesdf.rename(columns={"schema_site_id": "id", "SiteID": "siteName"})

Expand Down

0 comments on commit aadd509

Please sign in to comment.