Skip to content

data-overflow/solar-output-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solar-output-predictor

ENIGMATIC ENERGISERS!
THEME NAME: Prediction of electricity generation by solar panel at any location, date.
(7th SDG Goal - Affordable and Clean Energy)

PROBLEM STATEMENT

To create a user friendly model which calculates the electricity generated by the solar panels on a given specific date and location.

SOLUTION

WE CREATED A MOBILE APPLICATION WHICH IS VERY USER FRIENDLY AND CAN BE USED BY COMMON PEOPLE TO FIND THE ELECTRICITY GENERATED BY SOLAR PANELS!
It has the ability to calculate for past, live and future dates.
It also covers the whole globe in terms of location.
It considers factors like wind speed, temperature and other weather conditions.

INTRODUCING YOU OUR APPLICATION – RA WATTS (THE solar output predictor)!

REQUIRED INPUTS:

  • PLACE NAME
  • COUNTRY NAME
  • START DATE
  • END DATE
  • NUMBER OF SOLAR PANELS/ AREA OF SOLAR PANEL
  • RATING OF SOLAR PANEL
    We calculate the latitude and longitude of the given using geopy python libraries.
    The sunlight period of a place is calculated using suntime python libraries.
    We created a new function which calculates efficiency based on inputs like location, date, solar panel rating and considers factors like solar position, irradiance, dni, ghi, dhi.
    Finally we calculate the electricity produced by multiplying the variables of number of solar panels, ratings of solar panels, efficiency, sunlight period.

TECHNOLOGY STACKs USED

Front end: Godot game engine
Back end:

  • Flask and Python
  • math library
  • panda library
  • datetime library
  • geopy library
  • suntime library