Harmful Algal Bloom Statewide Occurrence Summary: 2012-2018
A summary of the maximum bloom status that was documented by the DEC HABs Program in each waterbody in each year from 2012-2018. Continuing data available at https://data.ny.gov/Energy-Environment/Harmful-Algal-Blooms-by-Waterbody-Summary-Beginnin/95my-wijm.
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 \"ny-gov/harmful-algal-bloom-statewide-occurrence-summary-qtg2-hjth\".\"harmful_algal_bloom_statewide_occurrence_summary\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.