PlanningTest.DBO.ExistingZoning_data
The existing zoning classifications are defined at the parcel-level. The zoning classifications for Gainesville are outlined in Article IV of the Land Development Code, which is Chapter 30 of the City’s Code of Ordinances. More broadly, the zoning districts are established to implement the Comprehensive Plan of the City, to promote orderly urban growth, and to classify and regulate the use of land, water, buildings, and structures within the city. For more information, please review Article IV of the Land Development Code (http://www.cityofgainesville.org/PlanningDepartment/CurrentPlanning/LandDevelopmentCode.aspx).
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 \"cityofgainesville/planningtestdboexistingzoningdata-4uv2-niam\".\"planningtestdboexistingzoningdata\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.