You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll need to manually POST (or whatever) the data to your endpoints. Transactions are not supported by pystac-client at this time — here's the tracking issue: stac-utils/pystac-client#241.
Dear community,
I am running a dynamic STAC catalog using stac-fastapi as a service.
What I know is I can read the catalog, its collections and items using PySTAC.
However, whenever I want to save changes back to the fastapi service using the save() function, I am getting the following error:
I guess PySTAC does not work with the transactions' extension of stac-fastapi (from eoAPI).
If not, how can I push changes using a Python client?
Thank you in advance.
The text was updated successfully, but these errors were encountered: