Commit 98d27a80 authored by Eric Duminil's avatar Eric Duminil
Browse files

Describe units

parent f179f805
......@@ -5,13 +5,13 @@ import kdtree
@dataclass
class Tree:
x: float
y: float
diameter: float
height: float
z: float = 0
trunk_diameter: float|None = None
type: str|None = None
x: float # [m]
y: float # [m]
diameter: float # [m]
height: float # [m]
z: float = 0 # [m]
trunk_diameter: float | None = None # [cm]
type: str | None = None
description: str = '?'
source: str = '?'
color: str = 'green'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment