A website to monitor Solar Data from schools in Belize.
SCMP 318 Spring 2023 at Kenyon College.
The graphics are here
The data is here
Out team will:
- create a main page to provide information on the project.
- a search panel to look through all the different school's subpages
- an overview of the project
- overall metrics on the entire system
- a set of sub pages for each school
Our pages must contain:
- A line graph of for a schools output for the current day
- A line graph of for a schools output for and selected date (you can use a bootstrap date selector)
- A composit line graph showing ALL the schools, with a different color line for each school, for the current day.
- A hour-by-hour bar graph for today, or a given day.
- A hour by hour graph on the main page showing the sum of all the watts from all the schools.
- A stacked bar graph like above, only each element in each stack is a different school
- Our own graph (we should make a map)
It should be nice looking, and include buttons and/or pull down menus to navigate.
Installing our project requires apache2 to be installed and configured. Our site was built to run on AWS infrastructure in the cloud, but it should also work on local development enviroments.
git clone git@github.com:GrantCulbertson/BelizeSolarProject.git
cd BelizeSolarProject
sudo mkdir /var/www/html/BelizeSolarProject/
sudo chown ubuntu /var/www/html/BelizeSolarProject/ # ubuntu can be replaced with your username.
make