Nova Scotia Lake Chemistry Data
The Nova Scotia Lake Survey program is a partnership initiative between the Department of Environment and Climate Change and the Department of Fisheries and Aquaculture to inventory lakes throughout the province determining baseline water quality, in support of both sport fisheries and water resource management areas.
The following weblink connects to a Department of Environment and Climate Change web map that includes the locations of the monitored lakes within the province and an alternative method for downloading the same lake chemistry 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/nova-scotia-lake-chemistry-data-vn55-yjyi\".\"nova_scotia_lake_chemistry_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.