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

Break changes when STAC API switched from Franklin to stac fast-api #8

Open
2 tasks
bo-lu opened this issue Jan 10, 2025 · 0 comments
Open
2 tasks
Assignees

Comments

@bo-lu
Copy link
Member

bo-lu commented Jan 10, 2025

Currently, our harvester will delete all harvested records from S3 based on a LastRun.txt file to clean the slate.

There is a check to make sure the API endpoint is accessible prior to the deletion. However, we did not account for that the API can be significantly altered.

This change caused breaking changes and caused the previously harvested records to be deleted automatically.

Fixes required:

  • Modify code to harvest the new STAC API
  • Modify code to check for changes in the provider of the STAC API and only proceed it matches the previous run
@bo-lu bo-lu self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant