Carlo Cancellieri

Results 32 issues of Carlo Cancellieri

I'm proceeding into the development of the collections search and I encountered the following schema definition: ``` "extent.spatial.bbox": {"type": "long"}, "extent.temporal.interval": {"type": "date"}, ``` https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/106fabbdf1aa4afbcad01dce3a87f62a0f525729/stac_fastapi/opensearch/stac_fastapi/opensearch/database_logic.py#L141 This is preventing me to...

**Describe the bug** From the spec page: https://github.com/radiantearth/stac-api-spec/blob/v1.0.0/stac-spec/catalog-spec/catalog-spec.md The standards says: ``` A STAC Catalog object represents a logical group of other Catalog, [Collection](https://github.com/radiantearth/stac-api-spec/blob/v1.0.0/stac-spec/collection-spec/collection-spec.md), and [Item](https://github.com/radiantearth/stac-api-spec/blob/v1.0.0/stac-spec/item-spec/item-spec.md) objects. These Items can...