Residential Water Meter Inspections/Installs
The Residential Water Meter Inspections/Installs Listing: Check on the status of your residential water meter inspections and installations. The list below shows which service requests have been assigned to a Meter Services Inspector. Meter inspections are generally completed within ten business days of the initiation of the Service Request. An address with an “Assigned” service request may have an inspection completed within three business days, barring unforeseen circumstances. Please make sure the meter box is clean, the wooden dowel spacer is sized properly and marked with the service address, and the angle stop and ball valves are in alignment for a successful meter installation.
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 \"datahub-austintexas-gov/residential-water-meter-inspectionsinstalls-6zcs-yxb3\".\"residential_water_meter_inspectionsinstalls\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.