|
@@ -0,0 +1,23 @@
|
|
|
+#!/usr/bin/env python
|
|
|
+# -*- coding:utf-8 -*-
|
|
|
+# @FileName :test.py
|
|
|
+# @Time :2025/3/25 09:16
|
|
|
+# @Author :David
|
|
|
+# @Company: shenyang JY
|
|
|
+
|
|
|
+{"features": ["temperature190", "temperature10", "direction160", "direction40", "temperature110",
|
|
|
+ "speed60", "direction80", "mcc", "temperature150", "speed20", "speed110",
|
|
|
+ "globalr", "solarZenith", "speed190", "direction120", "direction200",
|
|
|
+ "temperature90", "speed150", "temperature50", "direction30",
|
|
|
+ "temperature160", "direction170", "temperature20",
|
|
|
+ "direction70", "direction130", "temperature200", "speed70", "temperature120",
|
|
|
+ "speed30", "speed100", "speed80", "speed180", "dniCalcd", "speed140",
|
|
|
+ "temperature60", "temperature170", "temperature30", "direction20",
|
|
|
+ "humidity2", "direction180", "direction60", "direction140", "hcc", "speed40",
|
|
|
+ "clearskyGhi", "temperature130", "lcc", "speed90", "tcc", "temperature2",
|
|
|
+ "speed170", "direction100", "temperature70", "speed130", "direction190", "temperature40",
|
|
|
+ "direction10", "temperature180", "direction150", "direction50", "speed50", "direction90",
|
|
|
+ "temperature100", "speed10", "temperature140", "speed120", "speed200", "radiation", "tpr",
|
|
|
+ "surfacePressure", "direction110", "speed160", "temperature80"]}
|
|
|
+if __name__ == "__main__":
|
|
|
+ run_code = 0
|