This repository provides some handy tools to visualize the Himawari-8 data.
Examples
Aerosol optical thickness at east Asia
git clone https://gitee.com/mualidar/Himawari-8_Visualizer.git # gitee
cd Himawari-8_Visualizer
- Anacodna3 (Python 3.x)
- curlftpfs (Mount JAXA Data server)
Setup python environment:
conda create -n pyHimawari8
conda activate pyHimawari8
conda install python=3.6 -y
conda install -c conda-forge cartopy
pip install -r requirements.txt
crontab -e # open crontab editor
0 ~/12 * * * ~/anaconda3/envs/pyHimawari8/python /{path}/Himawari-8_Visualizer/pyHimawari8/cron_task.py # copy this line to crontab schedule, this will activate the visualizer at every 12 hours
Zhenping Yin [email protected]