Parking Meters
City of San Francisco
@usgov.city_of_san_francisco_parking_meters
City of San Francisco
@usgov.city_of_san_francisco_parking_meters
CREATE TABLE table_1 (
"objectid" BIGINT,
"parking_space_id" VARCHAR,
"post_id" VARCHAR,
"ms_pay_station_id" VARCHAR,
"ms_space_num" BIGINT,
"sensor_flag" VARCHAR,
"on_offstreet_type" VARCHAR,
"osp_id" VARCHAR,
"jurisdiction" VARCHAR,
"pm_district_id" DOUBLE,
"blockface_id" BIGINT,
"active_meter_flag" VARCHAR,
"reason_code" VARCHAR,
"smart_meter_flag" VARCHAR,
"meter_type" VARCHAR,
"meter_vendor" VARCHAR,
"meter_model" VARCHAR,
"cap_color" VARCHAR,
"pco_beat" VARCHAR,
"old_rate_area" VARCHAR,
"street_id" DOUBLE,
"street_name" VARCHAR,
"street_num" DOUBLE,
"parity_digit_position" VARCHAR,
"street_seg_ctrln_id" DOUBLE,
"orientation" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"legislation_ref" VARCHAR,
"legislation_dt" VARCHAR,
"work_order" VARCHAR,
"comments" VARCHAR,
"collection_route" VARCHAR,
"collection_subroute" VARCHAR,
"pmr_route" VARCHAR,
"nfc_key" VARCHAR,
"spt_code" VARCHAR,
"collection_route_desc" VARCHAR,
"collection_subroute_desc" VARCHAR,
"shape" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"analysis_neighborhood" VARCHAR,
"supervisor_district" BIGINT,
"analysis_neighborhoods" BIGINT,
"neighborhoods" BIGINT,
"sf_find_neighborhoods" BIGINT,
"current_police_districts" BIGINT,
"current_supervisor_districts" BIGINT
);
Anyone who has the link will be able to view this.