memphistn-gov/census-tracts-e4xa-n94q
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 5 years ago
Indexed 1 month ago

Census Tracts

Census Tracts are determined by the U.S. Census Bureau for calculating the decennial census. Census tracts are a subdivision of the County level and vary in size. Ideally a census tract contains a population of 4,000 people and 1,600 housing units. 209 census tracts intersect or fall within the City of Memphis boundary.

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 \"memphistn-gov/census-tracts-e4xa-n94q\".\"census_tracts\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • census_tracts
     
     
     
     
     
Upstream Metadata