Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 1 hour ago
Homelessness
Counts of un-sheltered and sheltered homeless people. This dataset contains the point-in-time counts that are performed on a specific date every two years (biennially). The count is performed during the last ten days of January. Data starts with the year 2015.
Please refer to the Featured Content resources shown below for more information on point-in-time counts and homelessness programs.
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 \"marincounty/homelessness-idz6-yedg\".\"homelessness\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata