├── .gitignore ├── 00_connect_ebs_volume.sh ├── 01_set_up_postgresql.sh ├── 02_download_acs_2007_1yr.sh ├── 02_download_acs_2007_3yr.sh ├── 02_download_acs_2008_1yr.sh ├── 02_download_acs_2008_3yr.sh ├── 02_download_acs_2009_1yr.sh ├── 02_download_acs_2009_3yr.sh ├── 02_download_acs_2009_5yr.sh ├── 02_download_acs_2010_1yr.sh ├── 02_download_acs_2010_3yr.sh ├── 02_download_acs_2010_5yr.sh ├── 02_download_acs_2011_1yr.sh ├── 02_download_acs_2011_3yr.sh ├── 02_download_acs_2011_5yr.sh ├── 02_download_acs_2012_1yr.sh ├── 02_download_acs_2012_3yr.sh ├── 02_download_acs_2012_5yr.sh ├── 02_download_acs_2013_1yr.sh ├── 02_download_acs_2013_3yr.sh ├── 02_download_acs_2013_5yr.sh ├── 02_download_acs_2014_1yr.sh ├── 02_download_acs_2014_5yr.sh ├── 02_download_acs_2015_1yr.sh ├── 02_download_acs_2015_5yr.sh ├── 02_download_acs_2016_1yr.sh ├── 02_download_acs_2016_5yr.sh ├── 02_download_acs_2017_1yr.sh ├── 02_download_acs_2017_5yr.sh ├── 02_download_acs_2018_1yr.sh ├── 02_download_acs_2018_5yr.sh ├── 02_download_acs_2019_1yr.sh ├── 02_download_acs_2019_5yr.sh ├── 02_download_acs_2020_5yr.sh ├── 02_download_acs_2021_1yr.sh ├── 02_download_acs_2021_5yr.sh ├── 02_download_dec_2010_pl94.sh ├── 02_download_dec_2020_pl94.sh ├── 03_import_acs_2007_1yr.sh ├── 03_import_acs_2007_3yr.sh ├── 03_import_acs_2008_1yr.sh ├── 03_import_acs_2008_3yr.sh ├── 03_import_acs_2009_1yr.sh ├── 03_import_acs_2009_3yr.sh ├── 03_import_acs_2009_5yr.sh ├── 03_import_acs_2010_1yr.sh ├── 03_import_acs_2010_3yr.sh ├── 03_import_acs_2010_5yr.sh ├── 03_import_acs_2011_1yr.sh ├── 03_import_acs_2011_3yr.sh ├── 03_import_acs_2011_5yr.sh ├── 03_import_acs_2012_1yr.sh ├── 03_import_acs_2012_3yr.sh ├── 03_import_acs_2012_5yr.sh ├── 03_import_acs_2013_1yr.sh ├── 03_import_acs_2013_3yr.sh ├── 03_import_acs_2013_5yr.sh ├── 03_import_acs_2014_1yr.sh ├── 03_import_acs_2014_5yr.sh ├── 03_import_acs_2015_1yr.sh ├── 03_import_acs_2015_5yr.sh ├── 03_import_acs_2016_1yr.sh ├── 03_import_acs_2016_5yr.sh ├── 03_import_acs_2017_1yr.sh ├── 03_import_acs_2017_5yr.sh ├── 03_import_acs_2018_1yr.sh ├── 03_import_acs_2018_5yr.sh ├── 03_import_acs_2019_1yr.sh ├── 03_import_acs_2019_5yr.sh ├── 03_import_acs_2020_5yr.sh ├── 03_import_acs_2021_1yr.sh ├── 03_import_acs_2021_5yr.sh ├── 03_import_dec_2010_pl94.sh ├── 03_import_dec_2020_pl94.sh ├── 05_create_ebs_snapshot.sh ├── 11_set_up_postgis.sh ├── 12_download_blocks_2010.sh ├── 12_download_blocks_2020.sh ├── 12_download_tiger_2012.sh ├── 12_download_tiger_2013.sh ├── 12_download_tiger_2014.sh ├── 12_download_tiger_2015.sh ├── 12_download_tiger_2016.sh ├── 12_download_tiger_2017.sh ├── 12_download_tiger_2018.sh ├── 12_download_tiger_2019.sh ├── 12_download_tiger_2020.sh ├── 12_download_tiger_2021.sh ├── 13_import_blocks_2010.sh ├── 13_import_blocks_2020.sh ├── 13_import_tiger_2012.sh ├── 13_import_tiger_2013.sh ├── 13_import_tiger_2014.sh ├── 13_import_tiger_2015.sh ├── 13_import_tiger_2016.sh ├── 13_import_tiger_2017.sh ├── 13_import_tiger_2018.sh ├── 13_import_tiger_2019.sh ├── 13_import_tiger_2020.sh ├── 13_import_tiger_2021.sh ├── 13_index_tiger_2012.sql ├── 13_index_tiger_2013.sql ├── 13_index_tiger_2014.sql ├── 13_index_tiger_2015.sql ├── 13_index_tiger_2016.sql ├── 13_index_tiger_2017.sql ├── 13_index_tiger_2018.sql ├── 13_index_tiger_2019.sql ├── 13_index_tiger_2020.sql ├── 13_index_tiger_2021.sql ├── 14_aiannh_tables_2017.sql ├── 14_aiannh_tables_2018.sql ├── 14_aiannh_tables_2019.sql ├── 14_aiannh_tables_2020.sql ├── 14_aiannh_tables_2021.sql ├── 15_cbsa_geocontainment_2018.sql ├── 15_cbsa_geocontainment_2019.sql ├── 15_cbsa_geocontainment_2020.sql ├── LICENSE ├── README.md ├── geocontainment_scripts └── cbsa_containment.py └── table_based ├── 02_download_acs_2021_1yr.sh ├── 02_download_acs_2021_5yr.sh ├── 02_download_acs_2022_1yr.sh ├── 02_download_acs_2022_5yr.sh ├── 02_download_acs_2023_1yr.sh ├── 02_download_acs_2023_5yr.sh ├── 03_import_acs_2021_1yr.sh ├── 03_import_acs_2021_5yr.sh ├── 03_import_acs_2022_1yr.sh ├── 03_import_acs_2022_5yr.sh ├── 03_import_acs_2023_1yr.sh ├── 03_import_acs_2023_5yr.sh ├── 12_download_tiger_2021.sh ├── 12_download_tiger_2022.sh ├── 12_download_tiger_2023.sh ├── 13_import_tiger_2021.sh ├── 13_import_tiger_2022.sh ├── 13_import_tiger_2023.sh ├── 13_index_tiger_2021.sql ├── 13_index_tiger_2022.sql ├── 13_index_tiger_2023.sql ├── 14_aiannh_tables_2021.sql ├── 14_aiannh_tables_2022.sql ├── 14_aiannh_tables_2023.sql ├── 15_cbsa_geocontainment_2022.sql ├── 15_cbsa_geocontainment_2023.sql ├── README.md └── XX_tiger_2022_uac_fixup.sql /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /00_connect_ebs_volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/00_connect_ebs_volume.sh -------------------------------------------------------------------------------- /01_set_up_postgresql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/01_set_up_postgresql.sh -------------------------------------------------------------------------------- /02_download_acs_2007_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2007_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2007_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2007_3yr.sh -------------------------------------------------------------------------------- /02_download_acs_2008_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2008_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2008_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2008_3yr.sh -------------------------------------------------------------------------------- /02_download_acs_2009_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2009_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2009_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2009_3yr.sh -------------------------------------------------------------------------------- /02_download_acs_2009_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2009_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2010_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2010_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2010_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2010_3yr.sh -------------------------------------------------------------------------------- /02_download_acs_2010_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2010_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2011_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2011_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2011_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2011_3yr.sh -------------------------------------------------------------------------------- /02_download_acs_2011_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2011_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2012_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2012_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2012_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2012_3yr.sh -------------------------------------------------------------------------------- /02_download_acs_2012_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2012_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2013_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2013_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2013_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2013_3yr.sh -------------------------------------------------------------------------------- /02_download_acs_2013_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2013_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2014_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2014_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2014_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2014_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2015_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2015_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2015_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2015_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2016_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2016_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2016_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2016_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2017_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2017_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2017_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2017_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2018_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2018_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2018_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2018_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2019_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2019_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2019_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2019_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2020_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2020_5yr.sh -------------------------------------------------------------------------------- /02_download_acs_2021_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2021_1yr.sh -------------------------------------------------------------------------------- /02_download_acs_2021_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_acs_2021_5yr.sh -------------------------------------------------------------------------------- /02_download_dec_2010_pl94.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_dec_2010_pl94.sh -------------------------------------------------------------------------------- /02_download_dec_2020_pl94.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/02_download_dec_2020_pl94.sh -------------------------------------------------------------------------------- /03_import_acs_2007_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2007_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2007_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2007_3yr.sh -------------------------------------------------------------------------------- /03_import_acs_2008_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2008_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2008_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2008_3yr.sh -------------------------------------------------------------------------------- /03_import_acs_2009_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2009_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2009_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2009_3yr.sh -------------------------------------------------------------------------------- /03_import_acs_2009_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2009_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2010_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2010_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2010_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2010_3yr.sh -------------------------------------------------------------------------------- /03_import_acs_2010_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2010_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2011_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2011_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2011_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2011_3yr.sh -------------------------------------------------------------------------------- /03_import_acs_2011_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2011_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2012_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2012_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2012_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2012_3yr.sh -------------------------------------------------------------------------------- /03_import_acs_2012_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2012_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2013_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2013_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2013_3yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2013_3yr.sh -------------------------------------------------------------------------------- /03_import_acs_2013_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2013_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2014_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2014_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2014_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2014_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2015_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2015_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2015_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2015_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2016_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2016_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2016_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2016_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2017_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2017_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2017_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2017_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2018_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2018_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2018_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2018_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2019_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2019_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2019_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2019_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2020_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2020_5yr.sh -------------------------------------------------------------------------------- /03_import_acs_2021_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2021_1yr.sh -------------------------------------------------------------------------------- /03_import_acs_2021_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_acs_2021_5yr.sh -------------------------------------------------------------------------------- /03_import_dec_2010_pl94.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_dec_2010_pl94.sh -------------------------------------------------------------------------------- /03_import_dec_2020_pl94.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/03_import_dec_2020_pl94.sh -------------------------------------------------------------------------------- /05_create_ebs_snapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/05_create_ebs_snapshot.sh -------------------------------------------------------------------------------- /11_set_up_postgis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/11_set_up_postgis.sh -------------------------------------------------------------------------------- /12_download_blocks_2010.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_blocks_2010.sh -------------------------------------------------------------------------------- /12_download_blocks_2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_blocks_2020.sh -------------------------------------------------------------------------------- /12_download_tiger_2012.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2012.sh -------------------------------------------------------------------------------- /12_download_tiger_2013.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2013.sh -------------------------------------------------------------------------------- /12_download_tiger_2014.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2014.sh -------------------------------------------------------------------------------- /12_download_tiger_2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2015.sh -------------------------------------------------------------------------------- /12_download_tiger_2016.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2016.sh -------------------------------------------------------------------------------- /12_download_tiger_2017.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2017.sh -------------------------------------------------------------------------------- /12_download_tiger_2018.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2018.sh -------------------------------------------------------------------------------- /12_download_tiger_2019.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2019.sh -------------------------------------------------------------------------------- /12_download_tiger_2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2020.sh -------------------------------------------------------------------------------- /12_download_tiger_2021.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/12_download_tiger_2021.sh -------------------------------------------------------------------------------- /13_import_blocks_2010.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_blocks_2010.sh -------------------------------------------------------------------------------- /13_import_blocks_2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_blocks_2020.sh -------------------------------------------------------------------------------- /13_import_tiger_2012.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2012.sh -------------------------------------------------------------------------------- /13_import_tiger_2013.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2013.sh -------------------------------------------------------------------------------- /13_import_tiger_2014.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2014.sh -------------------------------------------------------------------------------- /13_import_tiger_2015.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2015.sh -------------------------------------------------------------------------------- /13_import_tiger_2016.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2016.sh -------------------------------------------------------------------------------- /13_import_tiger_2017.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2017.sh -------------------------------------------------------------------------------- /13_import_tiger_2018.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2018.sh -------------------------------------------------------------------------------- /13_import_tiger_2019.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2019.sh -------------------------------------------------------------------------------- /13_import_tiger_2020.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2020.sh -------------------------------------------------------------------------------- /13_import_tiger_2021.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_import_tiger_2021.sh -------------------------------------------------------------------------------- /13_index_tiger_2012.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2012.sql -------------------------------------------------------------------------------- /13_index_tiger_2013.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2013.sql -------------------------------------------------------------------------------- /13_index_tiger_2014.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2014.sql -------------------------------------------------------------------------------- /13_index_tiger_2015.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2015.sql -------------------------------------------------------------------------------- /13_index_tiger_2016.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2016.sql -------------------------------------------------------------------------------- /13_index_tiger_2017.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2017.sql -------------------------------------------------------------------------------- /13_index_tiger_2018.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2018.sql -------------------------------------------------------------------------------- /13_index_tiger_2019.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2019.sql -------------------------------------------------------------------------------- /13_index_tiger_2020.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2020.sql -------------------------------------------------------------------------------- /13_index_tiger_2021.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/13_index_tiger_2021.sql -------------------------------------------------------------------------------- /14_aiannh_tables_2017.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/14_aiannh_tables_2017.sql -------------------------------------------------------------------------------- /14_aiannh_tables_2018.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/14_aiannh_tables_2018.sql -------------------------------------------------------------------------------- /14_aiannh_tables_2019.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/14_aiannh_tables_2019.sql -------------------------------------------------------------------------------- /14_aiannh_tables_2020.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/14_aiannh_tables_2020.sql -------------------------------------------------------------------------------- /14_aiannh_tables_2021.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/14_aiannh_tables_2021.sql -------------------------------------------------------------------------------- /15_cbsa_geocontainment_2018.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/15_cbsa_geocontainment_2018.sql -------------------------------------------------------------------------------- /15_cbsa_geocontainment_2019.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/15_cbsa_geocontainment_2019.sql -------------------------------------------------------------------------------- /15_cbsa_geocontainment_2020.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/15_cbsa_geocontainment_2020.sql -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/README.md -------------------------------------------------------------------------------- /geocontainment_scripts/cbsa_containment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/geocontainment_scripts/cbsa_containment.py -------------------------------------------------------------------------------- /table_based/02_download_acs_2021_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/02_download_acs_2021_1yr.sh -------------------------------------------------------------------------------- /table_based/02_download_acs_2021_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/02_download_acs_2021_5yr.sh -------------------------------------------------------------------------------- /table_based/02_download_acs_2022_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/02_download_acs_2022_1yr.sh -------------------------------------------------------------------------------- /table_based/02_download_acs_2022_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/02_download_acs_2022_5yr.sh -------------------------------------------------------------------------------- /table_based/02_download_acs_2023_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/02_download_acs_2023_1yr.sh -------------------------------------------------------------------------------- /table_based/02_download_acs_2023_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/02_download_acs_2023_5yr.sh -------------------------------------------------------------------------------- /table_based/03_import_acs_2021_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/03_import_acs_2021_1yr.sh -------------------------------------------------------------------------------- /table_based/03_import_acs_2021_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/03_import_acs_2021_5yr.sh -------------------------------------------------------------------------------- /table_based/03_import_acs_2022_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/03_import_acs_2022_1yr.sh -------------------------------------------------------------------------------- /table_based/03_import_acs_2022_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/03_import_acs_2022_5yr.sh -------------------------------------------------------------------------------- /table_based/03_import_acs_2023_1yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/03_import_acs_2023_1yr.sh -------------------------------------------------------------------------------- /table_based/03_import_acs_2023_5yr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/03_import_acs_2023_5yr.sh -------------------------------------------------------------------------------- /table_based/12_download_tiger_2021.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/12_download_tiger_2021.sh -------------------------------------------------------------------------------- /table_based/12_download_tiger_2022.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/12_download_tiger_2022.sh -------------------------------------------------------------------------------- /table_based/12_download_tiger_2023.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/12_download_tiger_2023.sh -------------------------------------------------------------------------------- /table_based/13_import_tiger_2021.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/13_import_tiger_2021.sh -------------------------------------------------------------------------------- /table_based/13_import_tiger_2022.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/13_import_tiger_2022.sh -------------------------------------------------------------------------------- /table_based/13_import_tiger_2023.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/13_import_tiger_2023.sh -------------------------------------------------------------------------------- /table_based/13_index_tiger_2021.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/13_index_tiger_2021.sql -------------------------------------------------------------------------------- /table_based/13_index_tiger_2022.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/13_index_tiger_2022.sql -------------------------------------------------------------------------------- /table_based/13_index_tiger_2023.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/13_index_tiger_2023.sql -------------------------------------------------------------------------------- /table_based/14_aiannh_tables_2021.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/14_aiannh_tables_2021.sql -------------------------------------------------------------------------------- /table_based/14_aiannh_tables_2022.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/14_aiannh_tables_2022.sql -------------------------------------------------------------------------------- /table_based/14_aiannh_tables_2023.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/14_aiannh_tables_2023.sql -------------------------------------------------------------------------------- /table_based/15_cbsa_geocontainment_2022.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/15_cbsa_geocontainment_2022.sql -------------------------------------------------------------------------------- /table_based/15_cbsa_geocontainment_2023.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/15_cbsa_geocontainment_2023.sql -------------------------------------------------------------------------------- /table_based/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/README.md -------------------------------------------------------------------------------- /table_based/XX_tiger_2022_uac_fixup.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/censusreporter/census-postgres-scripts/HEAD/table_based/XX_tiger_2022_uac_fixup.sql --------------------------------------------------------------------------------