CSMP Managed Lands
This data set includes City of Edmonton owned properties that are managed under the City of Edmonton Contaminated Site Management Program (CSMP). This data set is updated annually and is subject to change at any time. Sites are managed to prevent exposure to contaminants of concern. Sites may be at any stage of management ranging from investigation through to remediation or risk management and monitoring.
NOTICE: All information in the City of Edmonton Open Data Catalogue (https://data.edmonton.ca), including but not limited to the contaminated site information map and site location information (the "Information"), is subject to our Terms of Use. For more information regarding the use of the Information please see https://data.edmonton.ca/stories/s/City-of-Edmonton-Open-Data-Terms-of-Use/msh8-if28.
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 \"edmonton-ca/csmp-managed-lands-ismg-q7xn\".\"csmp_managed_lands\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.