Intro to WorldView Radar Tasking
Worldview Radar tasking is in limited release and is not currently available to all accounts.
Overview
WorldView Radar is part of the Vantor virtual constellation. With access to WorldView Radar Tasking, Hub subscribers can now task Umbra’s synthetic aperture radar (SAR) satellites for all-weather intelligence in ultra-high resolution.
Only SAR Spotlight imaging modes are currently available.
Credits and usage
Pricing is per scene (5km x 5km image footprint) and based on tasked resolution and dwell duration.
A usage quote is calculated when a request is submitted. Account credits are reserved to cover the quoted amount. Once the order is fulfilled, any reserved credits that were not used are released.
Quoting and placing Tasking orders
The following endpoints can be used to estimate tasking credit use, and to submit the tasking request:
| Request | Endpoint | Description |
|---|---|---|
| Quote a tasking order | /tasking/umbra/estimate | Returns estimate data for credits consumed for the request. |
| Submit an Umbra tasking order | /tasking/umbra | Submit your Umbra tasking request |
| Validate a Tasking Request | /tasking/umbra?validation_only=true | add the path parameter validation_only=true to validate your request. |
See also the Umbra example.
Collection window (start and end date)
The collection window for an Umbra tasking request can start immediately and must end at most 364 days in the future.
Area of interest
Imaging location must be submitted as a GeoJSON Point. A 5x5 km image footprint containing this point will be delivered.
Tasking parameters and optins
The tasking parameters and output options are described in the Umbra parameter page.
Order deliveries
Once imagery is collected, ordered, and processed, it can be delivered to the following cloud storage platforms:
- Amazon S3 commercial cloud
- Azure cloud storage
- Google cloud storage
Tasking V2 does not currently support the download option but this delivery method is planned to be reinstated.
The order is also delivered to the Orders Manager in the Hub User Interface.
Delivery details are also included in the status messages found in the Tasking response object. See Delivery details.
Note for AWS S3 users: V2 APIs deliver to S3 from a new ARN. If you have previously delivered to S3 from the Ordering API or Tasking V1 API, you will need to add an additional ARN to your bucket policy. The updated bucket policy can be found here.
See Ordering Output Delivery Options for more detail.
Managing Tasking orders
The following endpoints can be used to manage tasking orders:
| Request | Endpoint | Description |
|---|---|---|
| Get an existing tasking | /tasking/{id} | Returns an existing tasking by its ID. |
| List tasking orders | /tasking | List your tasking orders. Includes filtering and pagination. |
| Cancel tasking order | /tasking/cancel | Cancel a tasking request. |