Weather info is from upload time, not activity time #15

Open
opened 2026-04-16 12:23:39 +02:00 by kabupatix · 2 comments
kabupatix commented 2026-04-16 12:23:39 +02:00 (Migrated from github.com)

TODO: Find a weather data provider that provides "historic" data at the right conditions (free?)

TODO: Find a weather data provider that provides "historic" data at the right conditions (free?)
javahippie commented 2026-04-20 11:32:04 +02:00 (Migrated from github.com)

We fit the free tier of Open-Meteo.com: https://open-meteo.com/en/pricing

Weather requests should be queued with a rate limit, so we make sure to never violate the limits of the free tier. This way we could even retroactively fetch the weather / add weather data to batch imports

We fit the free tier of Open-Meteo.com: https://open-meteo.com/en/pricing Weather requests should be queued with a rate limit, so we make sure to never violate the limits of the free tier. This way we could even retroactively fetch the weather / add weather data to batch imports
javahippie commented 2026-04-24 09:32:37 +02:00 (Migrated from github.com)

I evaluated open meteo locally, and the times seem to work. Will push the changes on a new branch for review. Not included yet: Rate Limiting. We could omit that for now, as batch updates don't trigger weather lookups anyway

I evaluated open meteo locally, and the times seem to work. Will push the changes on a new branch for review. Not included yet: Rate Limiting. We could omit that for now, as batch updates don't trigger weather lookups anyway
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: McPringle/fitpub#15
No description provided.