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 b5f86fc commit cbf054d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ 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](Window_coordinates.jpg)

![Window_coordinates.png](Window_coordinates.png)

- `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 cbf054d

Please sign in to comment.