Tile and Minitile Downloads
Use tile/minitile downloads when your workflow is grid-based, covers very large areas, or needs tighter control near UTM transition zones.
Endpoints
POST /api/satelliteimages/process/tilePOST /api/satelliteimages/process/minitile
Required Inputs
- Endpoint-specific GUID selector:
- tile endpoint: tile GUID input
- minitile endpoint: minitile GUID input
DateResolutionEpsgProjectionModelSatelliteConstellationsBandnames
Tile/minitile downloads use the same core processing settings as composite downloads. The key difference is AOI input: GUID-based selection instead of Wkt/GeoJson.
EPSG / UTM Behavior
- Tile/minitile processing supports UTM EPSG workflows.
- You can use explicit UTM EPSGs (
326xx/327xx) or47000for auto-EPSG mode. - With
47000, ClearSKY chooses the most suitable UTM EPSG for the request.
Important Options
EpsgProjection: choose explicit UTM EPSG (326xx/327xx) or47000for auto-EPSG modeDataType: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
Notes
- Response can be direct bytes or upload via
UploadUrl. - Tile purchases can still be retrieved as composites when needed.
- Composite downloads are still the default in many workflows; use tile/minitile when their grid behavior is specifically needed.
For endpoint-specific field names and full request contract, see Processing / download endpoints. For ordering semantics, see Choose an order type.