Rio Vista General Plan
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This is the General Plan data layer for the city of Rio Vista, Solano County, California. This information has not been verified, and should be utilized for preliminary planning purposes only.</SPAN></P></DIV></DIV></DIV>
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 \"bayareametro-gov/rio-vista-general-plan-s3au-shhb\".\"rio_vista_general_plan\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.