Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
COVID-19 Relaunch Status
Data sourced from https://www.alberta.ca/maps/covid-19-status-map.htm.
This dataset shows the level of risk in regions and information about local health measures. It also shows the rate of COVID-19 cases and the number of active cases. Regions are defined by municipal boundaries. Each region is either: - a municipality of 10,000 or greater population: a city, town or municipal district (or county) - communities smaller than 10,000 are included in the surrounding municipal district. Communities include First Nations reserves, Metis Settlements and towns. Regions are designated as open, watch or enhanced relaunch status. All regions must continue to follow Alberta’s public health measures and guidelines, regardless of relaunch status.
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/covid19-relaunch-status-tbsn-ir7p\".\"covid19_relaunch_status\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata