43 lines
873 B
YAML
43 lines
873 B
YAML
weather:
|
|
rain mm
|
|
rain nutrients
|
|
rain ph value
|
|
temperature
|
|
wind
|
|
oxigen
|
|
CO2
|
|
humidity
|
|
ice
|
|
snow
|
|
|
|
locations:
|
|
-
|
|
plant:
|
|
growth: float
|
|
type: string
|
|
moister: % #hoeveelheid vocht de plant heeft(hoe dicht bij het is bij uitdrogen)
|
|
Nutrienten:
|
|
onkruid: %
|
|
|
|
|
|
distance to neighbours:
|
|
-
|
|
neighbourID:
|
|
distance: float #locations are static so only need to know the distance between the squares
|
|
layers:
|
|
-
|
|
Compaction
|
|
H2O/water
|
|
organic life
|
|
dead organic mattter
|
|
Kalk
|
|
Roots
|
|
stones
|
|
|
|
plantType:
|
|
-
|
|
type:
|
|
Moister release ratio
|
|
nurtrient absobertion capacity
|
|
GrowthShadowRatio
|