I work at a small, grassroots non-profit and I am trying to make some data-driven tree planting decisions for Nashville, TN. I am trying to identify food deserts to pilot some edible food forestry projects, and wanted to take advantage of the data from the USDA Food Access Research Atlas
In the data download page it says all of data included is aggregated into an Excel spreadsheet for easy download and includes:
Note for GIS users: The Atlas is based on 2010 census tract polygons. To use the underlying Atlas data in a GIS, the data from this spreadsheet needs to be joined to a census tract boundary file. With ESRI software, users should have access to the tract layer on ESRI's "Data and Maps" data distribution.
When I open the attribute table for the atlas data, the field CensusTract is a 10-digit code, whereas the census tract layer (downloaded from US Census Bureau Cartographic Boundary Files website ) has a GEOID for census tract that is 11-digits long (based on my research, that is how census tracts are designated ubiquitously).
Does anyone have any suggestions how to use this dataset, or am I missing something obvious?
PS: There is a previous post that asks a similar question a decade ago, but the answer isn't helpful to me.