Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Whidbey Basin CTD Casts
This dataset contains in situ water column data at offshore monitoring stations using a Conductivity Temperature Depth (CTD) sensor for the Whidbey Basin. A CTD is a multi-sensor array that measures dissolved oxygen, salinity, temperature, density (calculated), nitrate + nitrite, and fluorescence (as a measure of chlorophyll).
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/whidbey-basin-ctd-casts-uz4m-4d96\".\"whidbey_basin_ctd_casts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.