-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's still some hardcoding of coordinates
- Loading branch information
1 parent
3c29c02
commit 5f130db
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# Canada datastore | ||
|
||
An example crontab call for the script is: | ||
|
||
```bash | ||
SHELL=/bin/bash | ||
BASH_ENV=~/.bashrc_conda | ||
LOC=/home/jose/data/Canada_datastore_2024 | ||
EUMETSAT_KEY=wZbhgx5sf1qMYKsCpJ9Bf8lE7Aga | ||
EUMETSAT_SECRET=DrBYHdM3AQwhxFiMaR0MIRbbX48a | ||
QT_QPA_PLATFORM=offscreen | ||
PATH=/bin:/usr/bin:/home/jose/mamba/bin/ | ||
MAILTO=jose.gomez-dans@kcl.ac.uk | ||
|
||
0 3 * * * conda activate py312 ; get_arable -f /home/jose/data/KCL_Arable/raw_data/ >> /home/jose/data/KCL_Arable/logs/logfile.$(date +\%Y-\%m-\%d).log 2>&1 | ||
0 6 * * * conda activate py312 ; get_sentinel3 -f1 ${LOC}/Sentinel3 -ff ${LOC}/FIRMS/ >> ${LOC}/logs/logfile.$(date +\%Y-\%m-\%d-\%H-\%M).log 2>&1 | ||
0 12 * * * conda activate py312 ; get_sentinel3 -f1 ${LOC}/Sentinel3 -ff ${LOC}/FIRMS/ >> ${LOC}/logs/logfile.$(date +\%Y-\%m-\%d-\%H-\%M).log 2>&1 | ||
45 17 * * * conda activate py312 ; get_sentinel3 -f1 ${LOC}/Sentinel3 -ff ${LOC}/FIRMS/ >> ${LOC}/logs/logfile.$(date +\%Y-\%m-\%d-\%H-\%M).log 2>&1 | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters