-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Related Issue(s):** - #245 **Description:** Adds support for The [Aggregation Extension](https://github.com/stac-api-extensions/aggregation) with an added dependency on the Filter Extension. This enables geo-aggregation of geometries and points, taking advantage of Opensearch and Elasticsearch's aggregation engines. Note that some of the geo-aggregation features will have to be left untested on the Elasticsearch backend implementation because they require a commercial license. TO DO: - ~~Need to support collection aggregations using the `<collection ID>/aggregate` route. Add support in the aggregate function in the core aggregations extension.~~ **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) - [x] Documentation has been updated to reflect changes, if applicable - [x] Changes are added to the changelog
- Loading branch information
1 parent
5d52698
commit ee365ab
Showing
16 changed files
with
65,241 additions
and
679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.