Open repository in Console
Readme
Updated 6 months ago
‧ Indexed 3 hours ago
Marine Zooplankton Grouped by Sample
<p>This dataset contains zooplankton samples collected from Puget Sound and analyzed by the Keister lab at the University of Washington. For more information see the King County <a href="https://green2.kingcounty.gov/marine/Monitoring/Zooplankton">marine zooplankton webpage. </a></p><p>This specific dataset summarizes zooplankton abundance and biomass data in an entire sample (abundance and biomass of all species added together). An additional dataset which includes abundance and biomass to a fine taxonomic resolution including life history stages is available <a href= "https://data.kingcounty.gov/Environment-Waste-Management/Marine-Zooplankton-Detailed-Records/fp47-d4q8" >HERE. </a></p><p>For locator information, see the <a href="https://data.kingcounty.gov/dataset/WLRD-Sites/wbhs-bbzf">WLRD Water Quality Collection Sites</a> dataset.</p><p>For corresponding water quality data matched by Profile ID see the <a href="https://data.kingcounty.gov/Environment-Waste-Management/Water-Quality/vwmt-pvjw">Water Quality</a> dataset.</p>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 \"kingcounty-gov/marine-zooplankton-grouped-by-sample-cyv6-triq\".\"marine_zooplankton_grouped_by_sample\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.