Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
MU_20_Zoning
All zoning areas in Annapolis county.
PLAN: Name of planning area
THE_GEOM: Indicated type of feature
ID: Auto generated ID
ZONE_NAME: Full name of the zone
ZONE: Zoning code
SOURCE: Indicates who generated the data
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 \"thedatazone-ca/mu20zoning-2ibu-mtw7\".\"mu20zoning\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata