Private
Public Access
1
0

two more tests in workouts

This commit is contained in:
Sander Roosendaal
2019-02-10 13:43:42 +01:00
parent 843b3dd555
commit a737b15c26
5 changed files with 192 additions and 3 deletions

View File

@@ -1762,6 +1762,7 @@ def workout_downloadwind_view(request,id=0,
rowdata.write_csv(f1,gzip=True)
# get wind
try:
avglat = rowdata.df[' latitude'].mean()
avglon = rowdata.df[' longitude'].mean()