Total Capital Expenditures by Municipality 2015 Community and Economic Development
Municipal Total Capital Expenditures by Year.
A note of caution: A municipality can update information at any time after submission of a form. The Municipal Statistics site is built to reflect any data updates, the following day, in the Public Reports section of the Municipal Statistics site. http://munstats.pa.gov/public/
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 \"pa-gov/total-capital-expenditures-by-municipality-2015-acy5-pvpq\".\"total_capital_expenditures_by_municipality_2015\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.