docs/download.md
```markdown
Description: Download satellite images based on the filtered search results. Each image is available in a format suitable for geospatial analysis (e.g., TIFF).
Code Snippet:
```python
item_id = results[0][“id”] product_type = “analytic”
client.download(item_id, product_type, output_dir=”downloaded_images”) print(“Download completed for:”, item_id)