From 4525fe31a24016ce465b98250e37e21c8620518f Mon Sep 17 00:00:00 2001 From: Johann Hemmann Date: Mon, 18 Sep 2023 19:31:21 +0200 Subject: [PATCH] Fix typo in `Computation Pipeline/Normalization` Signed-off-by: Johann Hemmann --- docs/Computation Pipeline.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Computation Pipeline.md b/docs/Computation Pipeline.md index 0c7eb6fb9..5a09e815e 100644 --- a/docs/Computation Pipeline.md +++ b/docs/Computation Pipeline.md @@ -158,8 +158,8 @@ Take, for example, the enriched data points from the example above, they each ha | Timestamp | Duration | Energy | Location | Grid | Operational | | ---------------- | -------- | ------ | -------- | ---- | ----------- | | 2023-07-06T00:00 | 15 | 43 | west-us | 500 | 4.7 | -| 2023-07-06T05:00 | 5 | 20 | west-us | 490 | 2.9 | -| 2023-07-06T10:00 | 5 | 18 | west-us | 470 | 2.8 | +| 2023-07-06T15:00 | 5 | 20 | west-us | 490 | 2.9 | +| 2023-07-06T25:00 | 5 | 18 | west-us | 470 | 2.8 | If we had decided to bucket the output impacts in 5 mins increments, we would specify an impact duration of 5 mins. This phase determines how to normalize the buckets to 5 min durations. @@ -175,6 +175,7 @@ This effectively boils down to a choice of what weighting to use. The simplest w | 2023-07-06T05:00 | 5 | 14.3 | west-us | 500 | 1.57 | | 2023-07-06T10:00 | 5 | 14.3 | west-us | 500 | 1.57 | | 2023-07-06T15:00 | 5 | 20 | west-us | 490 | 2.9 | +| 2023-07-06T20:00 | 5 | 0 | west-us | 0 | 0 | | 2023-07-06T25:00 | 5 | 18 | west-us | 470 | 2.8 | This would translate to YAML like so: