Github Repository Updated: April 25, 2022
Census Connect is a QGIS compatible plugin designed for the purpose of streamlining the workflow for retrieving, joining, and opening Census geography and tabular data directly within QGIS. While Census Connect is not yet available in the QGIS Plugin Repository, the code found within the Github repository is compatible within the QGIS Python Console. The current version of Census Connect is only capable of working with the Decennial Census Summary File (2000-2020).
Pandas (v1.2.4) | QGIS (v3.18.3)
To get started:
- Clone repository the census_connect github repository locally.
- Once you have a local copy of the directory, use the envrironment.yml file to create an anaconda environment. for this project. This environment includes a copy of QGIS.
- Within your newly created environment, launch QGIS.
- Once QGIS launches open the Processing Toolbar. Click the Python icon at the top of the menu and select Open an existing script on the drop down menu.
- Open census_connect_functions.py from your directory and run the entire script.
- NOTE: On lines 46 and 86 you can configure which tables and geography you wish to download. As currently written this script will download Total Population for Tracts within Philadelphia County, Pennsylvania.
- QGIS Repository Availability
- American Community Survey Compatibility
- Configurable File Storage
- Selectable sub-geographies, across multiple geographies (i.e. select specific counties across state lines)
- Select from multiple years in on call
Steven Francisco | Github
Tate Kamish | Github
Casey Smith | Github
v 0.1.9
- Decennial Census, Summary File 1
- Collect multiple variables at once
- Not yet available within the QGIS Plugin repository