Standalone Script for that pulls your windsurfing activities from Strava. The idea is to add extra data like wind / weather / tidal data and represent them on a dashboard.
- Creates sheet automatically and adds header
- Gets all activities from Strava, filters them for
windsurfing
and adds them to a sheet. - Keeps updating user generated content from Strava like activity name and description
- Change to spreadsheet add-on for more users
- Markup:
- autoResizeColumns(startColumn, numColumns)
- setFrozenRows(rows)
- setNumberFormats(numberFormats)
- Fontsize
- Alignment
- Check locale settings
- Add switches for data updates in config
- Add charts
- Add link to strava
- Improve speed/performance of updateActivityUserGeneratedContent()
- Rename activities to sessions in code (activities are Strava, sessions this script uses sessions)
- Update getStravaItems() to support other items (the loop is specifically for activities)
- Conversion from city to spot
- Add wind:
- Add tides
- Add current(tidal) directions