Spirit of East Austin Project Inventory
The Spirit of East Austin Team has identified more than 200 projects that could impact the East Austin Crescent. This list includes project titles with brief descriptions.
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 \"datahub-austintexas-gov/spirit-of-east-austin-project-inventory-ngdb-nm9b\".\"spirit_of_east_austin_project_inventory\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.