bts-gov/citizen-connect-congressional-district-geography-iynb-tzyd
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 11 months ago

Citizen Connect - Congressional District geography (live)

Spatial data representing the United States congressional districts from the 118th congress (2023-2024). These shapes are represented on the app currently hosted at bts.gov/congressionaldistricts.

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 \"bts-gov/citizen-connect-congressional-district-geography-iynb-tzyd\".\"citizen_connect_congressional_district_geography\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • citizen_connect_congressional_district_geography
     
     
     
     
     
Upstream Metadata