Browse Source

update 信号监控

lmstack 3 years ago
parent
commit
992e7c0f69
1 changed files with 2 additions and 2 deletions
  1. 2 2
      LIB/MIDDLE/SignalMonitor.py

+ 2 - 2
LIB/MIDDLE/SignalMonitor.py

@@ -226,8 +226,8 @@ class SignalMonitor():
 
         df_state_gps['Timestamp'] = df_gps['时间戳']
         df_state_gps['sn'] = sn[0]
-        df_state_gps['latitude'] = df_gps['latitude']
-        df_state_gps['longitude'] = df_gps['longitude']
+        df_state_gps['latitude'] = df_gps['纬度']
+        df_state_gps['longitude'] = df_gps['经度']
 
 
         if len(df_state_gps) > 0:    # 无数据则不计算