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

Change type of example collection to 'Collection' #314

Merged
merged 3 commits into from
Jan 12, 2022

Conversation

robintw
Copy link
Contributor

@robintw robintw commented Jan 6, 2022

Related Issue(s):
stac-utils/pystac-client#129

Description:
The STAC Collections Spec states that collections must have a type of 'Collection', but the example data had a collection with a type of 'collection' which caused various other tools to fail when processing this collection (see stac-utils/pystac-client#129). This PR fixes the example joplin collection to use the Title Case version.

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable, and docs build successfully (run make docs)
  • Changes are added to the CHANGELOG.

robintw and others added 3 commits January 6, 2022 12:17
The STAC API states that collections must have a 'type' of 'Collection', but the example data had a collection with a type of 'collection' which caused various other tools to fail when processing this collection (see stac-utils/pystac-client#129)
@moradology moradology merged commit caf6a14 into stac-utils:master Jan 12, 2022
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.

2 participants