Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 2 hours ago
WAOFM - Congressional Districts - Table 1: Census 2010 Population and Housing
Census 2010 population and housing for 2012 congressional districts based on Washington State Redistricting Commission plan C-JOINTSUB_2-1 as amended by Engrossed House Concurrent Resolution 4409.
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 \"wa-gov/waofm-congressional-districts-table-1-census-2010-um6h-4brj\".\"waofm_congressional_districts_table_1_census_2010\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata