Sidewalk Inventory
City of Bloomington
@usgov.city_of_bloomington_bloomington_sidewalk_inventory_e34a7
City of Bloomington
@usgov.city_of_bloomington_bloomington_sidewalk_inventory_e34a7
This data layer represents the sidewalks located along roadways for the City of Bloomington. It includes sidewalks maintained by the City of Bloomington as well as other known sidewalks. The data also contains sidewalks which do not exist, noted as "no sidewalk". It is intended to represent the centerline of the sidewalk but positional placement varies.
Organization: City of Bloomington
Last updated: 2023-05-20T03:37:00.109009
Tags: gis, maps, pedestrian, sidepaths, sidewalks
CREATE TABLE table_1 (
"asset_id" BIGINT,
"street_name" VARCHAR,
"owner" VARCHAR,
"jurisdiction" VARCHAR,
"condition" VARCHAR,
"type" VARCHAR,
"material" VARCHAR,
"cross_slope" DOUBLE -- Cross Slope (%),
"width_in" DOUBLE -- Width (in),
"install_date" VARCHAR,
"replacement_date" VARCHAR,
"length_ft" DOUBLE -- Length (ft),
"geometry" VARCHAR,
"centerlineid" DOUBLE
);Anyone who has the link will be able to view this.