Spaces:
Sleeping
Sleeping
Update app/climate_data.py
Browse files- app/climate_data.py +4 -4
app/climate_data.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
This module handles the climate data selection, EPW file processing, and display of climate information
|
5 |
-
for the
|
6 |
relevant climate data for use in load calculations.
|
7 |
|
8 |
Developed by: Dr Majed Abuseif, Deakin University
|
@@ -516,7 +516,7 @@ def display_climate_help():
|
|
516 |
st.markdown("""
|
517 |
### Climate Data Help
|
518 |
|
519 |
-
This section allows you to upload and process weather data for your location, which is essential for accurate
|
520 |
|
521 |
**EPW Files:**
|
522 |
|
@@ -544,5 +544,5 @@ def display_climate_help():
|
|
544 |
* Monthly average temperatures and solar radiation
|
545 |
* Hourly data statistics
|
546 |
|
547 |
-
This information will be used throughout the
|
548 |
""")
|
|
|
1 |
"""
|
2 |
+
BuildSustain - Climate Data Module
|
3 |
|
4 |
This module handles the climate data selection, EPW file processing, and display of climate information
|
5 |
+
for the BuildSustain application. It allows users to upload EPW weather files and extracts
|
6 |
relevant climate data for use in load calculations.
|
7 |
|
8 |
Developed by: Dr Majed Abuseif, Deakin University
|
|
|
516 |
st.markdown("""
|
517 |
### Climate Data Help
|
518 |
|
519 |
+
This section allows you to upload and process weather data for your location, which is essential for accurate calculations.
|
520 |
|
521 |
**EPW Files:**
|
522 |
|
|
|
544 |
* Monthly average temperatures and solar radiation
|
545 |
* Hourly data statistics
|
546 |
|
547 |
+
This information will be used throughout the calculation process.
|
548 |
""")
|