Spaces:
Sleeping
Sleeping
Upload READ_ME (ADR Version).txt
Browse files- READ_ME (ADR Version).txt +24 -0
READ_ME (ADR Version).txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
____________________________________________________________________________________________________________________________________________________________________________________
|
| 2 |
+
|
| 3 |
+
These notes are written for developers only to go through if they get lost between the files.
|
| 4 |
+
____________________________________________________________________________________________________________________________________________________________________________________
|
| 5 |
+
|
| 6 |
+
The folder labeled 'Static' contains the CSS used in the GUI of the ADR Console.
|
| 7 |
+
|
| 8 |
+
The folder labeled 'templates' contains the HTML codes used.
|
| 9 |
+
'Proposed-GUI' is the HTML of the main home page.
|
| 10 |
+
'legendDirectory' is the HTML of the legend directory implemented in the ADR Console. (second tab).
|
| 11 |
+
|
| 12 |
+
Separate files:
|
| 13 |
+
---------------------------------------------------------------------------------
|
| 14 |
+
credentials.json --> api credentails, used to create legends in google sheets.
|
| 15 |
+
|
| 16 |
+
Python Codes:
|
| 17 |
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 18 |
+
db.py --> dropbox connection and all functions needed.
|
| 19 |
+
main.py --> flask code to connect python codes to js
|
| 20 |
+
pilecaps_adr.py --> python code used to detect and measure pile caps in NRM section 1.0 substructure.
|
| 21 |
+
pixelconversion.py --> python code to draw a rectangle shape on the user's desired plan to meausre and calculate its area and perimeter in pixels.
|
| 22 |
+
tameem_3.2 --> python code used to detect and measure floors and walls in NRM section 3.2 Floor Finishes.
|
| 23 |
+
____________________________________________________________________________________________________________________________________________________________________________________
|
| 24 |
+
____________________________________________________________________________________________________________________________________________________________________________________
|