Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
Suisun City Zoning
<DIV STYLE="text-align:Left;"><P STYLE="margin:0 0 11 0;"><SPAN><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></SPAN></P><DIV><P><SPAN /></P></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/suisun-city-zoning-jcf4-t5n4\".\"suisun_city_zoning\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.