# Footfall Monitoring System ## Folder description The below files have been deposited * Footfall_Data.zip - Data collection from the Footfall Monitors merged together to a single file * footfall_placement.csv - Placement and allocation information for footfall monitors respective of Streetlights. ## Footfall_Data.zip The zipped folder contains .csv files for measurements from each individual Footfall Monitor. The naming convention for files in is given below ### IAM_Data.zip Folder Structure * Footfall Data: The files are labelled as footfall_[Sensor_ID].csv, where Sensor_ID denoted the id of the Footfall Monitor. The ID of the footfall monitor is equivalent to the ID of the Streetlight it was deployed next to. ### Footfall Sensor Data * unixtime - Time at which data was collected in POSIXct format. * hostname - denotes the ID of the Footfall Monitor. * direction - The direction and quantity of the movement when horizontal beam of light is “broken” when a person crosses a threshold. * total - The total number of times when a horizontal beam of light is “broken” when a person crosses a threshold. Cumulative number since the reset of a sequence. * seq - Message sequence number since the last reset. ### Footfall Placement * Monitor ID - denotes the ID of the Footfall Monitor. * Streetlight - denotes the ID of the Streetlight that is closest to the monitor. * Notes - information on the placement of the footfall monitor. * Latitude - Latitude in Decimal Degrees (DD) of the Footfall monitor. * Longitude - Longitude in Decimal Degrees (DD) of the Footfall monitor.