74. Mutatie: "Equation" verifiëren
mutation VerifyEquation {
verifyEquation(input: {
dataVariables: [{
variabele: "yield_vol"
sampleValue: 1.1
}, {
variabele: "prod"
sampleValue: 2.2
}]
equationAsText: """calculated = yield_vol/prod + 3.5
if calculated >= 30:
result = 35
elif calculated >= 20 and calculated < 30:
result = 25
else:
result = 15
"""
equationResultVariable: "result"
}) {
executed
result
errorMessage
}
}Vorige73. Query: gerasterde data ophalen met de geselecteerde bufferVolgende75. Mutatie: "EquationMap" asynchroon genereren
Laatst bijgewerkt
Was dit nuttig?