Mobile Telecommunications Franchise Pole Reservation Locations
City of New York
@usgov.city_of_new_york_mobile_telecommunications_franchise_p_37974b1a
City of New York
@usgov.city_of_new_york_mobile_telecommunications_franchise_p_37974b1a
CREATE TABLE table_1 (
"id" BIGINT,
"reservation_date" TIMESTAMP,
"franchisee_name" VARCHAR,
"status" VARCHAR,
"installation_date" TIMESTAMP,
"pole_class" VARCHAR,
"borough" VARCHAR,
"x_coord" DOUBLE,
"y_coord" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"zone" VARCHAR,
"on_street" VARCHAR,
"cross_street_1" VARCHAR,
"cross_street_2" VARCHAR,
"park_advisory" VARCHAR,
"historic_landmark_advisory" VARCHAR,
"scenic_landmark_advisory" VARCHAR,
"bid_advisory" VARCHAR,
"school_advisory" VARCHAR,
"zipcode" BIGINT,
"community_board" BIGINT,
"council_district" BIGINT
);
Anyone who has the link will be able to view this.