Sewer Subbasins
This data shows the sewerage subbasins in Pierce County Sewer Service area. A sewerage basin represents the existing and planned areas from which wastewater is collected and sent to specific wastewater treatment plants. Sewerage basins are often confused with watersheds or drainage basins. Because most sewer pipelines are designed for gravity flow, a sewerage basin is primarily defined by the topography of the watershed or drainage basin where it is located. Please read metadata for additional information (https://matterhorn.co.pierce.wa.us/GISmetadata/pdbsewr_subbasins_cartographic.html). Any data download constitutes acceptance of the Terms of Use (https://matterhorn.co.pierce.wa.us/Disclaimer/PierceCountyGISDataTermsofUse.pdf).
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 \"internal-open-piercecountywa-gov/sewer-subbasins-3hb8-tsv5\".\"sewer_subbasins\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.