Parking Garage And Lot Inventory
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_parking_garage_and_lot_inventory
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_parking_garage_and_lot_inventory
This dataset includes parking space inventory information for Montgomery County Public Parking Facilities.
Update Frequency: Monthly
Organization: Montgomery County of Maryland
Last updated: 2020-11-10T16:58:24.802393
Tags: garage, lot, parking
CREATE TABLE table_1 (
"district" VARCHAR,
"facility_number" VARCHAR,
"address" VARCHAR,
"hours_requiring_payment" VARCHAR,
"payment_options" VARCHAR,
"floors" BIGINT,
"clearance_height_feet" BIGINT -- Clearance Height (Feet),
"clearance_height_inches" BIGINT -- Clearance Height (Inches),
"facility_name" VARCHAR,
"total_capacity" BIGINT,
"ada_spaces" BIGINT,
"ada_van_spaces" BIGINT,
"bike_spaces" BIGINT,
"car_spaces" BIGINT,
"motorcycle_spaces" BIGINT,
"motorcycle_area" BIGINT,
"other_information" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"n_5_minute_limit" BIGINT -- 5 Minute Limit,
"n_30_minute_limit" BIGINT -- 30 Minute Limit,
"n_1_hour_limit" BIGINT -- 1 Hour Limit,
"n_2_hour_limit" BIGINT -- 2 Hour Limit,
"n_3_hour_limit" BIGINT -- 3 Hour Limit,
"n_4_hour_limit" BIGINT -- 4 Hour Limit,
"n_9_hour_limit" BIGINT -- 9 Hour Limit,
"n_12_hour_limit" BIGINT -- 12 Hour Limit,
"n_15_hour_limit" BIGINT -- 15 Hour Limit,
"parking_convenience_stickers" BIGINT,
"carpool" BIGINT,
"restricted" BIGINT,
"inactive" BOOLEAN,
"additional_information" VARCHAR,
"last_update" TIMESTAMP,
"location" VARCHAR
);Anyone who has the link will be able to view this.