Monday, November 16, 2009

WattDepot 2.0!!!!!!!!!!!!!

After our class reviewed each others code for Wattdepot, we all needed to remake everything. And now here is 2.0!!!!!! The program could be downloaded here. Click on WattDepotCli Version 2 by Team Eiwa.

This project, Wattdepot, collects information about electrical data from meters in certain areas. We created a program that takes this information and organizes it in a way for easy readability. And what is new in the new version 2.0, we added a SoftwareICU system called Hackystat. Hackystat gives us great information on analysis, visualization, interpretation, annotation, and dissemination for us to monitor the project.

Our system fulfills all of the requirements. We changed most of the issues made by our reviewers, but documentation could still be improved. We also created a somewhat high-quality system design. I had it in a way where test commands and regular commands was in different packages for easy readability, but there was changes to that. And due to our reviews about testing our code, we made test cases for every command.

The group could not meet regularly due to conflicting schedules. We did split the work equally, but changes were made to each others code so we both corrected each others code.




The Software ICU shows that our test coverage is mostly stable. It also shows that our builds, tests, and commits a spiky, this is because the group doesn't meet regularly so we are doing the project on our own and that makes the graph jumpy.

The following is the questions we had to answer using our program:

What day and time during the month was Oahu energy usage at its highest? How many MW was this?
Time: 2009-11-02T20:00:00.000-10:00 Power: 995.0 MegaWatts

What day and time during the month was Oahu energy usage at its lowest? How many MW was this?
Time: 2009-11-02T04:00:00.000-10:00 Power: 493.0 MegaWatts

What day during the month did Oahu consume the most energy? How many MWh was this?
Time: 2009-11-02T00:00:00.000-10:00 Power: 14764.0 MegaWatt-Hours

What day during the month did Oahu consume the least energy? How many MWh was this?
Time: 2009-11-01T00:00:00.000-10:00 Power: 14089.0 MegaWatt-Hours

What day during the month did Oahu emit the most carbon (i.e. the "dirtiest" day)? How many lbs of carbon were emitted?
Time: 2009-11-04T00:00:00.000-10:00 Carbon: 29959472 pounds

What day during the month did Oahu emit the least carbon (i.e. the "cleanest" day)? How many lbs of carbon were emitted?
Time: 2009-11-07T00:00:00.000-10:00 Carbon: 22908808 pounds

No comments:

Post a Comment