Certified Asbestos Vendors
State of Delaware list of currently certified firms that can provide asbestos services as professionals or abatement firms which provide encapsulation, repair, and removal services within the State boundaries. Current Asbestos Professional Services vendors that provides building inspection and surveys and sampling, management plan development, design, project management and oversight with final clearance air sampling for building owner.
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/certified-asbestos-vendors-f677-ahd9\".\"certified_asbestos_vendors\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.