MBPO Pedestrian Ramp Report
City of New York
@usgov.city_of_new_york_mbpo_pedestrian_ramp_report
City of New York
@usgov.city_of_new_york_mbpo_pedestrian_ramp_report
A survey of 248 street corner pedestrian ramps near accessible subway stations to determine ADA compliancy.
Organization: City of New York
Last updated: 2021-08-13T18:52:56.385264
Tags: a-d-a, accessibility, accessible, ada, curb, curb-cut, curb-cuts, pedestrian-ramps, ramp
CREATE TABLE table_1 (
"station" VARCHAR,
"street_1" VARCHAR,
"street_2" VARCHAR,
"curb_cut" VARCHAR,
"center_cut" VARCHAR,
"no_curb_cut" VARCHAR,
"ramp_id_no_id_means_a_part_of_center_cut" VARCHAR -- Ramp ID (No Id Means A Part Of Center Cut),
"compliant" VARCHAR,
"slope_1_12_or_less" VARCHAR -- Slope (1":12" Or Less),
"slope_non_comp" BOOLEAN,
"ramp_width_36_or_more" VARCHAR -- Ramp Width (36" Or More),
"width_non_comp" BOOLEAN,
"lip_or_bump_1_4_or_less" VARCHAR -- Lip Or Bump (1/4" Or Less),
"lip_non_comp" VARCHAR,
"crumbling_concrete" VARCHAR -- Crumbling Concrete?,
"crumbling_non_comp" VARCHAR,
"led_to_pot_hole" VARCHAR -- Led To Pot Hole?,
"pot_hole_non_comp" VARCHAR,
"detectable_warnings" VARCHAR -- Detectable Warnings?,
"warnings_non_comp" VARCHAR,
"object_barriers" VARCHAR -- Object Barriers ?,
"objects_non_comp" VARCHAR,
"barriers_above" VARCHAR -- Barriers Above?,
"ramp_looks_relatively_new" VARCHAR -- Ramp Looks Relatively "new"?
);Anyone who has the link will be able to view this.