Food Access Research Atlas, San Diego

The Atlas presents spatial data about supermarket accessibility and provides census-tract level data for food access

usda.gov-food_access-1

Resources | Packages | Documentation| Contacts| References

Resources

Documentation

The Food Access Research Atlas:

  • Presents a spatial overview of food access indicators for low-income and other census tracts using different measures of supermarket accessibility;
  • Provides food access data for populations within census tracts; and
  • Offers census-tract-level data on food access that can be downloaded for community planning or research purposes.

This version of the Atlas dataset has only tracts in San Diego couny, and tract identifiers have been converted from Tiger format Geoids to ACS format.

What can you do with the Atlas?

  • Create maps showing food access indicators by census tract using different measures and indicators of supermarket accessibility;
  • Compare food access measures based on 2015 data with the previous 2010 measures;
  • View indicators of food access for selected subpopulations; and
  • Download census-tract-level data on food access measures.

Processing Notes

While the URL for the source file is available online, this data package is produced from the CSV file saved from the Excel source, because large Excel files are very slow to load and process. The file’s source URL is included in the References section of the metadata.

Contacts

Packages

Accessing Packages in Metapack

import metapack as mp
# ZIP Package
pkg = mp.open_package('http://library.metatab.org/usda.gov-food_access-1.zip')


resource = pkg.resource('resource_name') # Get a resource
df = resource.dataframe() # Create a pandas Dataframe
gdf = resource.geoframe() # Create a GeoPandas GeoDataFrame

References

Urls used in the creation of this data package.

  • food_atlas_url.
  • file:data/food_atlas.csv#&encoding=ascii. Food atlas, with tracts for whole US

Last Modified 2018-09-21T22:18:34