stac-fastapi-elasticsearch-opensearch icon indicating copy to clipboard operation
stac-fastapi-elasticsearch-opensearch copied to clipboard

Elasticsearch backend for stac-fastapi with Opensearch support.

Results 17 stac-fastapi-elasticsearch-opensearch issues
Sort by recently updated
recently updated
newest added

**Description:** Generate a list of route dependencies from the environment variable `STAC_FASTAPI_ROUTE_DEPENDENCIES` or the file that this environment variable points to. Feed these route dependencies into the `STACApi` on initialisation....

**Related Issue(s):** - #181 **Description:** Extending temporal search include start_datetime and end_datetime properties **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [ ] Tests...

For example, the `/queryables` route is not included in the landing page like it is in the [stac-fastapi landing_page method](https://github.com/stac-utils/stac-fastapi/blob/main/stac_fastapi/types/stac_fastapi/types/core.py#L380). The code would need to be duplicated in sfeos [here](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/stac_fastapi/core/stac_fastapi/core/core.py#L141)...

There are a few tests that are being skipped. Review these tests to see if they can be re-introduced or updated.

**Describe the bug** Greetings since the `stac-fastapi.api` update to `3.0.0a` it seems that when creating collections two additional restrictions were added: 1. Must specify a `license: "test"` key/value 2. Must...

**Describe the bug** Links returned by search queries don't contain custom fields. **To Reproduce** 1. Run app `docker-compose up` 2. Create test collection ```bash curl --request POST \ --url http://localhost:8080/collections...

```stac-fastapi-es | /app/stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/database_logic.py:190: ElasticsearchWarning: Legacy index templates are deprecated in favor of composable templates.```

**Is your feature request related to a problem? Please describe.** Both Elasticsearch and Opensearch have the functionality to aggregate geo_points and geo_shapes into geotiles, geohash, and h3. However the geo-aggregations...

**Description:** Adding the free-text search extension. Related to https://github.com/stac-utils/stac-fastapi/pull/655 **PR Checklist:** - [ ] Code is formatted and linted (run `pre-commit run --all-files`) - [ ] Tests pass (run `make...