preview_download
Dry-run a satellite scene download to see exactly what would be fetched, without login or file transfer. Identify fetchable, missing, or already-downloaded scenes before committing.
Instructions
Dry-run a download for a search: show what would be fetched, no login.
Takes the same arguments as search_scenes, plus out_dir (where files would go) and force (preview re-downloading files already present). It runs the search and predicts, per scene, what a real download would do: would_download (staged, ready), may_404 (open data but archived — attempted but may fail until requested on the portal), already_here / already_elsewhere (a matching file exists), or skipped_on_order / skipped_priced (needs the portal).
Use this before telling a user to download, so they know how many scenes are actually fetchable. Nothing is downloaded and no login is used. File sizes are not known until a download starts (the portal exposes them only in the download response headers), and interrupted downloads cannot be resumed — both are stated in the result's disclaimers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| maxx | No | ||
| maxy | No | ||
| minx | No | ||
| miny | No | ||
| force | No | ||
| sensor | No | ||
| out_dir | No | ./downloads | |
| product | No | ||
| end_date | Yes | ||
| radius_km | No | ||
| satellite | Yes | ||
| start_date | Yes |