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 Census TIGER vector data in my national map from my own pipeline. #100

Closed switzersc-usds closed 3 years ago

switzersc-usds commented 3 years ago

Description This is primarily centered around getting this base data into geoplatform in a usable way, not user experience for the map.

Solution Use the geoplatform.gov platform for processing this straightforward dataset for our base of geographic boundaries in the national map.

Note: We want to be able to run the data pipeline end to end locally / without hosting dependencies. We should talk to geoplatform about process for adding the TIGER data and how we might be able to host or store in version control the processing code.

Lots of dependencies on geoplatform and unknownss.

Describe alternatives you've considered We could do this without geoplatform processing but we need to move forward on setting up the infrastructure.

Links to user research or other resources

Tasks

Definition of "Done"

esfoobar-usds commented 3 years ago

https://www2.census.gov/geo/tiger/TIGER2010/BG/2010/?C=S;O=D is where you can get 2010 basic blockgroups.

tl_2010_01_bg10.zip would represent a state.

tl_2010_XX_bg10.zip 01 to 56 and 72 if you want Puerto Rico.

https://www.census.gov/geographies/reference-files/time-series/geo/tallies.html has the state tables for reference.

switzersc-usds commented 3 years ago

Draft PR in progress: https://github.com/usds/justice40-tool/pull/122

switzersc-usds commented 3 years ago

@esfoobar-usds Note that starting with Minnesota would be best if possible

esfoobar-usds commented 3 years ago

This task is awaiting @NatHillardUSDS's confirmation that he can read the mvt folder on s3, once it's completely uploaded, otherwise it's complete and can see the CBGs on my local machine.