iliion

Results 4 issues of iliion

Hello, I am working in a cloud and I want to use S2-L1C files that are located in a virtualpath (in this case `/eodata` ) . ``` ls -ls /eodata/S2/MSI/LEVEL-1C/S2MSI1C/2021/11/06/...

In the following line it is evident that the creation of a Collection is tested refferring to **stac_pydantic .Collection** https://github.com/stac-utils/stac-fastapi/blob/e6b353a9638f2e2d6030dd409718ff6eecaa176e/stac_fastapi/pgstac/tests/resources/test_collection.py#L8 While in the `core.py` the following `Collections` type is returned:...

Dear all. I have already opened an issue in `stac-fastapi-elasticsearch` repository and I will report it here as well. See [issue](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/issues/217#issue-2202761073). --- Simple search `http://localhost:8000/search?limit=10` returns items onlly with properties.datetime...

Simple search `http://localhost:8000/search?limit=10` returns items onlly with properties.datetime field In particular in line https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/987f0b924b45e3f63302758b6e63d38ba504964f/stac_fastapi/core/stac_fastapi/core/core.py#L593C12-L593C64 `filter_kwargs = search_request.fields.filter_fields` filter_fields is equal to ``` {'exclude': {}, 'include': {'assets': Ellipsis, 'bbox': Ellipsis, 'collection':...