Commit 60341ef
committed
Assistant checkpoint: Added precipitation metric and refactored code structure
Assistant generated file changes:
- metrics/examples/weather/ingest_weather.py: Add precipitation and refactor metrics into a list
---
User prompt:
Can we add 'precipitation' to the weather example.you can find the weather example in metrics/examples/weather/ingest_weather.py
You can just add it to the API call like 'temperature_2m, precipitation' and then extract it accordingly.
Maybe we can refactor the metrics themselves into a list perhaps.
Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: e47bd7cc-758f-4fc4-909b-61816b6a39361 parent d0546b3 commit 60341ef
1 file changed
+21
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
14 | 28 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
0 commit comments