|
|
4 months ago | |
|---|---|---|
| conf | 4 months ago | |
| data | 6 months ago | |
| service | 6 months ago | |
| tmp | 4 months ago | |
| utils | 4 months ago | |
| .gitignore | 4 months ago | |
| README.MD | 4 months ago | |
| add_or_remove_partition.py | 6 months ago | |
| app_run.py | 6 months ago | |
| create_table.py | 6 months ago | |
| parse_scada_data.py | 6 months ago | |
| parse_warn_fault_data.py | 6 months ago | |
| requirements.txt | 6 months ago | |
| 说明书.md | 4 months ago |
本项目用于处理和分析风电场SCADA数据、故障报警数据等。
pip install -r requirements.txt
conf: 数据库连接配置文件以及,104数据字段映射关系xlsx
data: 数据转化核心功能
service: 数据库相关操作
utils: 自定义的工具类
start.sh
#!/bin/bash
cd /home/trans/project/energy-online-data
python3 $1
chmod +x start.sh
0/10 * * * * /home/trans/script/start.sh parse_scada_data.py
0/10 * * * * /home/trans/script/start.sh parse_warn_fault_data.py
0 1 * * * /home/trans/script/start.sh app_run.py
0 1 1 * * sh /home/trans/script/start.sh add_or_remove_partition.py