Tolerance calculator
A calculator to determine the tolerance factor for each soil requirements of the plant. The tolerance factor is used to determine the soils the plant can grow on after a specific strength.
To use this calculator, first you need to choose:
- the soil of the plant at strength 1
- the strength at which it can grow on the other soil
- the other soil
Input each value in the box below and the tolerance factor for each soil condition will be calculated.
The soil:
The other soil:
"soil_humidity": {
...
"tolerance_factor": 0.00
}
"soil_acidity": {
...
"tolerance_factor": 0.00
}
"soil_nutrients": {
...
"tolerance_factor": 0.00
}
The formula used is the following: tolerance = ceil(abs((soil_condition - other_soil_condition) / strength) * 100) / 100