stac-utils / stac-fastapi-elasticsearch-opensearch

Elasticsearch backend for stac-fastapi with Opensearch support.
https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch
MIT License
31 stars 15 forks source link

Stac-fastapi-elasticsearch v1.0.0 release #162

Closed jonhealy1 closed 1 year ago

jonhealy1 commented 1 year ago

I am wondering about a v1.0.0 release of stac-fastapi-elasticsearch. What needs to be done for 1.0.0? One thing I can think of is pagination for collections: https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/65. Generating docs would be nice too.

StijnCaerts commented 1 year ago

Is implementing pagination for collections depending on this open issue in the stac-fastapi project? https://github.com/stac-utils/stac-fastapi/issues/510

jonhealy1 commented 1 year ago

Hi @StijnCaerts. I don't think so. There was a pr here to do some of this work, which didn't get approved: https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/116.

jonhealy1 commented 1 year ago

I think if stac-fastapi was updated then we wouldn't have to get 'token' and 'limit' from the kwargs which would be better.