Skip to content

Commit

Permalink
prep release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Apr 17, 2023
1 parent 27634fc commit 0e68f5a
Show file tree
Hide file tree
Showing 4 changed files with 2,046 additions and 810 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - TBD
## [v0.3.0] - 2023-04-17

- Add `/aggregations` endpoint and required `aggregations` parameter

## [v0.2.0] - 2022-12-19

- Many changes

[Unreleased]: <https://github.com/stac-api-extensions/aggregation/compare/v0.2.0..main>
[Unreleased]: <https://github.com/stac-api-extensions/aggregation/compare/v0.3.0..main>
[v0.3.0]: <https://github.com/stac-api-extensions/aggregation/compare/v0.2.0..v0.3.0>
[v0.2.0]: <https://github.com/stac-api-extensions/aggregation/tree/v0.2.0>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- **Title:** Aggregation
- **OpenAPI specification:** TBD
- **Conformance Classes:**
- <https://api.stacspec.org/v0.2.0/aggregation>
- <https://api.stacspec.org/v0.3.0/aggregation>
- **Scope:** STAC API - Core
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Proposal
- **Dependencies:**
Expand Down Expand Up @@ -33,8 +33,8 @@ similarly to how the queryables endpoint is used in the Filter Extension. These
the `aggregations` parameter to `/aggregate` to restrict the aggregations performed.

Other STAC API Extensions, notably Query and Filter, can be advertised
with <https://api.stacspec.org/v0.2.0/aggregation#query> and
<https://api.stacspec.org/v0.2.0/aggregation#filter>.
with <https://api.stacspec.org/v0.3.0/aggregation#query> and
<https://api.stacspec.org/v0.3.0/aggregation#filter>.

For the links in both landing page (`/`) and collection (`/collections/{collectionId}`), it is
**required** to add a link with the `rel` value set to `aggregate` that refers to the relevant
Expand Down
Loading

0 comments on commit 0e68f5a

Please sign in to comment.