search_copernicus_images
Search Copernicus satellite imagery for specific regions and timeframes to access Earth observation data from Sentinel missions.
Instructions
Search for Copernicus satellite images for a given region
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geometry | Yes | Geometry as polygon coordinates [[lon, lat], ...] or GeoJSON polygon [[[lon, lat], ...]] or point [lon, lat] or bbox [min_lon, min_lat, max_lon, max_lat] | |
| geometry_type | No | Type of geometry: 'point', 'polygon', or 'bbox' | polygon |
| mission | No | Mission name: 'sentinel-1', 'sentinel-2', 'sentinel-3', 'sentinel-5p', 'sentinel-6' | sentinel-2 |
| processing_level | No | Processing level (e.g., 'L2A' for Sentinel-2, 'GRD' for Sentinel-1) | |
| product_type | No | Product type (e.g., 'MSI' for Sentinel-2, 'IW' for Sentinel-1) | |
| satellite | No | Specific satellite (e.g., 'Sentinel-2A', 'Sentinel-1A') | |
| start_date | No | Start date (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS) | |
| end_date | No | End date (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS) | |
| min_cloud_cover | No | Minimum cloud cover percentage (for optical missions) | |
| max_cloud_cover | No | Maximum cloud cover percentage (for optical missions) | |
| max_results | No | Maximum number of results to return |