Code/:
index.php			// Index page for live site

Code/include/:
Configuration.php		// Default configuration options
GeoCoder.class.php		// GeoCoder class
GeoCoder.interface.php		// GeoCoder interface specification
IOController.class.php		// IOController class (parent of other classes)
IOController.interface.php	// IOController interface specification
ReferenceData.class.php		// ReferenceData class
ReferenceData.interface.php	// ReferenceData interface specification
RepositoryModel.class.php	// RepositoryModel class
RepositoryModel.interface.php	// RepositoryModel interface specification
View.class.php			// View class
View.interface.php		// View interface specification

DatabaseDumps/:
Wunderground_RSS_weather.200705031420.sql	// 2007-05-03 dump of Weather table
Yahoo_REST_traffic.200705031420.sql		// 2007-05-03 dump of Traffic table

DatabaseSchemas/:
Wunderground_RSS_weather.schema			// Weather table schema
Yahoo_REST_traffic.schema			// Traffic table schema

Demos/:
Demo1_2007-03-23.pdf		// Demo #1 brochure
Demo2_2007-05-03.pdf		// Demo #2 brochure

Proposal/:
Proposal_2007-01-26.pdf		// Project proposal

Reports/:
Report1_2007-02-19.pdf		// Report #1
Report2_2007-03-09.pdf		// Report #2
Report3_2007-04-27.pdf		// Report #3

ScreenShots/:
AlongRoute_Map.png		// Screenshot of "Statistics Along Route" (UC2)
AlongRoute_SatMap.png		// Screenshot of "Statistics Along Route" (UC2) with satellite imagery
Input_Page.png			// Screenshot of the initial input page
WithinArea_Map.png		// Screenshot of "Statistics Within Area" (UC1)
WithinArea_SatMap.png		// Screenshot of "Statistics Within Area" (UC1) with satellite imagery

Scripts/:
Wunderground_RSS_weather.pl	// Weather collection script (UC4)
Yahoo_REST_traffic.pl		// Traffic collection script (UC3)
