v2

latestSwagger 2.02026-07-131451441001.2 KB
STAC Collection Configuration

Create Partitiontype

Updates partition type for a GeoCatalog Collection. This will determine the partitioning scheme for items within the database, and can only be set before any items are loaded.

Ideal partitioning schemes result in partitions of roughly 100k items each.

The default partitioning scheme is "none" which does not partition items.

put/stac/collections/{collectionId}/configurations/partition-type

Path parameters

collectionIdstring required

Unique identifier for the STAC collection.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

scheme'year' | 'month' | 'none'

Partitioning scheme to use for data organization.

Response

The request has succeeded.