# Himawari-8_Visualizer **Repository Path**: SpaceLab/Himawari-8_Visualizer ## Basic Information - **Project Name**: Himawari-8_Visualizer - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-09 - **Last Updated**: 2021-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Himawari8 Visualizer This repository provides some handy tools to visualize the [Himawari-8][1] data. **Examples**
Aerosol optical thickness at east Asia
## Download
```bash
git clone https://gitee.com/mualidar/Himawari-8_Visualizer.git # gitee
cd Himawari-8_Visualizer
```
## Requirements
- Anacodna3 (Python 3.x)
- curlftpfs (Mount JAXA Data server)
Setup python environment:
```bash
conda create -n pyHimawari8
conda activate pyHimawari8
conda install python=3.6 -y
conda install -c conda-forge cartopy
pip install -r requirements.txt
```
## Cron
```bash
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
```
## Contact
Zhenping Yin