Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 4: Discussions about submitting a list of Features? #942

Open
m-mohr opened this issue Jul 16, 2024 · 1 comment
Open

Part 4: Discussions about submitting a list of Features? #942

m-mohr opened this issue Jul 16, 2024 · 1 comment
Labels
Future work support in an additional part of OGC API Features

Comments

@m-mohr
Copy link
Contributor

m-mohr commented Jul 16, 2024

Were there discussions to allow submitting multiple Features at the same time?

STAC API - Transactions has added that for POST /collections/{collectionId}/items:

When the body is a partial ItemCollection:

  • Must only create a new resource.
  • Each Item in the ItemCollection must have an id field.
  • Must return 409 if an Item exists for any of the same collection and id values.
  • Must populate the collection field in each Item from the URI.
  • Must return 201 without a Location header.
  • May create only some of the Items in the ItemCollection. Implementations are not required to implement all-or-none sematics for this operation. For example, if an ItemCollection contains two Items and one is successfully created and the other fails to be created, the server is not required to then delete the successfully created one. When only some of the Items in the ItemCollection are created, the server should communicate this failure back to the client with an error status code.
@cportele
Copy link
Member

Meeting 2024-08-26: The scope of Part 4 will be restricted to mutations of a single resource / feature. Changes involving multiple features in a single request are planned for a future extension. We will move this issue to "future work".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Future work support in an additional part of OGC API Features
Projects
None yet
Development

No branches or pull requests

2 participants