query_nasa_opera
Search NASA OPERA satellite archives by bounding box and date to discover surface water, disturbance, and SAR radar granules with COG asset URLs.
Instructions
Search and inspect NASA JPL OPERA (Observational Products for End-Users from Remote Sensing Analysis) datasets.
Supported Products:
'dswx': Dynamic Surface Water Extent from HLS (30m). Delineates open water, partial water, and flooded vegetation.
'dist': Surface Disturbance Alert from HLS (30m). Detects vegetation loss, wildfire scars, and deforestation.
'rtc': Radiometric Terrain Corrected SAR from Sentinel-1 (30m). Normalized C-band backscatter for all-weather mapping.
Args: bbox: Bounding box [min_lon, min_lat, max_lon, max_lat] in WGS84. datetime_range: Observation date or range (e.g. '2024-06-01/2024-06-30'). product_type: Product line ('dswx', 'dist', 'rtc'). max_cloud_cover: Cloud cover threshold (0 - 100). limit: Max scenes to discover. format: Output format ('summary' or 'geojson').
Returns: JSON string containing discovered OPERA granules, asset URLs (COGs), and coverage metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| limit | No | ||
| format | No | summary | |
| product_type | No | dswx | |
| datetime_range | Yes | ||
| max_cloud_cover | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |