Access to Healthy Food
Percentage of total population within a designated area that is identified as both “low income”
and having “low access” to healthy food. Low income is defined as Low income is defined as having an annual family income
at or below 200 percent of the Federal poverty threshold. Low access is defined as population that is beyond 1 mile for urban areas or 10 miles for rural areas from a supermarket.
Note that there are many ways to measure food access for individuals and for neighborhoods,
and many ways to define which areas are food deserts (neighborhoods that lack healthy food sources).
Explore the USDA Food Access Research Atlas for more information: https://www.ers.usda.gov/data-products/food-access-research-atlas/.
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 \"everettwa-gov/access-to-healthy-food-8hdt-sy6u\".\"access_to_healthy_food\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.