Jonathan Healy

Results 11 issues of Jonathan Healy

I was looking at upgrading stac-pydantic and I noticed that it does not like: ``` "datetime": null ``` in a stac item. I got this error message running pytest as...

When trying to validate some 0.8.0 stac items I get this error: KeyError: 'https://raw.githubusercontent.com/radiantearth/stac-spec/v0.8.0/extensions/eo/json-schema/stac-extension-eo.json' It doesn't seem to be an active link but I don't know why it would be...

Instead of iterating over a list of 'features' we would just need to iterate over a list of 'collections'. An example is here https://earth-search.aws.element84.com/v0/collections

Right now with gh actions, a new release is pushed to pypi every time a pr is merged into main. We should change this - if we can - so...

I've started using pgstac and I've noticed that there is no 'matched' key in context. Is this being deprecated? I find it handy to have. Obviously querying things is quicker...

pgstac

It looks like this project could use some new maintainers. If anyone is interested leave a comment here. This is an important project and it would be nice to see...

**Related Issue(s):** - # **Description:** **PR Checklist:** - [x] `pre-commit` hooks pass locally - [x] Tests pass (run `make test`) - [x] Documentation has been updated to reflect changes, if...

Description: The recent enhancements to middleware configuration introduced in https://github.com/stac-utils/stac-fastapi/pull/442 add significant flexibility and functionality to the StacApi class, allowing for more granular control over middleware behavior and dynamic addition...

documentation

There are a few tests that are being skipped. Review these tests to see if they can be re-introduced or updated.