cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

Prioritization Data Gathering: Population Density #16454

Closed ATD-ZachB closed 4 months ago

ATD-ZachB commented 7 months ago

Latest U.S. Census data (smallest geographical area)

Determined based on values

ATD-ZachB commented 5 months ago

https://austin.maps.arcgis.com/apps/MapSeries/index.html?appid=ef7807dd9cb34d01879280133de3e7bb See if David can pull web app and feature service info out of this web app.

GravesW1 commented 4 months ago

Population_Projections_2040 https://services.arcgis.com/0L95CJ0VTaxqcmED/arcgis/rest/services/Population_Projections_2040/FeatureServer

When calculating the density based form the population by shape area of each census tract, the number appear to be off by a factor for ~ 100-200ft from the density values mentioned from the previous mentioned web map.

GravesW1 commented 4 months ago

Census 2020 Redistricting Block Data

https://austin.maps.arcgis.com/home/item.html?id=73bd0faf877548ae85f72825f48ad78c&view=list&sortOrder=desc&sortField=defaultFSOrder#overview

Shows population by block within the Austin area and surrounding counties

ATD-ZachB commented 4 months ago

Census 2020 Series Layers Map https://austin.maps.arcgis.com/home/item.html?id=8d8fd9786b9e4df8bcbad6394e89b16f

ATD-ZachB commented 4 months ago

Census 2020 Redistricting Tract Data https://services.arcgis.com/0L95CJ0VTaxqcmED/arcgis/rest/services/TractsJoin/FeatureServer

image.png
GravesW1 commented 4 months ago

The population density was calculated by using the feature layer: https://services.arcgis.com/0L95CJ0VTaxqcmED/arcgis/rest/services/TractsJoin/FeatureServer

the arcade expression used is : 2589988 * $feature.P0010001 / $feature.ALAND20