I've been tasked to dig through census data for things at the block level. After learning how to navigate AND find what i'm looking for I hit a snag. tabblock polygons (block level polygon) have an id consisting of a 15 length string,
ex: '471570001022022'
but the format from the census data is labelled:
'Block 2022, Block Group 2, Census Tract 1, Shelby County, Tennessee'
the block id is formatted: state-county-tract-group-block, with some leading zeros to make 15 characters. sscccttttggbbbb
Does anyone know a quick way to get this into a usable format? I thought i would ask before i spend my time trying to cook up a python script.
Thanks, gm