Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
TIF Tax Distribution
The dataset shows tax dollars that are being re-directed away from the entity being shown. Dataset includes tax years, project number and name, entity that created the TIF, levy/entity being affected by re-directed dollars and amounts.
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 \"internal-opendata-clermontauditor/tif-tax-distribution-p3qk-3jb3\".\"tif_tax_distribution\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata