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