Pedestrian Friendliness Index Census Blocks
District of Columbia
@usgov.district_of_columbia_pedestrian_friendliness_index_cen_1a4101ff
District of Columbia
@usgov.district_of_columbia_pedestrian_friendliness_index_cen_1a4101ff
The Pedestrian Friendliness Index (PFI) scores for each Census block showing how walkable they are, relative to other Census blocks in the District. An area deemed ‘most walkable’ has a connected street grid with sidewalks, buildings set close to the street, and intersections and blocks that are manageable for pedestrians.
Organization: District of Columbia
Last updated: 2024-04-30T18:29:58.839911
Tags: district-of-columbia, mobility, movedc, pedestrian-friendliness-index, pfi, transportation, walk, washington-dc
CREATE TABLE table_1 (
"objectid" BIGINT,
"density_of_census_blocks" DOUBLE,
"density_score" DOUBLE,
"four_way_intersection_ratio" DOUBLE,
"intersection_score" DOUBLE,
"average_inverse_setback" DOUBLE,
"setback_score" DOUBLE,
"st_dev_of_block_length" DOUBLE,
"length_score" DOUBLE,
"sidewalk_ratio" DOUBLE,
"sidewalk_score" DOUBLE,
"pfi_score" DOUBLE,
"rank" BIGINT,
"gis_id" VARCHAR,
"globalid" VARCHAR,
"creator" VARCHAR,
"created" VARCHAR,
"editor" VARCHAR,
"edited" VARCHAR,
"shapearea" BIGINT,
"shapelen" BIGINT
);Anyone who has the link will be able to view this.