basis for project to upload to server.
This commit is contained in:
42
datastructure.yaml
Normal file
42
datastructure.yaml
Normal file
@ -0,0 +1,42 @@
|
||||
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
|
||||
Reference in New Issue
Block a user