RHEES,JULIA,FRASER,ROWAN
SOLAR PANEL CALCULATOR THINGY (reword a bit more pressically later ) - Have different locations (AB,BC,SK,Yukon...)
"Your project idea sounds promising and directly addresses Sustainable Development Goal 7 (SDG 7) - Affordable and Clean Energy. Suggested outline for your project:"
- Develop a user-friendly interface where users can input their data. (can be pretty simple for now add sick shit later)
- Utilize HTML and JavaScript(button) for frontend(and "backend" calculations) development.
-
Implement the backend logic using JavaScript.
- The Calculations of solar panel needed
- Enter $ amount spent on electricy bill per year (= moneySpent)
- Convert moneySpent to kWhused per year, take money spent - admin fee (constant) and then divide by how much it is to use a kW of power (kWh = (moneySpent-adminFee)/convertingFactor ), adminFee = 267.24(
$peryear),covertingFactor=0.15(kWh/$ ) ->cents - take kWhused per year and divde it by y which is how much kwh you need on roof (lol)
- take value from step 3 and divide it by how much kWh 1 solar panel gives per year then it will output how many solar panels you need to cover the kWh used (panelsNeeded = kWhUsed/panelOutput), panelOutput = 0.4 (kwh)
- The Calculations of solar panel needed
-
Calculate financial metrics such as payback period, monthly savings, and potential profit based on user inputs.
- What was your Energy input this year
Data Analysis:
- Analyze historical solar energy production data for Kelowna, British Columbia. * Use this data to provide predictions for the following year's profit, debt, costs, etc.
- Implement algorithms to forecast future solar energy production based on historical data and relevant factors (e.g., weather patterns, technological advancements).
- User Input and Output:
- Allow users to input their energy usage, electricity costs, and desired solar panel size.
- Display the calculated financial information such as payback period, monthly savings, and potential profit.
- Provide visualizations (e.g., charts, graphs) to help users understand the financial implications of investing in solar panels.
- Localization: * Ensure that the application is specific to Kelowna, British Columbia, Canada. * Incorporate relevant local data and factors that may affect solar energy production and financial calculations in the region.
- Testing and Deployment: * Test the application thoroughly to ensure accuracy and reliability of calculations.
- Deploy the application to a web server to make it accessible to users. * Consider using platforms like AWS, Heroku, or DigitalOcean for deployment