Open repository in Console
Readme
Updated almost 4 years ago
‧ Indexed 11 months ago
2010 MARC Population and Employment Forecasts for Census Tracts
forecasts of population, households and employment for 2020, 2030 and 2040 for each KCMO or non-KCMO portion of a census tract
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 \"kcmo/2010-marc-population-and-employment-forecasts-for-nss2-zme6\".\"2010_marc_population_and_employment_forecasts_for\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata