diff options
Diffstat (limited to '')
-rw-r--r-- | dev/a3-earthquake/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/a3-earthquake/README.md b/dev/a3-earthquake/README.md index 1b32e4c..9a1af8e 100644 --- a/dev/a3-earthquake/README.md +++ b/dev/a3-earthquake/README.md @@ -1 +1,8 @@ # CSci-4611 Assignment 3: Earthquake +## By Matt Strapp +I didn't forget to do this this time! + +### Design Decisions +The mapping I chose for the colors of the earthquakes was based on a [graph](https://upload.wikimedia.org/wikipedia/commons/d/de/Earthquake_severity.jpg) I found on Wikipedia. The size is based on the magnitude of the earthquake, normalized to the largest one in the database and how recent the quake was. + +Most of them are red (high magnitude) which does not seem correct.
\ No newline at end of file |