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

Update test items #243

Merged
merged 4 commits into from
Feb 22, 2022
Merged

Update test items #243

merged 4 commits into from
Feb 22, 2022

Conversation

gadomski
Copy link
Member

@gadomski gadomski commented Feb 17, 2022

Related Issue(s):

Description: Using a new scripts/rewrite_test_data.py, this PR updates all test items to STAC v1.0.0. It also fixes many extension fields by remapping from old values, and corrects other errors such as missing collection ids and non-UTC datetimes. The fixes revealed another error in the test suite, a missing asset, which has been added.

PR checklist:

  • Code is formatted (run scripts/format).
  • Code lints properly (run scripts/lint).
  • Tests pass (run scripts/test).
  • Changes are added to the CHANGELOG.

Also includes a script to perform the update.
@gadomski gadomski added this to the v0.3.0 milestone Feb 17, 2022
@gadomski gadomski force-pushed the issues/229-update-test-items branch from a4d035a to 52e9705 Compare February 17, 2022 17:54
Copy link

@duckontheweb duckontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@gadomski gadomski merged commit 13bac91 into main Feb 22, 2022
@gadomski gadomski deleted the issues/229-update-test-items branch February 22, 2022 19:56
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

Successfully merging this pull request may close these issues.

Update example STAC objects to v1.0.0 Test catalogs do not pass validation
2 participants