File tree Expand file tree Collapse file tree 4 files changed +2046
-810
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ] - TBD
8+ ## [ v0.3.0 ] - 2023-04-17
99
1010- Add ` /aggregations ` endpoint and required ` aggregations ` parameter
1111
1212## [ v0.2.0] - 2022-12-19
1313
1414- Many changes
1515
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 >
1718[ v0.2.0 ] : < https://github.com/stac-api-extensions/aggregation/tree/v0.2.0 >
Original file line number Diff line number Diff line change 33- ** Title:** Aggregation
44- ** OpenAPI specification:** TBD
55- ** Conformance Classes:**
6- - < https://api.stacspec.org/v0.2 .0/aggregation >
6+ - < https://api.stacspec.org/v0.3 .0/aggregation >
77- ** Scope:** STAC API - Core
88- ** [ Extension Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification ) :** Proposal
99- ** Dependencies:**
@@ -33,8 +33,8 @@ similarly to how the queryables endpoint is used in the Filter Extension. These
3333the ` aggregations ` parameter to ` /aggregate ` to restrict the aggregations performed.
3434
3535Other 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 > .
3838
3939For the links in both landing page (` / ` ) and collection (` /collections/{collectionId} ` ), it is
4040** 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