Overlay Zoning
The City’s current Zoning Ordinance was adopted in November 2014 and became effective on December 24, 2014, and contains amendments up to and including December 13, 2018. The Department of Planning and Development strives to incorporate amendments as soon as they are approved. Contact the Department to inquire about recent amendments. For a certified copy of the Ordinance, contact the City Clerk’s office.
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 \"providenceri-gov/overlay-zoning-4zxd-bp9a\".\"overlay_zoning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.