Jonathan Healy
Jonathan Healy
Wondering about the best way to integrate this with basic auth? This will need instructions added to the readme as well and a docker-compose demo file I think.
Nice changelog updates thanks!
@rhysrevans3 I moved the changelog entries to the Unreleased section in the changelog.
Once we release a new version here and on PyPI then we move the changelog entries to the appropriate section which will hopefully be v3.0.0. Waiting for stac-fastapi v3.0.0
@pedro-cf Can you open up a new pr to fix this? Good catch.
It does make some sense to move them to the examples folder I think.
This may be fixed in the new version of stac-fastapi - 3.0 - but let's write a test for this before we close the issue.
This is not working as of #234. This should work according to the item spec: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json. I think we should start an issue in stac-pydantic.
According to this document, both of those fields are required: https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#collection-fields. In stac-fastapi.types.stac it looks like these fields are not optional but I think the error is coming from stac-pydantic.
I do agree with you. There's a similar issue where someone wants to ingest items without the collection_id field because the stac api should be able to assign this field...