Economic Development – EDGE – PILOTs
This dataset shows the PILOTs issued by the Economic Development Growth Engine (EDGE) since 2011. PILOTs are property tax freezes for a certain length of time and used to incentivize economic development and capital investment.
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 \"memphistn-gov/economic-development-edge-pilots-5gju-svgx\".\"economic_development_edge_pilots\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.