Sound Ordinance Permits
This data set contains information about sound ordinance permit applications that have been submitted for review to the City of Austin. The information is retrieved from the Application MANagement and Data Automation (AMANDA) database. AMANDA is managed by the Development Services Department. The data set includes information about the status of the application, the case number, the description of the proposed event, the applicant, the date the event will take place, and the location. Some examples of application for Sound Ordinance Permits include permits submitted for concrete pourings, amplified sound, outdoor music venues.
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 \"datahub-austintexas-gov/sound-ordinance-permits-ryu3-tuin\".\"sound_ordinance_permits\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.