Metered Motorcycle Spaces
City of San Francisco
@usgov.city_of_san_francisco_metered_motorcycle_spaces
City of San Francisco
@usgov.city_of_san_francisco_metered_motorcycle_spaces
This dataset includes metered motorcycle parking spaces in San Francisco as of April 2013. Find attached a data dictionary, a version of the map as a PDF, and a shapefile of the data. This data provides locations of motorcycle meters; meter characteristics, such as single-space or multi-space meter, smart meter status, sensor status, owner, on- or off-street location; rate area.
Organization: City of San Francisco
Last updated: 2020-11-10T16:56:58.298549
Tags: meters, motorcycles, parking, sfmta, sfpark
CREATE TABLE table_1 (
"id" BIGINT,
"post_id" VARCHAR,
"ms_id" VARCHAR,
"ms_spaceid" BIGINT,
"cap_color" VARCHAR,
"meter_type" VARCHAR,
"smart_mete" VARCHAR,
"activesens" VARCHAR,
"jurisdicti" VARCHAR,
"on_off_str" VARCHAR,
"osp_id" BIGINT,
"ratearea" VARCHAR,
"sfparkarea" VARCHAR,
"street_num" BIGINT,
"streetname" VARCHAR,
"street_seg" BIGINT,
"location" VARCHAR
);Anyone who has the link will be able to view this.