File size: 36,229 Bytes
4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 8ad04d8 4162c33 | 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 | import streamlit as st
import requests
import pandas as pd
import json
import io
import datetime
import pandas as pd
import numpy as np
import requests
import base64
import json
from calendar import monthrange
import pymongo
from mongoengine import StringField, ListField, DateTimeField, DictField
import matplotlib.pyplot as plt
from matplotlib.dates import MonthLocator
def mongo_unavs_call(user_input_start_date, user_input_end_date, user_input_past_date):
print("Starting mongo_unavs_call")
# Connect to the MongoDB database
user = "dmarroquin"
passw = "tN9XpCCQM2MtYDme"
host = "nucmonitordata.xxcwx9k.mongodb.net"
client = pymongo.MongoClient(
f"mongodb+srv://{user}:{passw}@{host}/?retryWrites=true&w=majority&connectTimeoutMS=5000"
)
db = client["data"]
collection_past_unavs = db["unavs"]
collection_unavs =db["unavs_update"]
start_date = f"{user_input_start_date}T00:00:00"
end_date = f"{user_input_end_date}T23:59:59"
past_date = f"{user_input_past_date}T23:59:59"
pipeline = [
{
"$unwind": "$results"
},
{
"$unwind": "$results.generation_unavailabilities"
},
{
"$match": {
"results.generation_unavailabilities.production_type": "NUCLEAR",
# "results.generation_unavailabilities.start_date": {"$lte": end_date},
# "results.generation_unavailabilities.end_date": {"$gte": start_date},
# "results.generation_unavailabilities.updated_date": {"$lte": end_date}
"results.generation_unavailabilities.updated_date": {"$lte": past_date}
}
},
{
"$project": {
"_id": 0,
"generation_unavailabilities": "$results.generation_unavailabilities"
}
}
]
result1 = list(collection_past_unavs.aggregate(pipeline))
result2 = list(collection_unavs.aggregate(pipeline))
# Merge the two lists of JSON results
merged_result = result1 + result2
return merged_result
# --------------------------------------------------------------------------------------- #
# Convert the dictionary of dictionaries to JSON
def convert_to_json(item):
if isinstance(item, dict):
return {str(k): convert_to_json(v) for k, v in item.items()}
elif isinstance(item, list):
return [convert_to_json(i) for i in item]
elif isinstance(item, ObjectId):
return str(item)
else:
return item
# --------------------------------------------------------------------------------------- #
# Function gives the total of the data. When printed as dataframe/excel,
# Will give a final row with the total for each plant and the total overall
def add_total(data):
total_values = {}
for key in data:
daily_values = data[key]
total = sum(daily_values.values())
daily_values["Total"] = total
for date, value in daily_values.items():
if date not in total_values:
total_values[date] = value
else:
total_values[date] += value
data["Total"] = total_values
# --------------------------------------------------------------------------------------- #
def nuc_monitor(usr_start_date, usr_end_date, past_date, mongo_db_data):
# # Slightly changed metadata to fit the data from the RTE API: ST-LAURENT B 2 --> ST LAURENT 2, ....
plants_metadata = {"BELLEVILLE 1": 1310.0, "BELLEVILLE 2": 1310.0, "BLAYAIS 1": 910.0, "BLAYAIS 2": 910.0,
"BLAYAIS 3": 910.0, "BLAYAIS 4": 910.0, "BUGEY 2": 910.0, "BUGEY 3": 910.0, "BUGEY 4": 880.0,
"BUGEY 5": 880.0, "CATTENOM 1": 1300.0, "CATTENOM 2": 1300.0, "CATTENOM 3": 1300.0,
"CATTENOM 4": 1300.0, "CHINON 1": 905.0, "CHINON 2": 905.0, "CHINON 3": 905.0,
"CHINON 4": 905.0, "CHOOZ 1": 1500.0, "CHOOZ 2": 1500.0, "CIVAUX 1": 1495.0,
"CIVAUX 2": 1495.0, "CRUAS 1": 915.0, "CRUAS 2": 915.0, "CRUAS 3": 915.0, "CRUAS 4": 915.0,
"DAMPIERRE 1": 890.0, "DAMPIERRE 2": 890.0, "DAMPIERRE 3": 890.0, "DAMPIERRE 4": 890.0,
"FLAMANVILLE 1": 1330.0, "FLAMANVILLE 2": 1330.0, "GOLFECH 1": 1310.0, "GOLFECH 2": 1310.0,
"GRAVELINES 1": 910.0, "GRAVELINES 2": 910.0, "GRAVELINES 3": 910.0, "GRAVELINES 4": 910.0,
"GRAVELINES 5": 910.0, "GRAVELINES 6": 910.0, "NOGENT 1": 1310.0, "NOGENT 2": 1310.0,
"PALUEL 1": 1330.0, "PALUEL 2": 1330.0, "PALUEL 3": 1330.0, "PALUEL 4": 1330.0, "PENLY 1": 1330.0,
"PENLY 2": 1330.0, "ST ALBAN 1": 1335.0, "ST ALBAN 2": 1335.0, "ST LAURENT 1": 915.0,
"ST LAURENT 2": 915.0, "TRICASTIN 1": 915.0, "TRICASTIN 2": 915.0, "TRICASTIN 3": 915.0,
"TRICASTIN 4": 915.0, "FESSENHEIM 1": 880.0, "FESSENHEIM 2": 880.0}
# --------------------- INITIAL DATA CLEANING FOR MONGO DATA ------------------------ #
# # Create a DataFrame
# mongo_data = mongo_unavs_call(usr_start_date, usr_end_date, past_date)
# mongo_data = get_mongodb_data(usr_start_date, usr_end_date, past_date)
# print(mongo_db_data)
mongo_df = pd.DataFrame(mongo_db_data)
# print(mongo_df)
# Unpack the dictionaries into separate columns
mongo_df_unpacked = pd.json_normalize(mongo_df['generation_unavailabilities'])
# Concatenate the unpacked columns with the original DataFrame
mongo_df_result = pd.concat([mongo_df, mongo_df_unpacked], axis=1)
# Drop the original column
mongo_df_result.drop(columns=['generation_unavailabilities'], inplace=True)
mongo_df_result['start_date'] = mongo_df_result['values'].apply(lambda x: x[0]['start_date'])
mongo_df_result['end_date'] = mongo_df_result['values'].apply(lambda x: x[0]['end_date'])
mongo_df_result['available_capacity'] = mongo_df_result['values'].apply(lambda x: x[0]['available_capacity'])
mongo_df_result['unavailable_capacity'] = mongo_df_result['values'].apply(lambda x: x[0]['unavailable_capacity'])
# print(mongo_df_result)
# print(mongo_df_result.columns)
# Drop the original 'values' column
mongo_df_result.drop('values', axis=1, inplace=True)
mongo_df2 = mongo_df_result
mongo_df2.rename(columns=lambda col: col.replace('unit.', ''), inplace=True)
# --------------------- INITIAL DATA CLEANING FOR MONGO DATA ------------------------ #
# Make the two dataframes have the same columns
mongo_unavs = mongo_df2.copy()
mongo_unavs.drop(columns="type", inplace=True)
# merged_df['updated_date'] = merged_df['updated_date'].astype(str)
# --------------------------- HERE IS THE CHANGE TO GET ONLY ACTIVE OR ACTIVE AND INACTIVE --------------------------- #
# start_date_str = usr_start_date.strftime("%Y-%m-%d")
start_date_str = str(usr_start_date)
# end_date_str = usr_end_date.strftime("%Y-%m-%d")
end_date_str = str(usr_end_date)
current_datetime = datetime.datetime.now()
past_date_str = str(past_date.strftime("%Y-%m-%dT%H:%M:%S%z"))
current_datetime_str = current_datetime.strftime("%Y-%m-%d")
# nuclear_unav = mongo_unavs.copy()[(mongo_unavs.copy()["production_type"] == "NUCLEAR") & (mongo_unavs.copy()["updated_date"] <= past_date_str)]
# print(past_date_str)
# Sort by updated date
sorted_df = mongo_unavs.copy().sort_values(by='updated_date')
sorted_df = sorted_df.copy().reset_index(drop=True)
# cruas_2 = sorted_df.copy()[(sorted_df.copy()["name"] == "ST ALBAN 2") & (sorted_df.copy()["end_date"] >= start_date_str)]
# print(cruas_2[['updated_date', 'end_date', 'available_capacity']])
# Filter to get identifiers
filtered_id_df = sorted_df.copy()
# I commented this out
filtered_id_df = filtered_id_df.drop_duplicates(subset='identifier', keep='last')
# cruas_2 = filtered_id_df.copy()[(filtered_id_df.copy()["name"] == "ST ALBAN 2") & (filtered_id_df.copy()["end_date"] >= start_date_str)]
# print(cruas_2[['updated_date', 'end_date', 'available_capacity']])
filtered_id_df = filtered_id_df.copy().reset_index(drop=True)
filtered_df = filtered_id_df[
(filtered_id_df["production_type"] == "NUCLEAR") &
# (mongo_unavs["updated_date"] <= past_date_str) &
(filtered_id_df["status"] != "DISMISSED")]
# if photo_date == True:
# nuclear_unav = merged_df.copy()[(merged_df.copy()["production_type"] == "NUCLEAR") & (merged_df.copy()["updated_date"] <= past_date_str)]
# photo_date = True
# else: # need to add updated_date as a conditional to get the newest for that day
# nuclear_unav = merged_df.copy()[(merged_df.copy()["production_type"] == "NUCLEAR") & (merged_df.copy()["updated_date"] <= end_date_str)]
# --------------------------- HERE IS THE CHANGE TO GET ONLY ACTIVE OR ACTIVE AND INACTIVE --------------------------- #
# --------------------- SECOND DATA CLEANING ------------------------ #
# This filter should take only the most recent id and discard the rest
# This filter should take all the dates with unavs that include days with unavs in the range of the start and end date
# This filter might take out the most recent identifiers (Message ID) that change the dates of unavailability of a plant.
# This means that the actual unavailability is something else
# filtered_df = filtered_id_df.copy()[(filtered_id_df.copy()['start_date'] <= end_date_str) & (filtered_id_df.copy()['end_date'] >= start_date_str)]
# Need to eventually do a filter that takes the most restrictive updated identifier instead of the most recent when there
# is an overlap
# Update available_capacity where the condition is True
# Standardize datetime in dataframe
filtered_df2 = filtered_df.copy() # This code will just standardize datetime stuff
filtered_df2['creation_date'] = pd.to_datetime(filtered_df2['creation_date'], utc=True)
filtered_df2['updated_date'] = pd.to_datetime(filtered_df2['updated_date'], utc=True)
filtered_df2['start_date'] = pd.to_datetime(filtered_df2['start_date'], utc=True)
filtered_df2['end_date'] = pd.to_datetime(filtered_df2['end_date'], utc=True)
# Drop the duplicates
filtered_df3 = filtered_df2.copy().drop_duplicates()
# start_date_datetime = pd.to_datetime(start_date_str, utc=True) # Remove timezone info
start_date_datetime = pd.Timestamp(start_date_str, tz='UTC')
# end_date_datetime = pd.to_datetime(end_date_str, utc=True)
end_date_datetime = pd.Timestamp(end_date_str, tz='UTC')
# Turn df into dict for json processing
filtered_unavs = filtered_df3.copy().to_dict(orient='records')
results = {}
for unav in filtered_unavs:
plant_name = unav['name']
if plant_name in results:
# If the key is already in the dictionary, append unavailability to the list
results[plant_name].append({'status': unav['status'],
'id': unav['message_id'],
'creation_date': unav['creation_date'],
'updated_date': unav['updated_date'],
'start_date': unav['start_date'],
'end_date': unav['end_date'],
'available_capacity': unav['available_capacity']})
else:
# if the key of the plant is not there yet, create a new element of the dictionary
# Get message_id instead of identifier, easier to identify stuff with it
results[plant_name] = [{'status': unav['status'],
'id': unav['message_id'],
'creation_date': unav['creation_date'],
'updated_date': unav['updated_date'],
'start_date': unav['start_date'],
'end_date': unav['end_date'],
'available_capacity': unav['available_capacity']}]
# Custom encoder to handle datetime objects
class DateTimeEncoder(json.JSONEncoder):
def default(self, o):
if isinstance(o, datetime.datetime):
return o.isoformat()
return super().default(o)
results_holder = results
# Create new dict with each plant only having start_date less than user_end_date and an end_date greater than user_start_date
# should just be doing the same as above in the df for filtering only dates that inclued the start and end date
start_date = start_date_datetime.date()
end_date = end_date_datetime.date()
results_filtered = results_holder
for key, value in results_filtered.items():
filtered_values = []
for item in value:
item_start_date = item['start_date'].date()
item_end_date = item['end_date'].date()
identifier = item['id']
if item_start_date < end_date and item_end_date > start_date and identifier not in filtered_values:
filtered_values.append(item)
results_filtered[key] = filtered_values
sorted_results = results_filtered
# --------------------- SECOND DATA CLEANING ------------------------ #
# --------------------------- HERE IS THE FINAL PROCESS --------------------------- #
for key, value in sorted_results.items():
sorted_results[key] = sorted(value, key=lambda x: x['updated_date'])
results_sorted = sorted_results
dates_of_interest = [start_date] # We are creating a list of dates ranging from user specified start and end dates
date_plus_one = start_date
while date_plus_one < end_date:
date_plus_one = date_plus_one + datetime.timedelta(days=1)
dates_of_interest.append(date_plus_one)
# This is to standardize the datetimes. Without this, the datetime calculations for each power plant will not work
# This is just getting the plant metadata and giving it updated_date????? With an amount of items based on the length of the
# date range????
results_plants = {plant_name: {date: {"available_capacity": power, "updated_date": pd.to_datetime("1970-01-01", utc=True)} for date in dates_of_interest}
for plant_name, power in plants_metadata.items()}
# print(results_sorted)
for plant, unavailabilities in results_sorted.items():
# Get the full power of a given plant according to the sorted results
original_power = plants_metadata[plant]
# Get all the unavailabilities scheduled for the plant.
# This is actually apparently just getting the metadata though???
results_current_plant = results_plants[plant]
for unavailability in unavailabilities:
# For each unavailability, the resulting power, start and end datetime are collected. Need to collect updated_date
power_unavailability = unavailability["available_capacity"]
updated_date_unav = unavailability["updated_date"]
# The date comes as a string
start_datetime_unav = unavailability["start_date"]
end_datetime_unav = unavailability["end_date"]
start_date_unav = start_datetime_unav.date() # Extract date part
end_date_unav = end_datetime_unav.date() # Extract date part
# For the current unavailability, we want to find which days it affects
for day in dates_of_interest:
start_hour = start_datetime_unav.hour
start_minute = start_datetime_unav.minute
end_hour = end_datetime_unav.hour
end_minute = end_datetime_unav.minute
if start_date_unav <= day <= end_date_unav:
# Check if the day is already updated with a later update_date
if day in results_current_plant and updated_date_unav <= results_current_plant[day]["updated_date"]:
# Here is likely where we can do the filter for worst case scenario
# --------------------------- !!!!!!CREATE NEW FILTER THAT KEEPS ONLY MOST RESTRICTIVE OVERLAP!!!!!! --------------------------- #
# if power_unavailability < results_current_plant[day]['available_capacity']:
# # Calculate the % of the day that the plant is under maintenance
# if start_date_unav == day and day == end_date_unav:
# # The unavailability starts and ends on the same day
# percentage_of_day = (end_hour * 60 + end_minute - start_hour * 60 - start_minute) / (24 * 60)
# elif start_date_unav == day:
# # The unavailability starts on the current day but ends on a later day
# percentage_of_day = (24 * 60 - (start_hour * 60 + start_minute)) / (24 * 60)
# elif day == end_date_unav:
# # The unavailability starts on a previous day and ends on the current day
# percentage_of_day = (end_hour * 60 + end_minute) / (24 * 60)
# else:
# # The unavailability covers the entire day
# percentage_of_day = 1
# --------------------------- !!!!!!CREATE NEW FILTER THAT KEEPS ONLY MOST RESTRICTIVE OVERLAP!!!!!! --------------------------- #
# else:
continue # Skip to the next loop if there is already information for a later update_date
# Calculate the % of the day that the plant is under maintenance
if start_date_unav == day and day == end_date_unav:
# The unavailability starts and ends on the same day
percentage_of_day = (end_hour * 60 + end_minute - start_hour * 60 - start_minute) / (24 * 60)
elif start_date_unav == day:
# The unavailability starts on the current day but ends on a later day
percentage_of_day = (24 * 60 - (start_hour * 60 + start_minute)) / (24 * 60)
elif day == end_date_unav:
# The unavailability starts on a previous day and ends on the current day
percentage_of_day = (end_hour * 60 + end_minute) / (24 * 60)
else:
# The unavailability covers the entire day
percentage_of_day = 1
# The average power of the day is calculated
power_of_day = percentage_of_day * power_unavailability + (1 - percentage_of_day) * original_power
# Update the available_capacity for the day only if it's not already updated with a later update_date
if (day not in results_current_plant):
results_current_plant[day] = {"available_capacity": power_of_day, "updated_date": updated_date_unav}
elif (day in results_current_plant) and (updated_date_unav > results_current_plant[day]["updated_date"]) and (power_of_day < results_current_plant[day]['available_capacity']):
results_current_plant[day] = {"available_capacity": power_of_day, "updated_date": updated_date_unav}
else:
continue
output_results = {}
for plant, plant_data in results_plants.items():
available_capacity_per_day = {str(date): data["available_capacity"] for date, data in plant_data.items()}
output_results[plant] = available_capacity_per_day
# print(output_results)
add_total(output_results)
# print("Done")
# print(results_plants)
# Convert datetime key to string to store in mongodb
output_results = {plant: {str(date): power for date, power in plant_data.items()} for plant, plant_data in output_results.items()}
output_results = pd.DataFrame(output_results)
print(output_results)
# -------------------------------------------------
# Calculate the average of each column excluding the last row
averages = output_results.iloc[:-1, :].mean()
# Replace the last row with the calculated averages
output_results.iloc[-1, :] = averages
output_results = output_results.to_dict()
def turn_total_row_to_avg(data):
# Replace the last key of each dictionary with 'Averages'
for key, value in data.items():
last_key = list(value.keys())[-1]
value['Averages'] = value.pop(last_key)
turn_total_row_to_avg(output_results)
# print(output_results)
json_data = json.dumps(output_results)
# print(json_data)
return json_data
# -------------------------------------------------
# @st.cache_data
def get_mongodb_data(start_date, end_date, past_date):
database_data = mongo_unavs_call(start_date, end_date, past_date)
return database_data
# @st.cache_data
def get_nucmonitor_data(start_date, end_date, past_date):
mongo = get_mongodb_data(start_date, end_date, past_date)
response_nucmonitor = nuc_monitor(start_date, end_date, past_date, mongo)
# nucmonitor_data = response_nucmonitor.json()
# nucmonitor_json = json.loads(nucmonitor_data)
# print(response_nucmonitor)
df = pd.read_json(response_nucmonitor)
return df
# @st.cache_data
def get_photodate_data(start_date, end_date, past_date):
mongo = get_mongodb_data(start_date, end_date, past_date)
response_nucmonitor = nuc_monitor(start_date, end_date, past_date, mongo)
# nucmonitor_data = response_nucmonitor.json()
# nucmonitor_json = json.loads(nucmonitor_data)
# print(response_nucmonitor)
df = pd.read_json(response_nucmonitor)
return df
def run_app():
st.title("Nucmonitor App")
# Get user input (e.g., dates)
start_date = st.date_input("Start Date")
end_date = st.date_input("End Date")
past_date = st.date_input("Cutoff Date")
# winter_date = st.date_input("Winter Cutoff Date")
current_date = datetime.datetime.now()
with st.form("nucmonitor_form"):
submitted = st.form_submit_button("Get Nucmonitor")
if not submitted:
st.write("Form not submitted")
else:
st.write("Data received from Flask:")
df_nucmonitor = get_nucmonitor_data(start_date, end_date, current_date)
df_photo_date = get_photodate_data(start_date, end_date, past_date)
# df_winter_date = get_nucmonitor_data(start_date, end_date, winter_date)
current_date_str = str(current_date.strftime('%Y-%m-%d'))
past_date_str = str(past_date.strftime('%Y-%m-%d'))
st.write(f"Current View Forecast at {current_date_str} (MW)")
st.write(df_nucmonitor) # Display DataFrame
st.write(f"Past View Forecast at {past_date_str}")
st.write(df_photo_date)
# Get info on current forecast Nucmonitor
st.write(f"Total Energy per Day at Current View Forecast {current_date_str} (MW)")
# Remove the final row 'Total'
df_nucmonitor_2 = df_nucmonitor.iloc[:-1, :]
# Get the last column
df_nucmonitor_2 = df_nucmonitor_2.iloc[:, -1]
# print(df_nucmonitor_2)
st.write(df_nucmonitor_2)
# Get info on past date forecast Nucmonitor
st.write(f"Total Energy per Day at Past View Forecast {past_date_str} (MW)")
# Remove the final row 'Total'
df_photo_date_2 = df_photo_date.iloc[:-1, :]
# Get the last column
df_photo_date_2 = df_photo_date_2.iloc[:, -1]
# print(df_photo_date_2)
st.write(df_photo_date_2)
# --------------------------------- AVERAGE EXPECTED AVAILABILITY M-1 M M+1 M+2 PIPELINE --------------------------------- #
# Create a Table that displays the forecast of each dataframe total for two months before date and two months after
# Filter dates for two months before and after the current date
# Define date ranges
# I am under the impression that I will need to use past_date for the offset
# two_months_before = (current_date - pd.DateOffset(months=2)).strftime('%Y-%m')
# one_month_before = (current_date - pd.DateOffset(months=1)).strftime('%Y-%m')
# one_month_after = (current_date + pd.DateOffset(months=1)).strftime('%Y-%m')
# two_months_after = (current_date + pd.DateOffset(months=2)).strftime('%Y-%m')
two_months_before = (current_date - pd.DateOffset(months=2)).strftime('%Y-%m')
one_month_before = (current_date - pd.DateOffset(months=1)).strftime('%Y-%m')
one_month_after = (current_date + pd.DateOffset(months=1)).strftime('%Y-%m')
two_months_after = (current_date + pd.DateOffset(months=2)).strftime('%Y-%m')
# Assuming df is the DataFrame containing the date index and the 'Total' column
# # Convert the index to datetime if it's not already
# df_nucmonitor_2.index = pd.to_datetime(df_nucmonitor_2.index)
# df_photo_date_2.index = pd.to_datetime(df_photo_date_2.index)
# # Calculate monthly averages with date in yyyy-mm format
# monthly_average_nucmonitor = df_nucmonitor_2.resample('M').mean()
# monthly_average_photo_date = df_photo_date_2.resample('M').mean()
# Convert the index to datetime if it's not already
df_nucmonitor_2.index = pd.to_datetime(df_nucmonitor_2.index)
df_photo_date_2.index = pd.to_datetime(df_photo_date_2.index)
# Calculate monthly averages with date in yyyy-mm format
monthly_average_nucmonitor = df_nucmonitor_2.resample('M').mean()
monthly_average_nucmonitor.index = monthly_average_nucmonitor.index.strftime('%Y-%m')
monthly_average_photo_date = df_photo_date_2.resample('M').mean()
monthly_average_photo_date.index = monthly_average_photo_date.index.strftime('%Y-%m')
# print(monthly_average_nucmonitor)
# print(monthly_average_nucmonitor.index)
# print(len(monthly_average_nucmonitor.index) < 5)
if (len(monthly_average_nucmonitor.index) < 5) or (two_months_before not in monthly_average_nucmonitor.index or two_months_after not in monthly_average_nucmonitor.index):
df_display_normal_bool = False
else:
# print(two_months_before, one_month_before, current_date.strftime('%Y-%m'), one_month_after, two_months_after)
# Filter DataFrames based on date ranges
df_nucmonitor_filtered = monthly_average_nucmonitor[
(monthly_average_nucmonitor.index == two_months_before) |
(monthly_average_nucmonitor.index == one_month_before) |
(monthly_average_nucmonitor.index == current_date.strftime('%Y-%m')) |
(monthly_average_nucmonitor.index == one_month_after) |
(monthly_average_nucmonitor.index == two_months_after)
]
df_photo_date_filtered = monthly_average_photo_date[
(monthly_average_photo_date.index == two_months_before) |
(monthly_average_photo_date.index == one_month_before) |
(monthly_average_photo_date.index == current_date.strftime('%Y-%m')) |
(monthly_average_photo_date.index == one_month_after) |
(monthly_average_photo_date.index == two_months_after)
]
# Display the filtered DataFrames
st.write(f"Forecast at {current_date_str} (MW)")
st.write(df_nucmonitor_filtered)
st.write(f"Forecast at {past_date_str} (MW)")
st.write(df_photo_date_filtered)
current_forecast_update = df_nucmonitor_filtered.tolist()
past_forecast_update = df_photo_date_filtered.tolist()
delta = [current - past for current, past in zip(current_forecast_update, past_forecast_update)]
# print('Dates:', [two_months_before, one_month_before, current_date.strftime('%Y-%m'), one_month_after, two_months_after])
# print(f"Forecast update {current_date_str}", current_forecast_update)
# print(f"Forecast update {past_date_str}", past_forecast_update,)
# print('Delta', delta)
# Create a DataFrame for display
data_avg_expected_normal = {
'Dates': [two_months_before, one_month_before, current_date.strftime('%Y-%m'), one_month_after, two_months_after],
f"Forecast update {current_date_str} (MW)": current_forecast_update,
f"Forecast update {past_date_str} (MW)": past_forecast_update,
'Delta': delta
}
df_display_normal_bool = True
# --------------------------------- AVERAGE EXPECTED AVAILABILITY M-1 M M+1 M+2 PIPELINE --------------------------------- #
# --------------------------------- AVERAGE EXPECTED AVAILABILITY WINTER PIPELINE --------------------------------- #
# Create a Table that displays the forecast of each dataframe for the Winter months (Nov, Dec, Jan, Feb, Mar)
# Create a table that gets the forecast for winter. This involves creating a new dataframe with
# only the winter months with the total of each day, and another dataframe with the average of each month. Each month
# included will only be 20xx-11, 12, and 20xx+1-01, 02, 03
# Define date ranges for winter months
# winter_start_date = current_date.replace(month=11, day=1)
# winter_end_date = (current_date.replace(year=current_date.year+1, month=3, day=31))
winter_start = f"{current_date.year}-11"
winter_end = f"{current_date.year+1}-03"
winter_start_str = str(winter_start)
winter_end_str = str(winter_end)
# print("winter_start_str", winter_start)
# print("winter_end_str", winter_end)
# print("monthly_average_nucmonitor.index", monthly_average_nucmonitor.index)
# print(monthly_average_nucmonitor.index == winter_start)
# print(monthly_average_nucmonitor.index == winter_end)
if monthly_average_nucmonitor.index.any() != winter_start or monthly_average_nucmonitor.index.any() != winter_end:
df_display_winter_bool = False
else:
# Filter DataFrames based on winter date range
df_nucmonitor_winter = monthly_average_nucmonitor[(monthly_average_nucmonitor.index >= winter_start_str) & (monthly_average_nucmonitor.index <= winter_end_str)]
df_photo_date_winter = monthly_average_photo_date[(monthly_average_photo_date.index >= winter_start_str) & (monthly_average_photo_date.index <= winter_end_str)]
# Display the forecast DataFrames for winter
st.title("Forecast for Winter Months")
st.write(f"Forecast for {current_date.year}-{current_date.year+1} (Nov, Dec, Jan, Feb, Mar)")
st.write("Nucmonitor Forecast:")
st.write(df_nucmonitor_winter)
st.write("Photo Date Forecast:")
st.write(df_photo_date_winter)
current_winter_forecast_update = df_nucmonitor_winter.tolist()
past_winter_forecast_update = df_photo_date_winter.tolist()
winter_delta = [current - past for current, past in zip(current_winter_forecast_update, past_winter_forecast_update)]
# print("current_winter_forecast_update:", current_winter_forecast_update)
# print("past_winter_forecast_update:", past_winter_forecast_update)
# Create a DataFrame for display
data_avg_expected_winter = {
'Dates': [f'Nov-{current_date.year}', f'Dec-{current_date.year}', f'Jan-{current_date.year+1}', f'Feb-{current_date.year+1}', f'Mar-{current_date.year+1}'],
f"Forecast update {current_date_str}": current_winter_forecast_update,
f"Forecast update {past_date_str}": past_winter_forecast_update,
'Delta': winter_delta
}
# print(data_avg_expected_winter)
df_display_winter_bool = True
# --------------------------------- AVERAGE EXPECTED AVAILABILITY WINTER PIPELINE --------------------------------- #
# --------------------------------- VISUALIZE --------------------------------- #
if df_display_normal_bool:
df_display_normal = pd.DataFrame(data_avg_expected_normal)
# Display the DataFrame as a horizontal table
st.write("Table 1. Average expected availability on the French nuclear fleet (MW) - M-1, M, M+1, M+2, M+3")
st.table(df_display_normal)
if df_display_winter_bool:
df_display_winter = pd.DataFrame(data_avg_expected_winter)
st.write(f"Table 2. Average expected availability on the French nuclear fleet (MW) - Winter {winter_start}/{winter_end}")
st.table(df_display_winter)
# Line charts of the forecasts (need to combine them so they appear in the same chart)
st.write("Current forecast (MW)")
st.line_chart(df_nucmonitor_2)
st.write("Previous forecast (MW)")
st.line_chart(df_photo_date_2)
# Create a new dataframe out of df_nucmonitor_2 call real_avail that contains df_nucmonitor_2 up until current_date
# Slice the DataFrame to include data up until current_date
real_avail = df_nucmonitor_2.loc[df_nucmonitor_2.index <= current_date_str]
# Winter forecast still not the correct one, this is just a placeholder
# winter_forecast = df_nucmonitor_2.loc[(df_nucmonitor_2.index >= winter_start_date) & (df_nucmonitor_2.index <= winter_end_date)]
# Optionally, if you want to reset the index
# real_avail = real_avail.reset_index()
# print(real_avail)
st.write("Observed Historical Availability (MW)")
st.line_chart(real_avail)
# Combine dataframes
# combined_df = pd.concat([df_nucmonitor_2, df_photo_date_2, real_avail, winter_forecast], axis=1)
combined_df = pd.concat([df_nucmonitor_2, df_photo_date_2, real_avail], axis=1)
# combined_df.columns = [f'Forecast {current_date_str}', f'Forecast {past_date_str}', 'Observed Historical Availability', f'Winter forecast {winter_start}/{winter_end}']
combined_df.columns = [f'Forecast {current_date_str} (MW)', f'Forecast {past_date_str} (MW)', 'Observed Historical Availability (MW)']
# print(combined_df)
st.write(f"Graph 1. {start_date} to {end_date} (MW)")
st.line_chart(combined_df)
# Add a download button
# Create a BytesIO object to hold the Excel data
excel_buffer = io.BytesIO()
current_datetime = datetime.datetime.now()
current_year = current_datetime.strftime('%Y')
current_month = current_datetime.strftime('%m')
current_day = current_datetime.strftime('%d')
current_hour = current_datetime.strftime('%H')
current_minute = current_datetime.strftime('%M')
current_second = current_datetime.strftime('%S')
# Save the DataFrame to the BytesIO object as an Excel file
df_nucmonitor.to_excel(excel_buffer, index=True)
# Set the cursor position to the beginning of the BytesIO object
excel_buffer.seek(0)
# Provide the BytesIO object to the download button
download_button = st.download_button(
label="Download Excel",
data=excel_buffer,
file_name=f"nucmonitor_data_{current_year}-{current_month}-{current_day}-h{current_hour}m{current_minute}s{current_second}.xlsx",
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
)
if __name__ == '__main__':
run_app() |