Functions
Function: Divide
Element-wise division of numerator / denominator.
Numerator and denominator are required to have the same resolution.
The output dataset will have a unit that follows the following algebra:
Unit algebra:
-
kW / kW = %
-
kWh / hours = kW
-
kWh / kW = hours
-
any / % = same as numerator
Output Dataset produced by this function, a local name used by subsequent functions to reference this result
Example:
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}Allowed value:
"divide"