Electrical Submeter On Site Audit
Dataset to monitor on-site audits of known sites in Marin County that operate electric submeters used to deliver and sell electricity to tenants/customers.
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 \"marincounty/electrical-submeter-on-site-audit-aw88-aaqv\".\"electrical_submeter_on_site_audit\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.