Census Block Groups
DATASET DESCRIPTION:
Census Block Group polygons from the United States Census Bureau (2022) of the Austin area, including Hays, Travis and Williamson counties and a portion of western Bastrop County. Block groups are clusters of blocks within the same census tract that have the same first digit of their 4-character census block number (e.g., Blocks 3001, 3002, 3003 to 3999 in census tract 1210.02 belong to block group 3).
AUSTIN POLICE DEPARTMENT DATA DISCLAIMER
The data provided is for informational use only and may differ from official Austin Police Department data.
The Austin Police Department’s databases are continuously updated, and changes can be made due to a variety of investigative factors including but not limited to offense reclassification and dates.
- The Austin Police Department does not assume any liability for any decision made or action taken or not taken by the recipient in reliance upon any information or data provided.
City of Austin Open Data Terms of Use - https://data.austintexas.gov/stories/s/ranj-cccq
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-austintexas-gov/census-block-groups-dwa9-qvcr\".\"census_block_groups\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.