Pre-download raw Sentinel satellite data for a polygon and date range. This primes the cache so that subsequent analysis requests process faster.
When you request an analysis, the system first needs to download the relevant satellite imagery. By pre-downloading data with processSatelliteDownload(), you can speed up analysis requests by ensuring the imagery is already available in the Agdir data store.
YYYY-MM-DD).YYYY-MM-DD)."Optical" (Sentinel-2 multispectral) or "Radar" (Sentinel-1 SAR).Use retrieveSatelliteDownload() to check which dates have available satellite imagery:
| Classification | Description |
|---|---|
Available | Cloud-free imagery is available and ready for analysis. |
Cloud Detected | Imagery exists but cloud cover was detected over the polygon. May still produce partial results. |
Unavailable | No satellite pass occurred over this polygon on the given date. |
Unknown | Data has not yet been evaluated. May become available after download processing. |
Tip: Pre-downloading satellite data is optional but recommended for batch processing workflows. If you request an analysis without pre-downloading, the system will download the data as part of the analysis pipeline.