Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
Burlingame Parcels General Plan Zoning
City of Burlingame parcels general plan zoning feature class. Data represents parcel geometry and originates from San Mateo County's GIS data. Data clipped to .5 miles of the city limit boundary and updated quarterly. This dataset is spatially overlaid with the City's general plan and zoning layers for planning related purposes.
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/burlingame-parcels-general-plan-zoning-syr5-8r5a\".\"burlingame_parcels_general_plan_zoning\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.