https://github.com/jgomezdans/canada_datastore
Quick data visualisation of thermal data for airborne campaign planning
https://github.com/jgomezdans/canada_datastore
earth-observation firms-nasa modis remote-sensing sentinel-3 thermal-remote-sensing wildfire
Last synced: about 1 year ago
JSON representation
Quick data visualisation of thermal data for airborne campaign planning
- Host: GitHub
- URL: https://github.com/jgomezdans/canada_datastore
- Owner: jgomezdans
- Created: 2023-07-20T22:26:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:46:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-25T17:18:04.896Z (about 1 year ago)
- Topics: earth-observation, firms-nasa, modis, remote-sensing, sentinel-3, thermal-remote-sensing, wildfire
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```