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
We could also remove this entirely, and add support (currently missing, and therefore out of compliance with the Transaction Extension) for POST /collection/{cid}/items with an ItemCollection body.
We could also remove this entirely, and add support (currently missing, and therefore out of compliance with the Transaction Extension) for POST /collection/{cid}/items with an ItemCollection body.
The current input model for the bulk extension is a bit unclear to me. Reading
stac-fastapi/stac_fastapi/extensions/stac_fastapi/extensions/third_party/bulk_transactions.py
Lines 14 to 21 in bd6f661
It seems that we have to provide input in form of
This is kinda weird, and I was expecting to just be able to profile something closer to
[item1, item2, item3]
🤷If the
dict
form is going to stay, I think we should at least update the doc string (and remove the wordlist
)cc @geospatial-jeff
The text was updated successfully, but these errors were encountered: