Louisville Metro KY - Parking Meter Inventory
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_parkin_b30857f4
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_parkin_b30857f4
Data Dictionary:
PARC Zone Number - Zone that parking spot in located in. Used for purchasing parking.
Zone Name - Street address of parking block.
Meter Number - Identifier of physical parking meter.
Space Number / Space Number Double 2 - Identifier of parking spaces.
Hours of Operation - Hours paid parking at meters is in effect
Max Time - Maximum consecutive time that can be purchased.
First Hour Rate - Rate to purchase an hour of parking in the first hour of parking.
Second Hour Rate - Rate to purchase an hour of parking in the second hour of parking.
Third and Greater Hour Rate - Rate to purchase an hour of parking on or after 3 hours.
Longitude.X - Longitude value of meter location
Latitude.Y - Latitude value of meter location
Maximum Time - Minutes - max time in minutes allowed.
Meter Bagging Rate - Daily parking rate for meter bagging.
Meter Type - Brand of meter installed at location
No Stopping AM[PM] Start[Stop]- Weekdays - If applicable, times during which no parking is allowed at this location.
Organization: Louisville Metro Government
Last updated: 2025-07-30T14:24:33.161722
Tags: jefferson-county, kentucky, louisville, louisville-metro, louisville-metro-ky, meters, mopd, on-street-parking, open-data, parc, parking, parking-authority, parking-meters, updated-irregularly
CREATE TABLE table_1 (
"parc_zone_number" VARCHAR,
"zone_name" VARCHAR,
"meter_number" VARCHAR,
"space_number" DOUBLE,
"space_number_double_2" VARCHAR,
"hours_of_operation" VARCHAR,
"max_time" VARCHAR,
"first_hour_rate" VARCHAR,
"second_hour_rate" VARCHAR,
"third_and_greater_hour_rate" VARCHAR,
"longitude_x" DOUBLE,
"latitude_y" DOUBLE,
"maximum_time_minutes" DOUBLE -- Maximum Time - Minutes,
"meter_bagging_rate" DOUBLE,
"meter_type" VARCHAR,
"no_stopping_am_start_weekdays" DOUBLE -- No Stopping AM Start - Weekdays,
"no_stopping_am_stop_weekdays" DOUBLE -- No Stopping AM Stop - Weekdays,
"no_stopping_pm_start_weekdays" DOUBLE -- No Stopping PM Start - Weekdays,
"no_stopping_pm_stop_weekdays" DOUBLE -- No Stopping PM Stop - Weekdays,
"objectid" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);Anyone who has the link will be able to view this.