discussions Search Results · repo:stac-utils/stac-fastapi language:Python
Filter by
29 results (182 ms)
29 results
instac-utils/stac-fastapi (press backspace or delete to remove):
Hi all, I m getting lost when I try to create my Catalogs, I work in a quite large infrastructure where I need to
maintain several Catalogs instances (one per organization) and I would like to delegate ...
:
Hi all,
Taking a look at STAC metadata specs, I noticed that in the common specs there are a created and an updated fields.
Currently, when a Collection is created through stac-fastapi, those fields are ...
:
Hey folks, Last month we introduced HTML response from our custom stac-fastapi application
(https://github.com/developmentseed/eoapi-devseed/pull/17), this was well received by the users and request was ...
:
Hello, Iam trying to use function in cql2 filter on search endpoint. Is it supported? I see it conforms to
http://www.opengis.net/spec/cql2/1.0/conf/functions but i cant manage to make it work. Can someone ...
:
Hey Team, I want to create a Client for performing the operations of Create, Update and Delete on the Stac objects.
Basically the operations that I see here: https://stac-utils.github.io/stac-fastapi/api/stac_fastapi/types/core/ ...
:
Dears,
I got stac-fast-api application deployed behind a Spring cloud application that add an authorization layer on top of it.
Everything works, except for dynamic-build links that look messed up due ...
:
I intended to create a collection that has links to items that sit in other collection. The item links are stripped out
of the collection JSON when updating a collection via the stac-fastapi. Only an item ...
:
Hi I m opening this issue to discuss about collection search. Here is a working proposal but I ve had to change the
endpoint. https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/298 ...
:
We ve got some fix merged and soon to be merged to main branch for which I believe we could do a 2.4.10 or 2.5.0
release.
There is also a big PR which will refactor some part of the code and also make ...
:
I am trying to add CORSMiddleware but having some trouble to implement it. I followed the instructions in the manual.
However, I think it is not accepting the syntax in the manual since it cannot iterate ...