download_copernicus_granule
Generate an authenticated download URL and curl command to retrieve a full Sentinel/Copernicus product from the Copernicus Data Space Ecosystem.
Instructions
Generate an authenticated download URL and curl command to download an official full Sentinel/Copernicus product package from the Copernicus Data Space Ecosystem (CDSE). Requires CDSE credentials (username/password) configured via environment variables or configure_credentials().
Args: product_id: Official Copernicus Product UUID or name (e.g. 'S2A_MSIL2A_20240618T105631_N0510_R094_T31TDF_20240618T164223').
Returns: JSON string with verified download endpoint, authorization header, and execution instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |