Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Conversation

@emosy
Copy link

@emosy emosy commented Oct 6, 2019

Initial submission
Mudit Gupta and Ryan Thomas Lynch

emosy and others added 30 commits October 5, 2019 21:05
added getMostImpactfulDisasterByYear method, added constructor, proper getters, and passed JUnit :D
necessitated making new constructor for no year needed
one more JUnit hopefully
now returns String as needed
muditg317 and others added 14 commits October 5, 2019 23:12
created two new exceptions, CategoryNotDefinedException and YearNotDefinedException, and implemented them in the DD class to be thrown when the values for the getters of category and year are not defined.
cuz .class merge conflicts be botherin us
@muditg317 helped by pointing out my cmd was in the wrong dir

Co-Authored-By: Mudit Gupta <[email protected]>
realized that it causes the JUnit to fail as it was not expecting an exception, so now it returns null for an undefined category and "NoYr" for an undefined year
new library for running R from Java
…list indexing, finalized javadocs

added consistency of calling each line of records "entry"
functions based on disaster category are more time efficient because they only iterate over elements of the list with the correct category
oversight of index out of bounds exception for while loops in functions based on disaster category
read through and improved clarity of all javadocs
@emosy emosy changed the title Submission Mudit Gupta and Ryan Thomas Lynch Submission Oct 6, 2019
@emosy
Copy link
Author

emosy commented Oct 6, 2019

We removed the R capability because it was so new to us and the libraries had poor documentation.
We planned to add capability to display a choropleth map of a selected category of disasters within a given year, so that it would be like a GUI with a year slider that would automatically update the choropleth as it advanced through time, showing how disasters affected different countries at different rates as time progressed. Maybe next time :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants