- class Arg:
- def __init__(self):
- # 数据库地址
- self.database = "mysql+pymysql://root:123@localhost:3306/ipfcst-guyuan"
- # 数据存放位置
- self.dataloc = "../data/guyuan/"
- # 变量存放位置
- self.varloc = "../data/guyuan/var/"
- # 环境监测仪个数
- self.weatherloc = [1]
- # 归一化文件存放位置
- self.normloc = '../data/guyuan/norm.yaml'
|