dumfriesva-gov/gis-virginia-county-boundaries-4r96-sj9x
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 2 years ago
Indexed 11 months ago

GIS | Virginia County Boundaries

  1. US Census Bureau Cartographic Boundary File of county boundaries for the Commonwealth of Virginia.

From the US Census Bureau: "The cartographic boundary files are simplified representations of selected geographic areas from the Census Bureau’s MAF/TIGER geographic database. These boundary files are specifically designed for small scale thematic mapping."

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 \"dumfriesva-gov/gis-virginia-county-boundaries-4r96-sj9x\".\"gis_virginia_county_boundaries\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • gis_virginia_county_boundaries