Speed Reducer Tracking System (SRTS)
City of New York
@usgov.city_of_new_york_speed_reducer_tracking_system_srts
City of New York
@usgov.city_of_new_york_speed_reducer_tracking_system_srts
CREATE TABLE table_1 (
"projectcode" VARCHAR,
"groupowner" VARCHAR,
"locationdescription" VARCHAR,
"borough" VARCHAR,
"projectstatus" VARCHAR,
"nextstep" VARCHAR,
"dateadded" VARCHAR,
"bctsnum" VARCHAR,
"ccunum" VARCHAR,
"requestorletterreplydate" VARCHAR,
"cbletterrequestdate" VARCHAR,
"cbletterrecieveddate" VARCHAR,
"oldsign" DOUBLE,
"newsign" VARCHAR,
"markingsdate" VARCHAR,
"installationdate" VARCHAR,
"secondstudycode" VARCHAR,
"closeddate" VARCHAR,
"speedcushion" VARCHAR,
"requestdate" VARCHAR,
"requestortype" VARCHAR,
"segmentid" BIGINT,
"onstreet" VARCHAR,
"fromstreet" VARCHAR,
"tostreet" VARCHAR,
"geoboroughname" VARCHAR,
"lionkey" BIGINT,
"fromlatitude" DOUBLE,
"fromlongitude" DOUBLE,
"tolatitude" DOUBLE,
"tolongitude" DOUBLE,
"oft" DOUBLE,
"cb" DOUBLE,
"segmentstatus" VARCHAR,
"segmentstatusdescription" VARCHAR,
"denialreason" VARCHAR,
"numsrproposed" DOUBLE,
"trafficdirection" VARCHAR,
"trafficdirectiondesc" VARCHAR,
"oldsign1" VARCHAR,
"newsign1" VARCHAR,
"oldsign2" VARCHAR,
"newsign2" VARCHAR
);
Anyone who has the link will be able to view this.