Hazardous Materials Underground Storage Tanks
This table provides the most frequently used and requested data associated with permitted Unified Program underground storage tanks. This is not a full dataset. https://www.sandiegocounty.gov/content/dam/sdc/deh/waste/pdf/hmd/deh_hmd_ust_datadesc_civicdata.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-sandiegocounty-data-socrata/hazardous-materials-underground-storage-tanks-72e9-euy8\".\"hazardous_materials_underground_storage_tanks\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.