Composite Downloads
Composite downloads generate imagery for custom geometries and are the default download mode for most API workflows.
Endpoints
POST /api/satelliteimages/process/composite/availablePOST /api/satelliteimages/process/composite/estimatePOST /api/satelliteimages/process/composite
Required Inputs
- One geometry mode:
WktorGeoJson DateResolutionEpsgProjectionModelSatelliteConstellationsBandnames
Important Options
EpsgProjection: choose explicit UTM EPSG (326xx/327xx) or47000for auto-EPSG modePixelSelectionMode:intersectorcontainedDataType:INT16orUINT8UtmDataSelectionMode: UTM handling strategy for UTM-aware outputs (explicit UTM or auto-EPSG workflows)UtmGridForcePixelResolutionSize: controls fixed pixel-size behavior when reprojection is involvedAllowPartialImage: strict vs partial behaviorUploadUrl: server-side upload target instead of binary response
Usage Notes
- You can use composite downloads even when the original order was tile/minitile-based.
- Use tile/minitile endpoints only when you specifically need grid-aligned retrieval behavior.
- For detailed UTM mode behavior and tradeoffs, see CRS / EPSG / UTM guidance.
See Processing / download endpoints for full contract.