File tree 4 files changed +2046
-810
lines changed
4 files changed +2046
-810
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ] - TBD
8
+ ## [ v0.3.0 ] - 2023-04-17
9
9
10
10
- Add ` /aggregations ` endpoint and required ` aggregations ` parameter
11
11
12
12
## [ v0.2.0] - 2022-12-19
13
13
14
14
- Many changes
15
15
16
- [ Unreleased ] : < https://github.com/stac-api-extensions/aggregation/compare/v0.2.0..main >
16
+ [ Unreleased ] : < https://github.com/stac-api-extensions/aggregation/compare/v0.3.0..main >
17
+ [ v0.3.0 ] : < https://github.com/stac-api-extensions/aggregation/compare/v0.2.0..v0.3.0 >
17
18
[ v0.2.0 ] : < https://github.com/stac-api-extensions/aggregation/tree/v0.2.0 >
Original file line number Diff line number Diff line change 3
3
- ** Title:** Aggregation
4
4
- ** OpenAPI specification:** TBD
5
5
- ** Conformance Classes:**
6
- - < https://api.stacspec.org/v0.2 .0/aggregation >
6
+ - < https://api.stacspec.org/v0.3 .0/aggregation >
7
7
- ** Scope:** STAC API - Core
8
8
- ** [ Extension Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification ) :** Proposal
9
9
- ** Dependencies:**
@@ -33,8 +33,8 @@ similarly to how the queryables endpoint is used in the Filter Extension. These
33
33
the ` aggregations ` parameter to ` /aggregate ` to restrict the aggregations performed.
34
34
35
35
Other STAC API Extensions, notably Query and Filter, can be advertised
36
- with < https://api.stacspec.org/v0.2 .0/aggregation#query > and
37
- < https://api.stacspec.org/v0.2 .0/aggregation#filter > .
36
+ with < https://api.stacspec.org/v0.3 .0/aggregation#query > and
37
+ < https://api.stacspec.org/v0.3 .0/aggregation#filter > .
38
38
39
39
For the links in both landing page (` / ` ) and collection (` /collections/{collectionId} ` ), it is
40
40
** required** to add a link with the ` rel ` value set to ` aggregate ` that refers to the relevant
You can’t perform that action at this time.
0 commit comments