-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Hello,
I would like to ask if bulk creation of features using the POST method is being/was considered. STAC Item Transactions has support for this for STAC Items.
In the EDR Part 2: Publish-Subscribe Workflow specification document, figure 1 mentions using the Part 4 Features spec to add/update new items into an OGC API server. We have use cases where multiple features are generated/recorded at a single instant and here, being able to do a bulk creation of features with the Part 4 APIs would be more easier (and more efficient from a database perspective) than calling the create API multiple times for each feature.
Apologies in case this has already been discussed - I could not find the relevant issue on GitHub. Feel free to close this if that's the case.
Thank you!