Surface Water Quality Monitoring Network Station Locations
A shapefile of the Nova Scotia Automated Surface Water Quality Monitoring Network monitoring stations. The network was established in 2002 to assess near real-time water quality in surface waters across the province at five river stations and one lake station. The results are used to help manage water resources, determine baseline water quality in lakes and watercourses throughout the province, evaluate the impact of human activities on surface water, and assess long term trends in water quality.
The following weblink connects to a Nova Scotia Department of Environment and Climate Change web map that includes the six monitoring station locations and an alternative method for downloading the same dataset: http://nse.maps.arcgis.com/apps/webappviewer/index.html?id=7ded7a30bef44f848e8a4fc8672c89bd
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 \"novascotia-ca/surface-water-quality-monitoring-network-station-i9ee-9hct\".\"surface_water_quality_monitoring_network_station\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.