Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.engrate.io/llms.txt

Use this file to discover all available pages before exploring further.

Element-wise computation of left - right.

Left and left are required to have the same resolution.

left
Level · object
required

Some floating point value and an associated Unit

Example:
{ "unit": "SEK_per_kW", "value": 50 }
output
Dataset · object
required

Difference produced by subtracting the right operand from the left operand

Example:
{
  "id": "quarter-hourly-energy-offtake",
  "resolution": "quarter_hourly",
  "unit": "kWh"
}
right
Level · object
required

Some floating point value and an associated Unit

Example:
{ "unit": "SEK_per_kW", "value": 50 }
type
string
default:subtract
Allowed value: "subtract"