Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 3 hours ago
Marine Zooplankton Detailed Records
<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 to the lowest practical taxonomic unit, and includes life history stage information (where available). An additional dataset summarizing total zooplankton abundance and biomass by sample is available <a href= "https://data.kingcounty.gov/dataset/Zooplankton-Grouped-by-Sample/cyv6-triq" >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-detailed-records-fp47-d4q8\".\"marine_zooplankton_detailed_records\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.