forked from kring/nsw-covid-to-terria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.json
14 lines (14 loc) · 1.52 KB
/
catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"catalog": [
{
"name": "New South Wales COVID-19 Cases",
"url": "https://raw.githubusercontent.com/RussellGrew/nsw-covid-to-terria/master/covid-19-cases-by-notification-date-and-postcode-local-health-district-and-local-government-area-for-terria.csv",
"type": "csv",
"description": "COVID-19 cases by notification date and postcode, local health district, and local government area.\n\nThe data is for confirmed COVID-19 cases only based on location of usual residence, not necessarily where the virus was contracted. The case definition of a confirmed case is a person who tests positive to a validated specific SARS-CoV-2 nucleic acid test or has the virus identified by electron microscopy or viral culture, at a reference laboratory.\n\nThe underlying dataset was assessed to measure the risk of identifying an individual and the level of sensitivity of the information gained if it was known that an individual was in the dataset. The dataset was then treated to mitigate these risks, including suppressing and aggregating data.\n\nData obtain from [Data.NSW](https://data.nsw.gov.au/data/dataset/covid-19-cases-by-location/resource/21304414-1ff1-4243-a5d2-f52778048b29) and processed for use in [TerriaJS](https://terria.io) and [NationalMap](https://nationalmap.gov.au) using [nsw-covid-to-terria](https://github.com/kring/nsw-covid-to-terria).",
"showWarnings": false,
"tableStyle": {
"colorBinMethod": "ckmeans"
}
}
]
}