Spaces:
Build error
Build error
File size: 60,125 Bytes
d7f7deb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 | def create_dataset_statistics(buildings_df: pd.DataFrame, weather_df: pd.DataFrame, combinations_df: pd.DataFrame):
"""Create comprehensive dataset statistics section"""
st.subheader("π Dataset Statistics & Information")
# Dataset description
st.markdown("""
<div style="background-color: #1e1e1e; border-radius: 10px; padding: 20px; margin: 20px 0;
border-left: 4px solid #2196f3; color: white;">
<h4 style="color: #2196f3; margin-bottom: 15px;">ποΈ About This Dataset</h4>
<p style="font-size: 1.1em; line-height: 1.6; margin-bottom: 10px;">
This comprehensive building energy dataset contains energy models for various building types across different climate zones.
The dataset is designed for energy simulation research, building performance analysis, and climate impact studies.
</p>
<p style="font-size: 1.1em; line-height: 1.6; margin-bottom: 10px;">
Each building model includes detailed geometric properties, construction materials, HVAC systems, and occupancy schedules.
Multiple variations are generated from base models to study the impact of different parameters on energy performance.
</p>
<p style="font-size: 1.1em; line-height: 1.6;">
Weather data is sourced from global meteorological stations and covers multiple climate zones as defined by ASHRAE standards,
enabling comprehensive climate-specific energy analysis.
</p>
</div>
""", unsafe_allow_html=True)
# Detailed statistics
col1, col2 = st.columns(2)
with col1:
st.subheader("π’ Building Dataset Details")
if not buildings_df.empty:
# Building type breakdown
building_types = buildings_df['building_type'].value_counts()
st.markdown("**Building Types Distribution:**")
for btype, count in building_types.items():
percentage = (count / len(buildings_df)) * 100
st.write(f"β’ **{btype.title()}**: {count} models ({percentage:.1f}%)")
st.markdown("---")
# Variation breakdown
variation_types = buildings_df['variation_type'].value_counts()
st.markdown("**Variation Types:**")
for var_type, count in variation_types.items():
percentage = (count / len(buildings_df)) * 100
st.write(f"β’ **{var_type.title()}**: {count} models ({percentage:.1f}%)")
st.markdown("---")
# Climate zone coverage
climate_zones = buildings_df['climate_zone'].value_counts().sort_index()
st.markdown("**Climate Zone Coverage:**")
for zone, count in climate_zones.items():
st.write(f"β’ **Zone {zone}**: {count} buildings")
else:
st.warning("No building data available")
with col2:
st.subheader("π Weather Dataset Details")
if not weather_df.empty:
# Geographic coverage
st.markdown("**Geographic Coverage:**")
st.write(f"β’ **Total Locations**: {len(weather_df)}")
st.write(f"β’ **Countries Covered**: {weather_df['country'].nunique()}")
st.write(f"β’ **Climate Zones**: {weather_df['climate_zone_code'].nunique()}")
# Climate zone distribution in weather data
weather_climate_zones = weather_df['climate_zone_code'].value_counts().sort_index()
st.markdown("**Weather Locations by Climate Zone:**")
for zone, count in weather_climate_zones.head(10).items():
st.write(f"β’ **Zone {zone}**: {count} locations")
st.markdown("---")
# Top countries by location count
top_countries = weather_df['country'].value_counts().head(8)
st.markdown("**Top Countries by Weather Locations:**")
for country, count in top_countries.items():
st.write(f"β’ **{country}**: {count} locations")
# Data sources if available
if 'data_source' in weather_df.columns:
st.markdown("---")
data_sources = weather_df['data_source'].value_counts()
st.markdown("**Data Sources:**")
for source, count in data_sources.items():
st.write(f"β’ **{source}**: {count} files")
else:
st.warning("No weather data available")
# Dataset quality metrics
st.subheader("π― Dataset Quality Metrics")
quality_col1, quality_col2, quality_col3, quality_col4 = st.columns(4)
with quality_col1:
completeness = 0
if not buildings_df.empty:
total_fields = len(buildings_df.columns)
missing_fields = buildings_df.isnull().sum().sum()
total_possible = len(buildings_df) * total_fields
completeness = ((total_possible - missing_fields) / total_possible) * 100 if total_possible > 0 else 0
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 10px; padding: 15px; text-align: center;
border: 1px solid #404040; color: white;">
<div style="font-size: 1.5em; margin-bottom: 5px;">π</div>
<div style="font-size: 1.8em; font-weight: bold; color: #4caf50;">{completeness:.1f}%</div>
<div style="font-size: 0.9em; opacity: 0.8;">Data Completeness</div>
</div>
""", unsafe_allow_html=True)
with quality_col2:
file_coverage = 0
if not buildings_df.empty and 'filepath' in buildings_df.columns:
existing_files = 0
for _, row in buildings_df.iterrows():
filepath = Path("data") / row['filepath']
if filepath.exists():
existing_files += 1
file_coverage = (existing_files / len(buildings_df)) * 100
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 10px; padding: 15px; text-align: center;
border: 1px solid #404040; color: white;">
<div style="font-size: 1.5em; margin-bottom: 5px;">π</div>
<div style="font-size: 1.8em; font-weight: bold; color: #2196f3;">{file_coverage:.1f}%</div>
<div style="font-size: 0.9em; opacity: 0.8;">File Availability</div>
</div>
""", unsafe_allow_html=True)
with quality_col3:
diversity_score = 0
if not buildings_df.empty:
type_entropy = len(buildings_df['building_type'].unique()) / len(buildings_df) * 100
climate_entropy = len(buildings_df['climate_zone'].unique()) / len(buildings_df) * 100
diversity_score = (type_entropy + climate_entropy) / 2
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 10px; padding: 15px; text-align: center;
border: 1px solid #404040; color: white;">
<div style="font-size: 1.5em; margin-bottom: 5px;">π¨</div>
<div style="font-size: 1.8em; font-weight: bold; color: #ff9800;">{diversity_score:.1f}%</div>
<div style="font-size: 0.9em; opacity: 0.8;">Dataset Diversity</div>
</div>
""", unsafe_allow_html=True)
with quality_col4:
simulation_readiness = 0
if not combinations_df.empty:
simulation_readiness = 100
elif not buildings_df.empty and not weather_df.empty:
simulation_readiness = 75
elif not buildings_df.empty or not weather_df.empty:
simulation_readiness = 50
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 10px; padding: 15px; text-align: center;
border: 1px solid #404040; color: white;">
<div style="font-size: 1.5em; margin-bottom: 5px;">β‘</div>
<div style="font-size: 1.8em; font-weight: bold; color: #9c27b0;">{simulation_readiness}%</div>
<div style="font-size: 0.9em; opacity: 0.8;">Simulation Ready</div>
</div>
""", unsafe_allow_html=True)
# Usage recommendations
st.subheader("π‘ Usage Recommendations")
recommendation_col1, recommendation_col2 = st.columns(2)
with recommendation_col1:
st.markdown("""
<div style="background-color: #1a237e; border-radius: 10px; padding: 20px; margin: 10px 0;
border-left: 4px solid #3f51b5; color: white;">
<h5 style="color: #64b5f6; margin-bottom: 15px;">π¬ Research Applications</h5>
<ul style="line-height: 1.8;">
<li>Building energy performance analysis</li>
<li>Climate change impact studies</li>
<li>HVAC system optimization</li>
<li>Retrofit strategy evaluation</li>
<li>Code compliance verification</li>
</ul>
</div>
""", unsafe_allow_html=True)
with recommendation_col2:
st.markdown("""
<div style="background-color: #1b5e20; border-radius: 10px; padding: 20px; margin: 10px 0;
border-left: 4px solid #4caf50; color: white;">
<h5 style="color: #81c784; margin-bottom: 15px;">βοΈ Getting Started</h5>
<ul style="line-height: 1.8;">
<li>Use <strong>Building Explorer</strong> to browse models</li>
<li>Check <strong>Weather Data</strong> for climate coverage</li>
<li>Generate combinations for simulations</li>
<li>Export filtered datasets for analysis</li>
<li>Run quality checks before processing</li>
</ul>
</div>
""", unsafe_allow_html=True)# dashboard/streamlit_app.py
"""
Building Generator Dashboard - Main Streamlit Application
Interactive web interface for exploring building energy models and weather data
"""
import streamlit as st
import pandas as pd
import plotly.express as px
import plotly.graph_objects as go
from plotly.subplots import make_subplots
import numpy as np
from pathlib import Path
import sys
import json
from typing import Dict, List, Optional
import logging
# Add the project root to Python path
PROJECT_ROOT = Path(__file__).parent.parent
sys.path.insert(0, str(PROJECT_ROOT))
from building_gen.core.pipeline import BuildingPipeline
# Configure page
st.set_page_config(
page_title="Building Generator Dashboard",
page_icon="ποΈ",
layout="wide",
initial_sidebar_state="expanded"
)
# Custom CSS for dark theme styling
st.markdown("""
<style>
.main > div {
padding-top: 2rem;
}
/* Dark theme metric cards */
.stMetric {
background-color: #1e1e1e;
border: 1px solid #333;
border-radius: 10px;
padding: 15px;
margin: 5px 0;
color: white;
}
/* Dark theme filter container */
.filter-container {
background-color: #2d2d2d;
border: 1px solid #404040;
border-radius: 10px;
padding: 15px;
margin: 10px 0;
color: white;
}
/* Dark theme building cards */
.building-card {
border: 2px solid #404040;
border-radius: 10px;
padding: 15px;
margin: 10px 0;
background-color: #1e1e1e;
color: white;
}
/* Dark theme comparison highlight */
.comparison-highlight {
background-color: #1a237e;
border-left: 4px solid #3f51b5;
border-radius: 5px;
padding: 15px;
margin: 5px 0;
color: white;
}
/* Plotly chart dark theme */
.js-plotly-plot {
background-color: transparent !important;
}
/* Data editor dark theme */
.stDataFrame {
background-color: #1e1e1e;
}
/* Sidebar dark theme adjustments */
.css-1d391kg {
background-color: #1e1e1e;
}
/* Success/Info/Warning message styling */
.stSuccess {
background-color: #1b5e20;
border: 1px solid #4caf50;
}
.stInfo {
background-color: #0d47a1;
border: 1px solid #2196f3;
}
.stWarning {
background-color: #e65100;
border: 1px solid #ff9800;
}
.stError {
background-color: #b71c1c;
border: 1px solid #f44336;
}
</style>
""", unsafe_allow_html=True)
@st.cache_data
def load_pipeline_data(data_dir: str = "data"):
"""Load and cache pipeline data"""
try:
pipeline = BuildingPipeline(data_dir)
# Load building data
buildings_path = Path(data_dir) / "tables/buildings.csv"
buildings_df = pd.read_csv(buildings_path) if buildings_path.exists() else pd.DataFrame()
# Load weather data
weather_path = Path(data_dir) / "weather/tables/all_weather.csv"
weather_df = pd.read_csv(weather_path) if weather_path.exists() else pd.DataFrame()
# Load combinations if available
combinations_path = Path(data_dir) / "tables/building_weather_combinations.csv"
combinations_df = pd.read_csv(combinations_path) if combinations_path.exists() else pd.DataFrame()
return pipeline, buildings_df, weather_df, combinations_df
except Exception as e:
st.error(f"Failed to load data: {e}")
return None, pd.DataFrame(), pd.DataFrame(), pd.DataFrame()
def create_building_filters(buildings_df: pd.DataFrame) -> Dict:
"""Create filter widgets for buildings"""
st.markdown('<div class="filter-container">', unsafe_allow_html=True)
st.subheader("π Filter Buildings")
col1, col2, col3 = st.columns(3)
with col1:
building_types = st.multiselect(
"Building Type",
options=sorted(buildings_df['building_type'].unique()) if not buildings_df.empty else [],
default=[]
)
climate_zones = st.multiselect(
"Climate Zone",
options=sorted(buildings_df['climate_zone'].unique()) if not buildings_df.empty else [],
default=[]
)
with col2:
variation_types = st.multiselect(
"Variation Type",
options=sorted(buildings_df['variation_type'].unique()) if not buildings_df.empty else [],
default=[]
)
# Floor area range
if not buildings_df.empty and 'floor_area' in buildings_df.columns:
min_area = float(buildings_df['floor_area'].min())
max_area = float(buildings_df['floor_area'].max())
area_range = st.slider(
"Floor Area Range (mΒ²)",
min_value=min_area,
max_value=max_area,
value=(min_area, max_area),
format="%.0f"
)
else:
area_range = (0, 10000)
with col3:
# Window-to-wall ratio if available
if not buildings_df.empty and 'window_wall_ratio' in buildings_df.columns:
min_wwr = float(buildings_df['window_wall_ratio'].min())
max_wwr = float(buildings_df['window_wall_ratio'].max())
wwr_range = st.slider(
"Window-to-Wall Ratio",
min_value=min_wwr,
max_value=max_wwr,
value=(min_wwr, max_wwr),
format="%.2f"
)
else:
wwr_range = (0.0, 1.0)
# Number of zones range
if not buildings_df.empty and 'num_zones' in buildings_df.columns:
min_zones = int(buildings_df['num_zones'].min())
max_zones = int(buildings_df['num_zones'].max())
zones_range = st.slider(
"Number of Zones",
min_value=min_zones,
max_value=max_zones,
value=(min_zones, max_zones)
)
else:
zones_range = (1, 100)
st.markdown('</div>', unsafe_allow_html=True)
return {
'building_types': building_types,
'climate_zones': climate_zones,
'variation_types': variation_types,
'area_range': area_range,
'wwr_range': wwr_range,
'zones_range': zones_range
}
def apply_building_filters(buildings_df: pd.DataFrame, filters: Dict) -> pd.DataFrame:
"""Apply filters to buildings dataframe"""
filtered_df = buildings_df.copy()
if filters['building_types']:
filtered_df = filtered_df[filtered_df['building_type'].isin(filters['building_types'])]
if filters['climate_zones']:
filtered_df = filtered_df[filtered_df['climate_zone'].isin(filters['climate_zones'])]
if filters['variation_types']:
filtered_df = filtered_df[filtered_df['variation_type'].isin(filters['variation_types'])]
if 'floor_area' in filtered_df.columns:
filtered_df = filtered_df[
(filtered_df['floor_area'] >= filters['area_range'][0]) &
(filtered_df['floor_area'] <= filters['area_range'][1])
]
if 'window_wall_ratio' in filtered_df.columns:
filtered_df = filtered_df[
(filtered_df['window_wall_ratio'] >= filters['wwr_range'][0]) &
(filtered_df['window_wall_ratio'] <= filters['wwr_range'][1])
]
if 'num_zones' in filtered_df.columns:
filtered_df = filtered_df[
(filtered_df['num_zones'] >= filters['zones_range'][0]) &
(filtered_df['num_zones'] <= filters['zones_range'][1])
]
return filtered_df
def create_overview_metrics(buildings_df: pd.DataFrame, weather_df: pd.DataFrame, combinations_df: pd.DataFrame):
"""Create overview metrics display with consistent sizing and dark theme"""
col1, col2, col3, col4 = st.columns(4)
with col1:
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 15px; padding: 25px; margin: 10px 0;
border: 1px solid #404040; color: white; height: 200px; display: flex;
flex-direction: column; justify-content: space-between;">
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<span style="font-size: 2em; margin-right: 15px;">π’</span>
<span style="font-size: 1.3em; font-weight: bold;">Buildings</span>
</div>
<div style="font-size: 3.5em; font-weight: bold; text-align: center; margin: 15px 0;">{len(buildings_df)}</div>
<div style="font-size: 1em; text-align: center; opacity: 0.8;">
{len(buildings_df[buildings_df['variation_type'] != 'base']) if not buildings_df.empty else 0} variations
</div>
</div>
""", unsafe_allow_html=True)
with col2:
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 15px; padding: 25px; margin: 10px 0;
border: 1px solid #404040; color: white; height: 200px; display: flex;
flex-direction: column; justify-content: space-between;">
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<span style="font-size: 2em; margin-right: 15px;">π</span>
<span style="font-size: 1.3em; font-weight: bold;">Weather Locations</span>
</div>
<div style="font-size: 3.5em; font-weight: bold; text-align: center; margin: 15px 0;">{len(weather_df)}</div>
<div style="font-size: 1em; text-align: center; opacity: 0.8;">
{weather_df['country'].nunique() if not weather_df.empty else 0} countries
</div>
</div>
""", unsafe_allow_html=True)
with col3:
combinations_status = "Not created" if len(combinations_df) == 0 else "Ready"
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 15px; padding: 25px; margin: 10px 0;
border: 1px solid #404040; color: white; height: 200px; display: flex;
flex-direction: column; justify-content: space-between;">
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<span style="font-size: 2em; margin-right: 15px;">π</span>
<span style="font-size: 1.3em; font-weight: bold;">Combinations</span>
</div>
<div style="font-size: 3.5em; font-weight: bold; text-align: center; margin: 15px 0;">{len(combinations_df)}</div>
<div style="font-size: 1em; text-align: center; opacity: 0.8;">
{combinations_status}
</div>
</div>
""", unsafe_allow_html=True)
with col4:
climate_zones = buildings_df['climate_zone'].nunique() if not buildings_df.empty else 0
st.markdown(f"""
<div style="background-color: #2d2d2d; border-radius: 15px; padding: 25px; margin: 10px 0;
border: 1px solid #404040; color: white; height: 200px; display: flex;
flex-direction: column; justify-content: space-between;">
<div style="display: flex; align-items: center; margin-bottom: 15px;">
<span style="font-size: 2em; margin-right: 15px;">π‘οΈ</span>
<span style="font-size: 1.3em; font-weight: bold;">Climate Zones</span>
</div>
<div style="font-size: 3.5em; font-weight: bold; text-align: center; margin: 15px 0;">{climate_zones}</div>
<div style="font-size: 1em; text-align: center; opacity: 0.8;">
ASHRAE zones
</div>
</div>
""", unsafe_allow_html=True)
def create_dark_theme_plotly_layout():
"""Create consistent dark theme layout for Plotly charts"""
return {
'plot_bgcolor': 'rgba(0,0,0,0)',
'paper_bgcolor': 'rgba(0,0,0,0)',
'font': {'color': 'white'},
'xaxis': {
'gridcolor': '#404040',
'linecolor': '#404040',
'tickcolor': '#404040',
'color': 'white'
},
'yaxis': {
'gridcolor': '#404040',
'linecolor': '#404040',
'tickcolor': '#404040',
'color': 'white'
}
}
def create_building_characteristics_chart(buildings_df: pd.DataFrame):
"""Create building characteristics visualization with dark theme"""
if buildings_df.empty:
st.warning("No building data available")
return
tab1, tab2, tab3, tab4 = st.tabs(["π Distribution", "πΊοΈ Climate Zones", "ποΈ Types", "π Properties"])
with tab1:
col1, col2 = st.columns(2)
with col1:
# Building type distribution
type_counts = buildings_df['building_type'].value_counts()
fig_types = px.pie(
values=type_counts.values,
names=type_counts.index,
title="Building Types Distribution",
color_discrete_sequence=px.colors.qualitative.Set3
)
fig_types.update_layout(**create_dark_theme_plotly_layout(), height=400)
st.plotly_chart(fig_types, use_container_width=True)
with col2:
# Variation type distribution
var_counts = buildings_df['variation_type'].value_counts()
fig_vars = px.bar(
x=var_counts.index,
y=var_counts.values,
title="Variation Types",
color=var_counts.index,
color_discrete_sequence=px.colors.qualitative.Pastel
)
fig_vars.update_layout(**create_dark_theme_plotly_layout(), height=400, showlegend=False)
st.plotly_chart(fig_vars, use_container_width=True)
with tab2:
# Climate zone analysis
climate_counts = buildings_df['climate_zone'].value_counts()
fig_climate = px.bar(
x=climate_counts.index,
y=climate_counts.values,
title="Buildings by Climate Zone",
color=climate_counts.values,
color_continuous_scale='viridis'
)
fig_climate.update_layout(**create_dark_theme_plotly_layout(), height=400)
st.plotly_chart(fig_climate, use_container_width=True)
# Climate zone descriptions
climate_descriptions = {
'1A': 'Very Hot - Humid', '1B': 'Very Hot - Dry',
'2A': 'Hot - Humid', '2B': 'Hot - Dry',
'3A': 'Warm - Humid', '3B': 'Warm - Dry', '3C': 'Warm - Marine',
'4A': 'Mixed - Humid', '4B': 'Mixed - Dry', '4C': 'Mixed - Marine',
'5A': 'Cool - Humid', '5B': 'Cool - Dry', '5C': 'Cool - Marine',
'6A': 'Cold - Humid', '6B': 'Cold - Dry',
'7': 'Very Cold', '8': 'Subarctic'
}
st.subheader("Climate Zone Descriptions")
for zone in sorted(buildings_df['climate_zone'].unique()):
if zone in climate_descriptions:
st.info(f"**{zone}**: {climate_descriptions[zone]}")
with tab3:
# Building type details
st.subheader("Building Type Analysis")
# Check which columns exist before grouping
agg_dict = {'floor_area': ['count']}
if 'floor_area' in buildings_df.columns:
agg_dict['floor_area'] = ['count', 'mean', 'std']
if 'num_zones' in buildings_df.columns:
agg_dict['num_zones'] = ['mean', 'std']
if 'window_wall_ratio' in buildings_df.columns:
agg_dict['window_wall_ratio'] = ['mean', 'std']
type_summary = buildings_df.groupby('building_type').agg(agg_dict).round(2)
st.dataframe(type_summary, use_container_width=True)
with tab4:
# Property correlations
numeric_cols = []
for col in ['floor_area', 'num_zones', 'window_wall_ratio']:
if col in buildings_df.columns:
numeric_cols.append(col)
if len(numeric_cols) >= 2:
corr_matrix = buildings_df[numeric_cols].corr()
fig_corr = px.imshow(
corr_matrix,
color_continuous_scale='RdBu',
aspect='auto',
title='Building Property Correlations'
)
fig_corr.update_layout(**create_dark_theme_plotly_layout())
st.plotly_chart(fig_corr, use_container_width=True)
# Scatter plots
if len(numeric_cols) >= 2:
col1, col2 = st.columns(2)
with col1:
if 'floor_area' in numeric_cols and 'num_zones' in numeric_cols:
fig_scatter1 = px.scatter(
buildings_df,
x='floor_area',
y='num_zones',
color='building_type',
title='Floor Area vs Number of Zones',
hover_data=['name']
)
fig_scatter1.update_layout(**create_dark_theme_plotly_layout())
st.plotly_chart(fig_scatter1, use_container_width=True)
with col2:
if 'window_wall_ratio' in numeric_cols and 'floor_area' in numeric_cols:
fig_scatter2 = px.scatter(
buildings_df,
x='window_wall_ratio',
y='floor_area',
color='building_type',
title='Window-Wall Ratio vs Floor Area',
hover_data=['name']
)
fig_scatter2.update_layout(**create_dark_theme_plotly_layout())
st.plotly_chart(fig_scatter2, use_container_width=True)
def display_buildings_table(buildings_df: pd.DataFrame):
"""Display interactive buildings table"""
st.subheader("π Buildings Database")
if buildings_df.empty:
st.warning("No buildings found matching the current filters.")
return
# Prepare column config based on available columns
column_config = {
"id": st.column_config.NumberColumn("ID", width="small"),
"name": st.column_config.TextColumn("Building Name", width="large"),
"building_type": st.column_config.TextColumn("Type", width="medium"),
"climate_zone": st.column_config.TextColumn("Climate", width="small"),
"variation_type": st.column_config.TextColumn("Variation", width="medium"),
"filepath": st.column_config.TextColumn("File Path", width="large")
}
# Add optional columns if they exist
if 'floor_area' in buildings_df.columns:
column_config["floor_area"] = st.column_config.NumberColumn("Floor Area (mΒ²)", format="%.0f", width="medium")
if 'num_zones' in buildings_df.columns:
column_config["num_zones"] = st.column_config.NumberColumn("Zones", width="small")
if 'window_wall_ratio' in buildings_df.columns:
column_config["window_wall_ratio"] = st.column_config.NumberColumn("WWR", format="%.2f", width="small")
if 'created_date' in buildings_df.columns:
column_config["created_date"] = st.column_config.DatetimeColumn("Created", width="medium")
# Display the table
selected_buildings = st.data_editor(
buildings_df,
use_container_width=True,
hide_index=True,
column_config=column_config,
disabled=list(buildings_df.columns) # Make all columns read-only
)
# Export functionality
col1, col2, col3 = st.columns([1, 1, 2])
with col1:
if st.button("π₯ Export to CSV"):
csv = buildings_df.to_csv(index=False)
st.download_button(
label="Download CSV",
data=csv,
file_name=f"buildings_filtered_{pd.Timestamp.now().strftime('%Y%m%d_%H%M%S')}.csv",
mime="text/csv"
)
def load_building_epjson(filepath: str, data_dir: str = "data") -> Optional[Dict]:
"""Load building epJSON file"""
try:
full_path = Path(data_dir) / filepath
if full_path.exists():
with open(full_path, 'r') as f:
return json.load(f)
else:
st.error(f"Building file not found: {full_path}")
return None
except Exception as e:
st.error(f"Error loading building file: {e}")
return None
def analyze_building_epjson(epjson_data: Dict) -> Dict:
"""Analyze epJSON building data and extract key metrics"""
analysis = {
'zones': 0,
'surfaces': 0,
'windows': 0,
'hvac_systems': 0,
'schedules': 0,
'materials': 0,
'constructions': 0,
'has_meters': False,
'has_setpoints': False,
'timestep': None
}
# Count building components
if 'Zone' in epjson_data:
analysis['zones'] = len(epjson_data['Zone'])
if 'BuildingSurface:Detailed' in epjson_data:
analysis['surfaces'] = len(epjson_data['BuildingSurface:Detailed'])
if 'FenestrationSurface:Detailed' in epjson_data:
analysis['windows'] = len(epjson_data['FenestrationSurface:Detailed'])
if 'Schedule:Compact' in epjson_data:
analysis['schedules'] = len(epjson_data['Schedule:Compact'])
if 'Material' in epjson_data:
analysis['materials'] = len(epjson_data['Material'])
if 'Construction' in epjson_data:
analysis['constructions'] = len(epjson_data['Construction'])
# Check for HVAC systems
hvac_objects = ['AirLoopHVAC', 'PlantLoop', 'ZoneHVAC:IdealLoadsAirSystem']
analysis['hvac_systems'] = sum(len(epjson_data.get(obj, {})) for obj in hvac_objects)
# Check for meters and outputs
analysis['has_meters'] = 'Output:Meter' in epjson_data
analysis['has_setpoints'] = any('Setpoint' in key for key in epjson_data.keys())
# Get timestep
if 'Timestep' in epjson_data:
timestep_obj = list(epjson_data['Timestep'].values())[0]
analysis['timestep'] = timestep_obj.get('number_of_timesteps_per_hour', 'Unknown')
return analysis
def create_mock_energy_profile(building_name: str):
"""Create mock energy profile for demonstration with dark theme"""
st.subheader("β‘ Energy Profile (Demo)")
st.info("π Note: This is demonstration data. Connect to actual EnergyPlus simulation results for real data.")
# Mock hourly load profile
hours = list(range(24))
base_load = 100
peak_factor = np.sin(np.array(hours) * np.pi / 12)
mock_load = base_load + 50 * peak_factor + np.random.normal(0, 10, 24)
mock_load = np.maximum(mock_load, 20) # Minimum load
# Mock monthly energy
months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
heating_load = [150, 120, 80, 40, 10, 0, 0, 0, 20, 60, 100, 140]
cooling_load = [0, 0, 10, 30, 60, 100, 120, 110, 70, 30, 5, 0]
col1, col2 = st.columns(2)
with col1:
# Hourly profile
fig_hourly = px.line(
x=hours,
y=mock_load,
title="Typical Daily Load Profile",
labels={'x': 'Hour of Day', 'y': 'Power (kW)'}
)
fig_hourly.update_traces(line_color='#00d4ff')
fig_hourly.update_layout(**create_dark_theme_plotly_layout())
st.plotly_chart(fig_hourly, use_container_width=True)
with col2:
# Monthly profile
fig_monthly = go.Figure()
fig_monthly.add_trace(go.Bar(x=months, y=heating_load, name='Heating', marker_color='#ff6b6b'))
fig_monthly.add_trace(go.Bar(x=months, y=cooling_load, name='Cooling', marker_color='#4ecdc4'))
fig_monthly.update_layout(
**create_dark_theme_plotly_layout(),
title="Monthly Energy Consumption",
xaxis_title="Month",
yaxis_title="Energy (kWh/mΒ²)",
barmode='stack'
)
st.plotly_chart(fig_monthly, use_container_width=True)
def main():
"""Main Streamlit application"""
st.title("ποΈ Building Generator Dashboard")
st.markdown("Interactive exploration of building energy models and weather data")
# Load data
with st.spinner("Loading building and weather data..."):
pipeline, buildings_df, weather_df, combinations_df = load_pipeline_data()
if pipeline is None:
st.error("Failed to initialize application. Please check your data directory.")
st.info("Make sure you have run: `python scripts/main.py --create-table` and `python scripts/main.py --create-weather-table`")
return
# Sidebar for navigation
st.sidebar.title("ποΈ Navigation")
# Initialize session state for page navigation
if 'current_page' not in st.session_state:
st.session_state.current_page = "π Overview"
# Use session state to control the selectbox
page_options = ["π Overview", "π’ Building Explorer", "π Weather Data", "βοΈ Compare Buildings", "π Analysis & Reports"]
current_index = page_options.index(st.session_state.current_page) if st.session_state.current_page in page_options else 0
page = st.sidebar.selectbox(
"Choose a page:",
page_options,
index=current_index,
key="page_selector"
)
# Update session state when selectbox changes
if page != st.session_state.current_page:
st.session_state.current_page = page
# Use the current page from session state
current_page = st.session_state.current_page
if current_page == "π Overview":
st.header("System Overview")
# System overview
create_overview_metrics(buildings_df, weather_df, combinations_df)
elif current_page == "π’ Building Explorer":
st.header("Building Explorer")
if buildings_df.empty:
st.warning("No building data available. Run `python scripts/main.py --create-table` first.")
return
# Filters
filters = create_building_filters(buildings_df)
# Apply filters
filtered_buildings = apply_building_filters(buildings_df, filters)
st.subheader(f"π Found {len(filtered_buildings)} buildings")
# Visualizations
if not filtered_buildings.empty:
create_building_characteristics_chart(filtered_buildings)
# Buildings table
display_buildings_table(filtered_buildings)
# Building details expander
if not filtered_buildings.empty:
st.subheader("π Building Details")
selected_building = st.selectbox(
"Select a building to analyze:",
options=filtered_buildings['name'].tolist(),
index=0
)
if selected_building:
building_info = filtered_buildings[filtered_buildings['name'] == selected_building].iloc[0]
col1, col2 = st.columns([1, 2])
with col1:
st.markdown('<div class="building-card">', unsafe_allow_html=True)
st.subheader(f"π {building_info['name']}")
st.write(f"**Type**: {building_info['building_type']}")
st.write(f"**Climate Zone**: {building_info['climate_zone']}")
st.write(f"**Variation**: {building_info['variation_type']}")
# Add optional fields if they exist
if 'floor_area' in building_info and pd.notna(building_info['floor_area']):
st.write(f"**Floor Area**: {building_info['floor_area']:.0f} mΒ²")
if 'num_zones' in building_info and pd.notna(building_info['num_zones']):
st.write(f"**Zones**: {building_info['num_zones']}")
if 'window_wall_ratio' in building_info and pd.notna(building_info['window_wall_ratio']):
st.write(f"**WWR**: {building_info['window_wall_ratio']:.2%}")
st.markdown('</div>', unsafe_allow_html=True)
with col2:
# Load and analyze building file
epjson_data = load_building_epjson(building_info['filepath'])
if epjson_data:
analysis = analyze_building_epjson(epjson_data)
st.subheader("π§ Building Analysis")
# Create metrics display
metric_col1, metric_col2, metric_col3 = st.columns(3)
with metric_col1:
st.metric("Zones", analysis['zones'])
st.metric("Surfaces", analysis['surfaces'])
with metric_col2:
st.metric("Windows", analysis['windows'])
st.metric("HVAC Systems", analysis['hvac_systems'])
with metric_col3:
st.metric("Schedules", analysis['schedules'])
st.metric("Materials", analysis['materials'])
# Status indicators
st.subheader("β‘ Processing Status")
status_col1, status_col2, status_col3 = st.columns(3)
with status_col1:
meter_status = "β
Yes" if analysis['has_meters'] else "β No"
st.metric("Has Meters", meter_status)
with status_col2:
setpoint_status = "β
Yes" if analysis['has_setpoints'] else "β No"
st.metric("Has Setpoints", setpoint_status)
with status_col3:
timestep_value = analysis['timestep'] or "Not set"
st.metric("Timesteps/Hour", timestep_value)
# Mock energy profile
create_mock_energy_profile(selected_building)
elif current_page == "π Weather Data":
st.header("Weather Data Explorer")
if weather_df.empty:
st.warning("No weather data available. Run `python scripts/main.py --create-weather-table` first.")
return
# Weather filters
st.subheader("π‘οΈ Filter Weather Locations")
col1, col2, col3 = st.columns(3)
with col1:
countries = st.multiselect(
"Countries",
options=sorted(weather_df['country'].unique()),
default=[]
)
climate_zones_weather = st.multiselect(
"Climate Zones",
options=sorted(weather_df['climate_zone_code'].unique()),
default=[]
)
with col2:
if 'data_source' in weather_df.columns:
data_sources = st.multiselect(
"Data Sources",
options=weather_df['data_source'].unique(),
default=[]
)
else:
data_sources = []
lat_range = st.slider(
"Latitude Range",
min_value=float(weather_df['latitude'].min()),
max_value=float(weather_df['latitude'].max()),
value=(float(weather_df['latitude'].min()), float(weather_df['latitude'].max()))
)
with col3:
lon_range = st.slider(
"Longitude Range",
min_value=float(weather_df['longitude'].min()),
max_value=float(weather_df['longitude'].max()),
value=(float(weather_df['longitude'].min()), float(weather_df['longitude'].max()))
)
# Apply weather filters
filtered_weather = weather_df.copy()
if countries:
filtered_weather = filtered_weather[filtered_weather['country'].isin(countries)]
if climate_zones_weather:
filtered_weather = filtered_weather[filtered_weather['climate_zone_code'].isin(climate_zones_weather)]
if data_sources:
filtered_weather = filtered_weather[filtered_weather['data_source'].isin(data_sources)]
filtered_weather = filtered_weather[
(filtered_weather['latitude'] >= lat_range[0]) &
(filtered_weather['latitude'] <= lat_range[1]) &
(filtered_weather['longitude'] >= lon_range[0]) &
(filtered_weather['longitude'] <= lon_range[1])
]
st.subheader(f"π Found {len(filtered_weather)} weather locations")
# Weather visualizations
tab1, tab2, tab3 = st.tabs(["πΊοΈ Map", "π Distribution", "π Table"])
with tab1:
# World map of weather locations
fig_map = px.scatter_mapbox(
filtered_weather,
lat='latitude',
lon='longitude',
color='climate_zone_code',
hover_data=['place', 'country'],
mapbox_style='carto-darkmatter', # Dark theme map
zoom=1,
title='Weather Locations Worldwide'
)
fig_map.update_layout(**create_dark_theme_plotly_layout(), height=600)
st.plotly_chart(fig_map, use_container_width=True)
with tab2:
col1, col2 = st.columns(2)
with col1:
# Country distribution
country_counts = filtered_weather['country'].value_counts().head(15)
fig_countries = px.bar(
x=country_counts.values,
y=country_counts.index,
orientation='h',
title='Top 15 Countries by Weather Locations',
color=country_counts.values,
color_continuous_scale='viridis'
)
fig_countries.update_layout(**create_dark_theme_plotly_layout(), height=500)
st.plotly_chart(fig_countries, use_container_width=True)
with col2:
# Climate zone distribution
climate_counts = filtered_weather['climate_zone_code'].value_counts()
fig_climate = px.pie(
values=climate_counts.values,
names=climate_counts.index,
title='Climate Zone Distribution',
color_discrete_sequence=px.colors.qualitative.Set3
)
fig_climate.update_layout(**create_dark_theme_plotly_layout(), height=500)
st.plotly_chart(fig_climate, use_container_width=True)
with tab3:
# Weather locations table
st.dataframe(
filtered_weather,
use_container_width=True,
hide_index=True,
column_config={
"id": st.column_config.NumberColumn("ID", width="small"),
"place": st.column_config.TextColumn("Location", width="large"),
"country": st.column_config.TextColumn("Country", width="small"),
"climate_zone_code": st.column_config.TextColumn("Climate", width="small"),
"latitude": st.column_config.NumberColumn("Latitude", format="%.2f", width="medium"),
"longitude": st.column_config.NumberColumn("Longitude", format="%.2f", width="medium"),
"elevation": st.column_config.NumberColumn("Elevation (m)", width="medium") if 'elevation' in filtered_weather.columns else None,
"data_source": st.column_config.TextColumn("Source", width="small") if 'data_source' in filtered_weather.columns else None
}
)
elif current_page == "βοΈ Compare Buildings":
st.header("Building Comparison Tool")
if buildings_df.empty:
st.warning("No building data available for comparison.")
return
st.subheader("Select Buildings to Compare")
# Building selection for comparison
col1, col2 = st.columns(2)
with col1:
building1 = st.selectbox(
"Building 1:",
options=buildings_df['name'].tolist(),
key="building1"
)
with col2:
building2 = st.selectbox(
"Building 2:",
options=buildings_df['name'].tolist(),
key="building2"
)
if building1 and building2 and building1 != building2:
# Get building data
building1_data = buildings_df[buildings_df['name'] == building1].iloc[0]
building2_data = buildings_df[buildings_df['name'] == building2].iloc[0]
# Comparison display
st.subheader("π Building Comparison")
col1, col2 = st.columns(2)
with col1:
st.markdown('<div class="comparison-highlight">', unsafe_allow_html=True)
st.subheader(f"π’ {building1}")
st.write(f"**Type**: {building1_data['building_type']}")
st.write(f"**Climate Zone**: {building1_data['climate_zone']}")
st.write(f"**Variation**: {building1_data['variation_type']}")
# Add optional fields if they exist
for field, label in [('floor_area', 'Floor Area'), ('num_zones', 'Zones'), ('window_wall_ratio', 'WWR')]:
if field in building1_data and pd.notna(building1_data[field]):
if field == 'floor_area':
st.write(f"**{label}**: {building1_data[field]:.0f} mΒ²")
elif field == 'window_wall_ratio':
st.write(f"**{label}**: {building1_data[field]:.2%}")
else:
st.write(f"**{label}**: {building1_data[field]}")
st.markdown('</div>', unsafe_allow_html=True)
with col2:
st.markdown('<div class="comparison-highlight">', unsafe_allow_html=True)
st.subheader(f"π’ {building2}")
st.write(f"**Type**: {building2_data['building_type']}")
st.write(f"**Climate Zone**: {building2_data['climate_zone']}")
st.write(f"**Variation**: {building2_data['variation_type']}")
# Add optional fields if they exist
for field, label in [('floor_area', 'Floor Area'), ('num_zones', 'Zones'), ('window_wall_ratio', 'WWR')]:
if field in building2_data and pd.notna(building2_data[field]):
if field == 'floor_area':
st.write(f"**{label}**: {building2_data[field]:.0f} mΒ²")
elif field == 'window_wall_ratio':
st.write(f"**{label}**: {building2_data[field]:.2%}")
else:
st.write(f"**{label}**: {building2_data[field]}")
st.markdown('</div>', unsafe_allow_html=True)
# Load and compare epJSON files
st.subheader("π§ Technical Comparison")
epjson1 = load_building_epjson(building1_data['filepath'])
epjson2 = load_building_epjson(building2_data['filepath'])
if epjson1 and epjson2:
analysis1 = analyze_building_epjson(epjson1)
analysis2 = analyze_building_epjson(epjson2)
# Technical comparison table
tech_comparison = pd.DataFrame({
'Component': ['Zones', 'Surfaces', 'Windows', 'HVAC Systems', 'Schedules', 'Materials'],
building1: [
analysis1['zones'], analysis1['surfaces'], analysis1['windows'],
analysis1['hvac_systems'], analysis1['schedules'], analysis1['materials']
],
building2: [
analysis2['zones'], analysis2['surfaces'], analysis2['windows'],
analysis2['hvac_systems'], analysis2['schedules'], analysis2['materials']
]
})
# Add difference column
tech_comparison['Difference'] = tech_comparison[building2] - tech_comparison[building1]
st.dataframe(tech_comparison, use_container_width=True)
# Processing status comparison
st.subheader("β‘ Processing Status Comparison")
status_comparison = pd.DataFrame({
'Status': ['Has Meters', 'Has Setpoints', 'Timesteps/Hour'],
building1: [
"β
" if analysis1['has_meters'] else "β",
"β
" if analysis1['has_setpoints'] else "β",
str(analysis1['timestep'] or 'Not set')
],
building2: [
"β
" if analysis2['has_meters'] else "β",
"β
" if analysis2['has_setpoints'] else "β",
str(analysis2['timestep'] or 'Not set')
]
})
st.dataframe(status_comparison, use_container_width=True)
else:
st.info("Please select two different buildings to compare.")
elif current_page == "π Analysis & Reports":
st.header("Analysis & Reports")
if buildings_df.empty:
st.warning("No building data available for analysis.")
return
# Analysis options
analysis_type = st.selectbox(
"Choose analysis type:",
["π Statistical Summary", "π Data Quality Check", "π Detailed Report", "π― Custom Analysis"]
)
if analysis_type == "π Statistical Summary":
st.subheader("Statistical Summary")
# Numeric column statistics
numeric_cols = []
for col in ['floor_area', 'num_zones', 'window_wall_ratio']:
if col in buildings_df.columns:
numeric_cols.append(col)
if numeric_cols:
st.write("**Numeric Properties Statistics:**")
stats_df = buildings_df[numeric_cols].describe()
st.dataframe(stats_df, use_container_width=True)
# Categorical distributions
st.write("**Categorical Distributions:**")
col1, col2 = st.columns(2)
with col1:
if 'building_type' in buildings_df.columns:
type_dist = buildings_df['building_type'].value_counts()
st.write("Building Types:")
st.bar_chart(type_dist)
with col2:
if 'climate_zone' in buildings_df.columns:
climate_dist = buildings_df['climate_zone'].value_counts()
st.write("Climate Zones:")
st.bar_chart(climate_dist)
elif analysis_type == "π Data Quality Check":
st.subheader("Data Quality Assessment")
# Missing data check
missing_data = buildings_df.isnull().sum()
if missing_data.sum() > 0:
st.write("**Missing Data:**")
missing_df = missing_data[missing_data > 0].to_frame('Missing Count')
missing_df['Percentage'] = (missing_df['Missing Count'] / len(buildings_df) * 100).round(2)
st.dataframe(missing_df)
else:
st.success("β
No missing data found!")
# Duplicate check
duplicates = buildings_df.duplicated().sum()
if duplicates > 0:
st.warning(f"β οΈ Found {duplicates} duplicate rows")
else:
st.success("β
No duplicate rows found!")
# File existence check
if 'filepath' in buildings_df.columns:
st.write("**File Existence Check:**")
missing_files = []
for idx, row in buildings_df.iterrows():
filepath = Path("data") / row['filepath']
if not filepath.exists():
missing_files.append(row['name'])
if missing_files:
st.error(f"β {len(missing_files)} building files not found")
with st.expander("Show missing files"):
for file in missing_files[:10]: # Show first 10
st.write(f"- {file}")
if len(missing_files) > 10:
st.write(f"... and {len(missing_files) - 10} more")
else:
st.success("β
All building files exist!")
elif analysis_type == "π Detailed Report":
st.subheader("Generate Detailed Report")
# Report options
include_weather = st.checkbox("Include weather data analysis", value=True)
include_combinations = st.checkbox("Include combination analysis", value=True)
if st.button("Generate Report"):
with st.spinner("Generating report..."):
# Generate comprehensive report
report_data = {
'timestamp': pd.Timestamp.now(),
'buildings_total': len(buildings_df),
'weather_total': len(weather_df) if not weather_df.empty else 0,
'combinations_total': len(combinations_df) if not combinations_df.empty else 0
}
st.success("π Report generated successfully!")
# Display key metrics
metric_col1, metric_col2, metric_col3 = st.columns(3)
with metric_col1:
st.metric("Buildings Analyzed", report_data['buildings_total'])
with metric_col2:
if include_weather:
st.metric("Weather Locations", report_data['weather_total'])
with metric_col3:
if include_combinations:
st.metric("Combinations", report_data['combinations_total'])
# Download report
report_text = f"""
Building Generator Analysis Report
Generated: {report_data['timestamp']}
Summary Statistics:
- Total Buildings: {report_data['buildings_total']}
- Weather Locations: {report_data['weather_total']}
- Simulation Combinations: {report_data['combinations_total']}
Building Type Distribution:
{buildings_df['building_type'].value_counts().to_string() if not buildings_df.empty else 'No data'}
Climate Zone Distribution:
{buildings_df['climate_zone'].value_counts().to_string() if not buildings_df.empty else 'No data'}
"""
st.download_button(
label="π₯ Download Report",
data=report_text,
file_name=f"building_analysis_report_{pd.Timestamp.now().strftime('%Y%m%d_%H%M%S')}.txt",
mime="text/plain"
)
elif analysis_type == "π― Custom Analysis":
st.subheader("Custom Analysis")
st.info("π§ Custom analysis features coming soon! This will include:")
col1, col2 = st.columns(2)
with col1:
st.markdown("""
**Planned Features:**
- Building performance correlation analysis
- Climate impact assessment
- Variation effectiveness studies
- Energy consumption modeling
- Optimization recommendations
""")
with col2:
st.markdown("""
**Interactive Tools:**
- Custom filter combinations
- Advanced statistical analysis
- Machine learning insights
- Predictive modeling
- Export to research formats
""")
if __name__ == "__main__":
main() |