A map that displays the locations and details of various incidents reported to public safety on and around the RPI campus. The information for these incident pins is parsed from the RPI's Public Safety Daily Crime Log.
RPI Incident Map is hosted on AWS.
- Displaying the pins on the map based on the location they occurred.
- Selecting functionality based on location, type of incident or month they occured.
- Able to zoom and move functionality on the map.
- Contact information available for RPI Public Safety.
Use Travis CI for our testing. Repo gets tested on every build.
- We are using tabs instead of spaces to ensure we are staying consistent across the different files in the repository.
- In out text editors we have declared tabs are equivalent to four spaces because different text editors vary the number of spaces that are equivalent to one tab.
- We use uppercamelcase for all classes and lower camel case for variables and functions to improve readability and maintain consistency in all files.
- All private variables begin with __, which is a coding standard for Python.
- All code is commented with functionality explanation so that returning to old code is easy and new developers understand the purpose of each of the functions.
- We use double quotes for strings.
- We add spaces between operators (i.e. x = y instead of x=y).
Developed by: Sarah Schattschneider, Christina Hammer, Levin Huang and Edward McCorry