pgstac
pgstac copied to clipboard
CRUD API's for Queryables in pypgstac
Today creation of Queryables is not available to python clients via pypgstac. Can we have an interface for create/update/delete entries in Queryables table via pypgstac, so different clients using python can use this to update entries in Queryables table?
The structure of the interface likely would take attribute name, collection_id, json blob describing the item attributes etc. Basically, similar to the structure of the table.
We are working on a version of this and would circle back once we have something working.
Hi @srijan55! Any progress here? I'd be super interested in seeing this.