Commercial Projects Greater than $5 Million Citywide
The map displays active commercial projects in St. Petersburg with a construction value of $5 million or more, where permits have been issued
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 \"stat-stpete/commercial-projects-greater-than-5-million-m4gf-8s5i\".\"commercial_projects_greater_than_5_million\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.