Sign Permits
This dataset contains data for Sign Permits including status and work performed. A sign permit for a permanent sign is required before any exterior sign, as defined by the Montgomery County Zoning Ordinance (59.6.7), may be erected in the county. This requirement applies to all types of signs, including free standing, wall-mounted, and marquee signs. Illuminated signs require both sign and electrical permits.
Update Frequency : Daily
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 \"montgomerycountymd-gov/sign-permits-piic-h4rw\".\"sign_permits\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.