ARCHIVED: Parking Citations
City of Los Angeles
@usgov.city_of_los_angeles_parking_citations_0e4fd
City of Los Angeles
@usgov.city_of_los_angeles_parking_citations_0e4fd
New Parking Citations dataset here: https://data.lacity.org/Transportation/Parking-Citations/4f5p-udkv/about_data
---Archived as of September 2023---
Parking citations with latitude / longitude (XY) in US Feet coordinates according to the California State Plane Coordinate System - Zone 5 (https://www.conservation.ca.gov/cgs/rgm/state-plane-coordinate-system).
For more information on Geographic vs Projected coordinate systems, read here: https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/gcs_vs_pcs/
For information on how to change map projections, read here: https://learn.arcgis.com/en/projects/make-a-web-map-without-web-mercator/
Organization: City of Los Angeles
Last updated: 2020-11-10T17:52:38.205884
CREATE TABLE table_1 (
"ticket_number" VARCHAR,
"issue_date" TIMESTAMP,
"issue_time" DOUBLE,
"meter_id" VARCHAR,
"marked_time" DOUBLE,
"rp_state_plate" VARCHAR,
"plate_expiry_date" DOUBLE,
"vin" VARCHAR,
"make" VARCHAR,
"body_style" VARCHAR,
"color" VARCHAR,
"location" VARCHAR,
"route" VARCHAR,
"agency" DOUBLE,
"violation_code" VARCHAR,
"violation_description" VARCHAR,
"fine_amount" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"agency_description" VARCHAR,
"color_description" VARCHAR,
"body_style_description" VARCHAR
);Anyone who has the link will be able to view this.