mydata-iowa-gov/county-boundaries-of-iowa-jda9-pbm6
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 months ago
Indexed 4 hours ago

County Boundaries of Iowa

This dataset contains commonly used codes for counties and polygons representing boundaries for counties of the State of Iowa. Boundaries were developed from a set of 99 individual coverages of the Public Land Survey System (PLSS) for each county in the state. The PLSS coverages were digitized from paper copies of 7.5' topographic quadrangle maps. River boundaries were also digitized from 7.5' maps.

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 \"mydata-iowa-gov/county-boundaries-of-iowa-jda9-pbm6\".\"county_boundaries_of_iowa\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • county_boundaries_of_iowa
     
     
     
     
     
Upstream Metadata