@hestia-earth/aggregation-engine 0.22.3 → 0.22.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/formulas/index.json +24 -0
- package/package.json +1 -1
package/formulas/index.json
CHANGED
|
@@ -229,5 +229,29 @@
|
|
|
229
229
|
}
|
|
230
230
|
]
|
|
231
231
|
}
|
|
232
|
+
],
|
|
233
|
+
"hestia_earth/aggregation/docs/processed-food.md": [
|
|
234
|
+
{
|
|
235
|
+
"formula": "R = \\frac{v}{P}",
|
|
236
|
+
"section": "Rescaling",
|
|
237
|
+
"context": "Each value a Cycle reports is divided by the amount of primaryProduct that Cycle produced, before the Cycles are combined - so a mill producing 10 t of flour and one producing 1 t contribute on the same basis.",
|
|
238
|
+
"bindings": [
|
|
239
|
+
{
|
|
240
|
+
"symbol": "R",
|
|
241
|
+
"description": "the value relative to 1 kg of the `primaryProduct`, which is what is then aggregated",
|
|
242
|
+
"display": true
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"symbol": "v",
|
|
246
|
+
"description": "the value reported by the Cycle",
|
|
247
|
+
"display": true
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"symbol": "P",
|
|
251
|
+
"description": "the `primaryProduct` value of that Cycle, treated as `1` when it is missing or zero",
|
|
252
|
+
"display": true
|
|
253
|
+
}
|
|
254
|
+
]
|
|
255
|
+
}
|
|
232
256
|
]
|
|
233
257
|
}
|