Download OpenAPI specification:Download
The clipper project is responsible for the clipping of geospatial imagery from larger tiles of imagery. Where tiles overlap, merging of subsequent clips may be necessary.
geojson | object (Polygon) A geojson polygon |
src | Array of strings (ImageList) URIs of images to interact with |
dst | string (DestinationKey) key to save the file to |
dst_bucket | string (DestinationBucket) bucket to save the file to |
OK
No content, where the resulting image is fully masked
Clipper server
{- "geojson": {
- "type": "Polygon",
- "coordinates": [
- [
- [
- -2.10113525390625,
- 53.51418452077113
], - [
- -2.116241455078125,
- 53.477421969613324
], - [
- -2.055816650390625,
- 53.48232548469942
], - [
- -2.0489501953125,
- 53.51418452077113
], - [
- -2.10113525390625,
- 53.51418452077113
]
]
]
}, - "src": [
- "string"
], - "dst": "string",
- "dst_bucket": "string"
}
{- "dst": "example_file_key.tif"
}
src required | Array of strings (ImageList) URIs of images to interact with |
dst required | string (DestinationKey) key to save the file to |
dst_bucket required | string (DestinationBucket) bucket to save the file to |
delete_src | boolean (DeleteSource) Delete the source files if true |
OK
Clipper server
{- "src": [
- "string"
], - "dst": "string",
- "dst_bucket": "string",
- "delete_src": true
}
{- "dst": "example_file_key.tif"
}