Traffic Control Signs
City of Baton Rouge
@usgov.city_of_baton_rouge_traffic_control_signs
City of Baton Rouge
@usgov.city_of_baton_rouge_traffic_control_signs
CREATE TABLE table_1 (
"sign_id_no" VARCHAR,
"route" VARCHAR,
"sign_name" VARCHAR,
"sign_code" VARCHAR,
"sign_category" VARCHAR,
"sign_text" VARCHAR,
"side_of_road" VARCHAR,
"image" VARCHAR,
"date" BIGINT,
"elevation" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"geolocation" VARCHAR
);
Anyone who has the link will be able to view this.