Routine Marine Sediment Chemistry
Prior to downloading data, please download the <b> <a href="https://data.kingcounty.gov/api/views/s9uc-py3h/files/65fdab25-bf08-46c1-9e92-9323310429d2?download=true&filename=DataReadMeFile_Sed.docx">README </a></b>file.
This dataset contains chemistry results from marine sediment sample collected from offshore (subtidal) and beaches (intertidal) from Puget Sound. It can be filtered by "Site Type".
See the <b><a href="https://kingcounty.gov/en/dept/dnrp/nature-recreation/environment-ecology-conservation/science-services/puget-sound-marine-monitoring/sediments-topic-page">Sediment Monitoring Program Website</a></b> for more information about the program and the <b><a href="https://green2.kingcounty.gov/ScienceLibrary/?&TopicID=3&CategoryID=2"> Science Section Documents Database</a></b> to see sampling and analysis plans and reports related to this dataset.
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/routine-marine-sediment-chemistry-s9uc-py3h\".\"routine_marine_sediment_chemistry\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.