Weed Identification
Lists all of the weeds regulated by the Alberta Weed Control Act (https://open.alberta.ca/publications/w05p1). The information published includes how these weeds can be identified and why they are regulated.
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/weed-identification-5bvs-ybrp\".\"weed_identification\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.