Local Capital Improvement Program Municipal Entitlement Amounts, 2005-2023
Pursuant to C.G.S. § 7-535 through 7-538, the Local Capital Improvement Program (LoCIP) distributes formula-based entitlement funds to municipalities to reimburse the cost of eligible local capital improvement projects such as road, bridge or public building construction activities.
Entitlement funds allocated prior to Fiscal Year 2024 are available to municipalities to reimburse the cost of eligible local capital improvement projects.
A municipality must request and be granted project authorization by the Office of Policy and Management (OPM) in order to be eligible for reimbursement for allowable project costs. A municipality must request LoCIP reimbursement for eligible costs associated with an OPM approved LoCIP project in order to receive funds.
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 \"ct-gov/local-capital-improvement-program-municipal-u3kj-kc89\".\"local_capital_improvement_program_municipal\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.