-
Notifications
You must be signed in to change notification settings - Fork 179
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
Convert branch scheme from dev/master to main #1250
base: master
Are you sure you want to change the base?
Conversation
`ollections` -> `Collections`
docs: fix collectionless item title in catalog example
Fix a typo in collection-spec.md
Minor punctuation fix in best practices
Co-authored-by: Matthew Hanson <[email protected]>
`proj:epsg` should be summarised as an array of all values, not a Range Object, per [stac-fields](https://github.com/stac-utils/stac-fields/blob/v1.0.0-beta.10/fields.json#L575) and [other examples](https://github.com/radiantearth/stac-spec/blob/v1.0.0/examples/collection-only/collection.json#L90).
Co-authored-by: Matthew Hanson <[email protected]> Co-authored-by: Chris Holmes <[email protected]>
There was some confusing language about when `self` links should be used. This commit fixes the language in the "Use of links" section of the best practices document, and updates the wording in the item spec to reference the best practices section.
Minor spelling changes
fix(examples): change epsg summary example to an array of all values
…dations Reword recommendations around `self` links in the item spec
* update code of conduct to v2.1
…t-practices Fix typos
Update dev to include recent changes on master
… in the corresponding root catalog. (radiantearth#1209)
* Keywords in common metadata * Added keywords in simple example * Minor alignment and clarification --------- Co-authored-by: Matthias Mohr <[email protected]>
Spelling corrections
Fix media type in example
…e-and-format update ci node to 18 and format all files
Converting to draft until 1.1 is released |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would break a lot of incoming links, e.g. all links in extensions that link to the extension maturity. Updating all links is a big maintenance overhead, so we can only merge this is someone volunteers to do all the updates in external STAC-related repositories, too. I think I'd prefer to keep the master naming of the branches at least in stac-spec...
Related Issue(s):
Proposed Changes:
PR Checklist:
or a CHANGELOG entry is not required.
and I have opened issue/PR #XXX to track the change.