Skip to content

CSV of license plates scanned in August 2013 by the Pittsburgh Parking Authority.

Notifications You must be signed in to change notification settings

arm5077/pgh-ALPR-records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme

This is the August export of the scans database of Pittsburgh Parking Authority's Automatic License Plate Reader program. Every entry represents a single license plate scan.

For background, see this Post-Gazette article on the program. The American Civil Liberties Union has a good report on ALPR programs nationwide.

The database structure:

</tbody>
Field Type Purpose
ID int Unique identifier
DateTime timestamp with date Timestamp of when scan was made.
Plate text License plate number of scanned car.
State text State that issued scanned license plate; frequently "?"
SideReadFrom text Which camera picked up the vehicle; RIGHT usually means the scanned vehicle was parked, while LEFT indicates a car passing in the opposing lane.
Lat float Latitude of scan point.
Lng float Longitude of scanned point
AlarmFlag text "TRANSIT" if scanned car had no fines; "ALARM" if it did.
Fine float Accumulated fine on scanned vehicle; reads "Not available" if no fine.
CarID int Numeric ID of the camera car that recorded the license plate.

About

CSV of license plates scanned in August 2013 by the Pittsburgh Parking Authority.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published