Epidemic curve
Input data:
The input *.csv file should consist of two named columns: oid (object identifier, numeric) and edate (event date, DD/MM/YYYY). Additional columns can be included but these will be ignored. Typical input data would be as follows:
Download PNG
Example data
oid, edate
1, 8/11/1967
2, 8/11/1967
3, 1/11/1967
4, 11/11/1967
Download PNG
Example data
Growth phase of outbreak
Input data:
The input *.csv file should consist of two named columns: oid (object identifier, numeric) and edate (event date, DD/MM/YYYY). Additional columns can be included but these will be ignored. Typical input data would be as follows:
Download PNG
Example data
oid, edate
1, 8/11/1967
2, 8/11/1967
3, 1/11/1967
4, 11/11/1967
Download PNG
Example data
Estimated dissemination ratio
Input data:
The input *.csv file should consist of two named columns: oid (object identifier, numeric) and edate (event date, DD/MM/YYYY). Additional columns can be included but these will be ignored. Typical input data would be as follows:
Download PNG
Example data
oid, edate
1, 8/11/1967
2, 8/11/1967
3, 1/11/1967
4, 11/11/1967
Download PNG
Example data
Effective reproduction numbers
Input data:
The input *.csv file should consist of two named columns: oid (object identifier, numeric) and edate (event date, DD/MM/YYYY). Additional columns can be included but these will be ignored. Typical input data would be as follows:
Download PNG
Example data
oid, edate
1, 8/11/1967
2, 8/11/1967
3, 1/11/1967
4, 11/11/1967
Download PNG
Example data
Wada plot
Input data:
The input *.csv file should consist of five named columns: oid (object identifier, numeric), detdate (detection date, DD/MM/YYYY), depsdate (depopulation start date, DD/MM/YYYY), depedate (depopulation end date, DD/MM/YYYY) and cleansdate (cleaning and disinfection start date, DD/MM/YYYY). Additional columns can be included but these will be ignored. Typical input data would be as follows:
Download PNG
Example data
oid, detdate, depsdate, depedate, cleansdate
1, 22/08/2016, 24/08/2016, 27/08/2016, 30/08/2016
2, 5/09/2016, 11/09/2016, 17/09/2016, 21/09/2016
3, 28/08/2016, 2/09/2016, 6/09/2016, 13/09/2016
4, 2/09/201,6 8/09/2016, 14/09/2016, 21/09/2016
Download PNG
Example data
Tracing windows
Input data:
Calculate start and end of back tracing interval and start and end of forward tracing interval.
Geocode a single address
Input data:
Geocode multiple addresses
Input data:
The input *.csv file should consist of two named columns: id (identifier, numeric), address (address details, character string). Typical input data would be as follows:
Example data
id, address
1, 2 Wallaby Grove, Winmalee, New South Wales
2, 135 Donnybrook Rd, Mickleham VIC 3064
3, 390 St Kilda Rd, Melbourne Victoria
4, 400 Princes Highway, Werribee Victoria
Example data
Space time KML file
Input data:
This app returns either a space-time KML file or a space (location only) KML file, depending on the number of columns of data provided in the source CSV file.
To create a space-time KML file suitable for display using Google Earth the input *.csv file should consist of four named columns: oid (object identifier, numeric), edate (date of event, DD/MM/YYYY), lon (longitude in decimal degrees, numeric), and lat (latitude in decimal degrees, numeric). Typical input data would be as follows:
To create a space (location only) KML file suitable for display using Google Earth the input *.csv file should consist of three named columns: oid (object identifier, numeric), lon (longitude in decimal degrees, numeric), and lat (latitude in decimal degrees, numeric). Typical input data would be as follows:
Download KML
Example data
oid
edate
lon
lat
1, 8/11/1967, -3.0332, 52.9052
2, 8/11/1967, -3.0198, 52.9035
3, 1/11/1967, -3.0985, 52.8983
4, 11/11/1967, -3.0628, 52.8986
To create a space (location only) KML file suitable for display using Google Earth the input *.csv file should consist of three named columns: oid (object identifier, numeric), lon (longitude in decimal degrees, numeric), and lat (latitude in decimal degrees, numeric). Typical input data would be as follows:
oid
lon
lat
1, -3.0332, 52.9052
2, -3.0198, 52.9035
3, -3.0985, 52.8983
4, -3.0628, 52.8986
Example data