Flashing Beacons
City of Austin
@usgov.city_of_austin_flashing_beacons
City of Austin
@usgov.city_of_austin_flashing_beacons
This dataset contains information on the various types of flashing beacons deployed across the City of Austin. The data is maintained by the Arterial Management Division of the City of Austin Transportation Department.
Organization: City of Austin
Last updated: 2020-11-12T13:34:11.674033
Tags: pedestrians, roads, safety, transportation
CREATE TABLE table_1 (
"atd_beacon_id" BIGINT,
"atd_location_id" VARCHAR,
"beacon_type" VARCHAR,
"direction" VARCHAR,
"beacon_status" VARCHAR,
"turn_on_date" TIMESTAMP,
"location_latitude" VARCHAR,
"location_longitude" VARCHAR,
"created_date" TIMESTAMP,
"modified_date" TIMESTAMP,
"beacon_comment" VARCHAR,
"source_db_id" VARCHAR,
"location" VARCHAR
);Anyone who has the link will be able to view this.