SWP Permitted Septic Tank, Chemical Toilet, and Grease Pumper Trucks
SWP Permitted Septic Tank, Chemical Toilet, and Grease Pumper Trucks
(Vehicle Types: LC/LAV=Lavatory Cart; CT=Chemical Toilet Pumper; SP=Septic Pumper; TN=Transfer Station; ST/STP=Septic Pumper; VA=Vacuum Truck; GP/GRS=Grease Pumper)
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 \"sccgov/swp-permitted-septic-tank-chemical-toilet-and-hhfj-xtg5\".\"swp_permitted_septic_tank_chemical_toilet_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.