layer_0
The Location Affordability Index (LAI) gives estimates of the percentage of a family's income dedicated to the combined cost of housing and transportation in a given location. Because what is affordable is different for everyone, users can choose among eight different family profiles--defined by household income, size, and number of commuters--and see the affordability landscape for each one in a neighborhood, city, or region.
Data dictionary - http://celebratingcities.github.io/docs#dd0
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 \"celebratingcities-data-socrata/layer0-3ae8-trmp\".\"layer0\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.