Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Benton Harbor Residential Sampling
Residents of Benton Harbor that have had their lead service line replaced should sample their drinking water 30 days after the service line replacement. NOTES: ppb = parts per billion // Sample results of "Not Detected" have been replaced with a numerical value of zero for ease of sorting. // Lead standard: 15 ppb // Copper standard: 1,300 ppb. ///// Visit Michigan.gov/BentonHarborDrinkingWater for more information.
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 \"michigan-gov/benton-harbor-residential-sampling-wj72-3zyd\".\"benton_harbor_residential_sampling\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.