Vacaville_Zoning
<DIV STYLE="text-align:Left;"><P STYLE="margin:0 0 11 0;"><SPAN>Zoning districts are established to promote compatible patterns of land use within the zoning jurisdiction of the City and to establish site development regulations and performance standards appropriate to the purposes of each district and their respective uses. The Zoning Maps assign each piece of property to a "zone" which specifies how the land may be used. </SPAN></P><P STYLE="margin:0 0 11 0;"><SPAN><SPAN>Uploaded 06/23/2022 by Buffy Conrad, GIS Analyst, Solano County Department of Information Technology.</SPAN></SPAN></P><P STYLE="margin:0 0 11 0;"><SPAN /></P></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/vacavillezoning-wfix-6vvp\".\"vacavillezoning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.