Issues and pull requests are more than welcome.
To install the classes in your local Python env, run:
pip install -e 'stac_fastapi/elasticsearch[dev]'or
pip install -e 'stac_fastapi/opensearch[dev]'Install pre-commit.
Prior to commit, run:
pre-commit install
pre-commit run --all-filesmake testTest against OpenSearch only
make test-opensearchTest against Elasticsearch only
make test-elasticsearchmake docsHot-reloading docs locally:
mkdocs serve -f docs/mkdocs.yml