Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flickr source for Katmai National Park and new homepage images set #4856

Closed
3 of 4 tasks
sarayourfriend opened this issue Sep 3, 2024 · 2 comments
Closed
3 of 4 tasks
Assignees
Labels
🗄️ aspect: data Concerns the data in our catalog and/or databases 🌟 goal: addition Addition of new feature 🟨 priority: medium Not blocking but should be addressed soon 🧱 stack: catalog Related to the catalog and Airflow DAGs 🧱 stack: frontend Related to the Nuxt frontend

Comments

@sarayourfriend
Copy link
Collaborator

sarayourfriend commented Sep 3, 2024

Problem

Katmai National Park uploads PDM images of bears, notably during the famous Fat Bear Week.

https://www.flickr.com/photos/katmainps/

Description

These are high quality photos of bears, plus also something that a lot of people are aware of and might look for. I don't think we could legally make explicit reference to fat bear week, but adding Katmai as a source, would be fun... and we could add a homepage image carousel of bears from Katmai during/around Fat Bear Week (again, without explicit mention of fat bear week).

  • Add Katmai NPS as source to Flickr ingestion
  • Backfill Katmai NPS as source for works we've already ingested (batched update kicked off)
  • Add Katmai NPS as source to production API (needs to be manually done in Django Admin)
  • Add the Katmai homepage image set (includes identifying the images to use, partially complete)
@sarayourfriend sarayourfriend added 🟨 priority: medium Not blocking but should be addressed soon 🌟 goal: addition Addition of new feature 🧱 stack: frontend Related to the Nuxt frontend 🧱 stack: catalog Related to the catalog and Airflow DAGs 🗄️ aspect: data Concerns the data in our catalog and/or databases labels Sep 3, 2024
@openverse-bot openverse-bot moved this to 📋 Backlog in Openverse Backlog Sep 3, 2024
@sarayourfriend sarayourfriend changed the title Add Flickr source for Katmai National Park Add Flickr source for Katmai National Park and new homepage images set Sep 3, 2024
@sarayourfriend sarayourfriend moved this from 📋 Backlog to 📅 To Do in Openverse Backlog Sep 3, 2024
@sarayourfriend
Copy link
Collaborator Author

We were missing some really great images from Katmai due to the original licence being all-rights-reserved. That caused them to be skipped when we ingested the relevant time period.

To at least have last year's fat bear week photos available, I manually reingested Katmai NPS from September 1 to December 1, 2023, using these query parameters in the flickr workflow:

{
        "max_upload_date": 1701349200,
        "min_upload_date": 1690812000,
        "user_id": "99350217@N03"
}

That ingested 122 PDM images from last year's Fat Bear Week and the surrounding months.

Afterwards, I initiated a batched update to backfill Katmai NPS as the source for images from that Flickr creator. That is still runnnig and will probably take at least 90 minutes (based on the time other smaller batched updates have taken recently).

In the meantime, I've gone ahead and found a handful of images from Katmai NPS that we already have in Openverse, that might be good candidates for the homepage images. We need 12 total.

There are a lot of really good images from last year that we should have available after this coming week's data refresh is complete. For example, these are all from October 2023:

@sarayourfriend sarayourfriend moved this from 📅 To Do to 🏗 In Progress in Openverse Backlog Sep 20, 2024
@sarayourfriend sarayourfriend self-assigned this Sep 20, 2024
@krysal
Copy link
Member

krysal commented Dec 2, 2024

Given a shift in priorities and the fact that the week of the event has already passed, we consider this ticket done. Thanks for driving this effort, @sarayourfriend. It'd be fun to get to try it next year!

@krysal krysal closed this as completed Dec 2, 2024
@openverse-bot openverse-bot moved this from 🏗 In Progress to ✅ Done in Openverse Backlog Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗄️ aspect: data Concerns the data in our catalog and/or databases 🌟 goal: addition Addition of new feature 🟨 priority: medium Not blocking but should be addressed soon 🧱 stack: catalog Related to the catalog and Airflow DAGs 🧱 stack: frontend Related to the Nuxt frontend
Projects
Archived in project
Development

No branches or pull requests

2 participants