fix bug in under armour gps coordinate evaluation
This commit is contained in:
@@ -152,8 +152,8 @@ def createunderarmourworkoutdata(w):
|
||||
haslatlon=1
|
||||
|
||||
try:
|
||||
lat = row.df[' latitude'].tolist()
|
||||
lon = row.df[' longitude'].tolist()
|
||||
lat = row.df[' latitude']
|
||||
lon = row.df[' longitude']
|
||||
if not lat.std() and not lon.std():
|
||||
haslatlon = 0
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user