Skip to main content

Example: 30 CM Color View-Ready Ortho (OR2A) Imagery

This example shows a Tasking request recipe for 50 cm color imagery to be collected and processed as a "view-ready-ortho" (OR2A) image. The priority for the order is set to SelectPlus.

Note: If you are using this example, update the start_datetime and end_datetime values to a future date.

{
"start_datetime": "2025-02-01T00:00:00Z",
"end_datetime": "2025-02-28T00:00:00Z",
"aoi_geojson": {
"coordinates": [
[
[44.44172282481911,-18.51608312374411],
[44.50891991869298,-18.51608312374411],
[44.508907430321536,-18.452364519187412],
[44.44173531319056,-18.452364519187412],
[44.44172282481911,-18.51608312374411]
]
],
"type": "Polygon"
},
"max_cloud_cover": 30,
"max_off_nadir_angle": 30,
"collect_gsd": 0.3,
"min_sun_elevation_angle": 15,
"order_templates": [
{
"pipeline": "imagery/view-ready-ortho",
"template": {
"settings": {
"customer_description": "description of the tasking request",
"inventory_ids": ["$.id"],
"aoi": "$._aoi_intersection"
},
"output_configs": [
{
"type": "amazon_s3",
"bucket": "customer-s3-bucket",
"prefix": "customer-prefix-name"
}
]
}
}
],
"end_use_code": "AGR",
"tasking_priority": "SelectPlus",
"tasking_notifications": [{
"type": "email",
"target": "user@example.com",
"level": "INTERMEDIATE"
}],
"tasking_notifications": [{
"type": "email",
"target": "user@example.com",
"level": "INTERMEDIATE"
}]
}