County Well Permits
This dataset contains data for Well Permit. A Well Permit must be obtained prior to drilling a well for any purpose including to provide potable drinking water, water for irrigation or agricultural purposes, monitoring of geothermal systems and dewatering.
Update Frequency : Daily
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 \"montgomerycountymd-gov/county-well-permits-vddw-tec2\".\"county_well_permits\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.