Schedule FORCE processing to periodically download and process Sentinel-2 and Landsat data
- Make sure you have the required access credentials for Google Cloud Storage (Sentinel-2) and the USGS M2M API (Landsat)
Info: Google Cloud Storage, USGS M2M API
Make sure that the.boto
file (S2) and the.usgs.txt
file (Landsat) are in your home directory - Edit paths in
config/config_example.txt
and rename the file toconfig/config.txt
- Edit paths in
cron/cron_example.sh
and rename the file tocron/cron.sh
- Send email reports about ARD procesing status:
Add email recipients inconfig/email_recipients_example.txt
and rename the file toconfig/email_recipients.txt
,
and edit thecron/cron.sh
script to enable email reports.