EMS - Top 10 Primary Impressions by Fiscal Year
This table shows the 10 primary impressions most frequently recorded by ATCEMS field personnel during the fiscal years shown.
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/ems-top-10-primary-impressions-by-fiscal-year-3npz-rjst\".\"ems_top_10_primary_impressions_by_fiscal_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.