usds / justice40-tool

A tool to identify disadvantaged communities due to environmental, socioeconomic and health burdens
https://screeningtool.geoplatform.gov/
Creative Commons Zero v1.0 Universal
134 stars 42 forks source link

As a developer, I want to visualize ACS demographic data on my map. #102

Closed switzersc-usds closed 3 years ago

switzersc-usds commented 3 years ago

Description This is similar to #100, in that we need to use the most recent ACS data to visualize demographic indicators at the block group level on the map. Start with the following and we will adjust or add after we meet with advisor group:

Solution A clear and concise description of the solution.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Links to user research or other resources

Tasks

Definition of "Done"

switzersc-usds commented 3 years ago

Open question: Do the Census Block Groups in the most recent ACS correspond to the CBGs in the 2010 TIGER data? How frequently do these boundaries change?

mikelmaron commented 3 years ago

@switzersc-usds Census geographies are updated every 10 years, with completion of the decennial census https://2020census.gov/en/news-events/press-releases/2020-census-geographic-products.html

The TIGER/Line files for 2020 can be found at https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html

switzersc-usds commented 3 years ago

Thanks @mikelmaron !

switzersc-usds commented 3 years ago

This will involve joining the ACS data with the CBG data in the geojson.

esfoobar-usds commented 3 years ago

From @lucasmbrown-usds: LESSHS count of individuals age 25 or over with less than high school degree LOWINCPCT % low-income

Also from the column description file: ACSTOTPOP Total

switzersc-usds commented 3 years ago

We're able to merge the data but it's not ready to be demoed yet.