Building Plan Review Projects Submitted for Review In FY16
All Building Plan Review projects submitted for review in FY2016.
Here is a rundown of the criteria behind this dataset:
1) Does not include “Express”
2) Does include “Quick Turnaround”
3) Submitted/distributed for review within the Fiscal Year date range (October 01, 2015 through September 30, 2016)
4) Does not include Total Demolitions or Relocations
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/building-plan-review-projects-submitted-for-review-kccz-7kam\".\"building_plan_review_projects_submitted_for_review\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.