Permitted Septic Systems
A listing of permits for the installation of small (individual structure) and large (multi-structure) septic systems. This dataset includes information such as location (tax parcel), size and capacity, date, and permit number.
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 \"delaware-gov/permitted-septic-systems-mv7j-tx3u\".\"permitted_septic_systems\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.