Public Areas
This dataset represents conservation and recreation lands in the state of Iowa. Boundaries of areas represent differences in ownership and managing agency of the area. The sources of this data is derived from many different sources, mainly from the agency responsible for the area. Some of these conservation areas are under private ownership and public access is not allowed, signs and private property should be respected. Full Metadata: ftp://ftp.igsb.uiowa.edu/gis_library/admin_political_boundary/public_lands/cons_rec_lands_pubilc.zip
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/public-areas-ng5j-kimu\".\"public_areas\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.