Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 12 months ago
Zoning_Eff20081218
Maps showing boundaries of zoning classifications in Oakland.
To obtain the latest information in the area(s) of your interest, or to confirm the zoning, please contact the Zoning Information Hotline Counter at 510-238-3911. For GIS questions, Micaela Pronio, Graphic Delineator, mpronio@oaklandnet.com
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 \"oaklandca-gov/zoningeff20081218-u2fa-gzrg\".\"zoningeff20081218\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.