AMANDA_Street_Events
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Amanda ROW Permits are polygon features created from Parcel boundaries and/or buffered Street Segment features assigned to Amanda ROW Permits.</SPAN></P></DIV></DIV></DIV>
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/amandastreetevents-qfdt-ma2g\".\"amandastreetevents\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.