corstat-coronaca-gov/homeless-pointintime-results-tp3t-vhhi
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 28 minutes ago

Homeless Point-in-Time Results

The point-in-time (PIT) count provides a “snapshot” of the number of people experiencing sheltered and unsheltered homelessness on a single night in Corona, CA. Point-In-Time count data is provided by the County of Riverside.

A 2021 point-in-time count was not conducted due to the COVID-19 pandemic.

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 \"corstat-coronaca-gov/homeless-pointintime-results-tp3t-vhhi\".\"homeless_pointintime_results\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • homeless_pointintime_results