Open repository in Console
Readme
Updated 1 month ago
‧ Indexed 5 hours ago
Clergy Parking Permits
Issued to members of the clergy for parking their personal passenger vehicles when conducting ministerial duties at their houses of worship, funeral establishments or hospitals. Allows parking for up to five hours in No Parking Zones adjacent to their houses of worship, four hours adjacent to a funeral home and up to three hours adjacent to hospitals.
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 \"cityofnewyork-us/clergy-parking-permits-bvug-v3mm\".\"clergy_parking_permits\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata