Middle Columbia Adult Abundance Summary Tables 12-05-2018
Table provides a high-level summary of the adequacy of adult abundance data for the Middle Columbia salmon recovery region.
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 \"wa-gov/middle-columbia-adult-abundance-summary-tables-hwpd-vvc3\".\"middle_columbia_adult_abundance_summary_tables\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.