celebratingcities-data-socrata/dmvcensustracts-s8ff-4339
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 6 hours ago

DMV_census_tracts

Census Tracts are small statistical subdivisions of a county or equivalent entity.Census tracts generally have a population size between 1,200 and 8,000 people, with an optimum size of 4,000 people.

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 \"celebratingcities-data-socrata/dmvcensustracts-s8ff-4339\".\"dmvcensustracts\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • dmvcensustracts