Open repository in Console
Readme
Updated almost 7 years ago
‧ Indexed 11 months ago
Overcrowding
This Indicator measures the likelihood of individuals living in overcrowded housing, which is defined as housing units that have more than 1.5 people per room. Persons-per-room is the most common measure for overcrowding in housing, and 1.5 is a widely accepted threshold above which there are impacts on health and personal safety. (Source: https://www.huduser.gov/publications/pdf/measuring_overcrowding_in_hsg.pdf)
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 \"oaklandca-gov/overcrowding-tfae-gi9y\".\"overcrowding\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.