Skip to content

Commit

Permalink
Update parameter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlassere authored Mar 18, 2024
1 parent 096c112 commit 06bc090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ This dict contains physical data needed to calculate the various dependencies (s
- `height`: [float] Height of the building, in m. Default value is 3.35.
- `width`: [float] Width of the building, in m. Default value is 3.05.
- `window1`: [str] Position of window 1 (bottom), in cartesian coordinates, in meters. Default value is '.38 .22 2.29 .85'. These values represent respectively: starting X, starting Y, width, and height. More specifically, the origin of x=0; y=0 is the ground level and the south facade is always at -y, north at +y, west at -x, and east at +x.
![Window coordinates.jpg](docs/Window coordinates.jpg)
- `window2`: [str] Position and size of window 2 (middle), in cartesian coordinates, in meters. Default value is '.38 1.07 2.29 .85'. These values represent respectively: starting X, starting Y, width, and height. More specifically, the origin of x=0; y=0 is the ground level and the south facade is always at -y, north at +y, west at -x, and east at +x.
- `window3`: [str] Position and size of window 3 (top),in cartesian coordinates, in meters. Default value is '.38 1.98 2.29 .51'. These values represent respectively: starting X, starting Y, width, and height. More specifically, the origin of x=0; y=0 is the ground level and the south facade is always at -y, north at +y, west at -x, and east at +x.
- `elevation`: [float] Elevation of the building from sea level, in m. Default value is 100.
Expand Down

0 comments on commit 06bc090

Please sign in to comment.