mabuseif commited on
Commit
e4850c5
·
verified ·
1 Parent(s): f443456

Update app/climate_data.py

Browse files
Files changed (1) hide show
  1. app/climate_data.py +4 -4
app/climate_data.py CHANGED
@@ -1,8 +1,8 @@
1
  """
2
- HVAC Load Calculator - Climate Data Module
3
 
4
  This module handles the climate data selection, EPW file processing, and display of climate information
5
- for the HVAC Load Calculator 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,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 HVAC load calculations.
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 HVAC load calculation process.
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
  """)