Mosaic operations

Each operation below is reachable at POST /v1/op/{operation_id} or the resource path POST /v1/{resource}/{action}, with a Bearer token (a gpra_ API key or a session token). Back to the Operations Reference index.

mosaic.register

Register a pipeline-produced mosaic as a first-class STAC item with provenance.

Scopeitems:write
Side-effectcompute
HTTPPOST /v1/op/mosaic.register · POST /v1/mosaic/register
Python / TypeScriptclient.mosaic.register(…)
CLIgeopera mosaic register …

RequestMosaicRegisterInput

FieldTypeRequiredDescription
project_idstringyes
namestringyes
stac_idstringSets the STAC Feature id; otherwise one is generated.
geometryobject
bboxarray of number
datetimestring
start_datetimestring
end_datetimestring
mosaic_methodstringCompositing method (e.g. brightest, median, first).
data_assetMosaicAssetyesThe mosaic COG (referenced by href, not copied).
provenance_assetMosaicAssetPer-pixel source-index band.
source_lookuparray of MosaicSourceSceneInteger-to-scene lookup; inlined as classification:classes for 256 or fewer scenes.
source_lookup_assetMosaicAssetSidecar lookup asset, used instead of inline when the list is large.
manifest_assetMosaicAssetSTAC-GeoParquet contributing-scene manifest sidecar.
source_collectionsarray of stringSummary lineage; projected as derived_from links.
collection_idstring
propertiesobject

ResponseIngestResult.