Difference between revisions of "Wikisym 2012 Demo"

From Testiwiki
Jump to: navigation, search
(Water model)
(Water model)
Line 171: Line 171:
 
                 'Surface water - Medium stress;Surface water - Medium stress;
 
                 'Surface water - Medium stress;Surface water - Medium stress;
 
                 'Surface water - High stress';Surface water - High stress|
 
                 'Surface water - High stress';Surface water - High stress|
             category:Raakavesi: Patogeenien pitoisuudet|
+
             category:Ground water: Pathogenic concentrations|
 
                 name:Kampylo|description:Cambylobacter-concentration estimation (microbe/l)|default:'Use water source specific classification'|
 
                 name:Kampylo|description:Cambylobacter-concentration estimation (microbe/l)|default:'Use water source specific classification'|
 
                 name:Ecoli|description:E.coli O157:H7 -concentration estimation (microbe/l)|default:'Use water source specific classification'|
 
                 name:Ecoli|description:E.coli O157:H7 -concentration estimation (microbe/l)|default:'Use water source specific classification'|
Line 193: Line 193:
 
                 6;Activated carbon filtration;
 
                 6;Activated carbon filtration;
 
                 7;UV filtration;
 
                 7;UV filtration;
                 8;Ozonisation;|
+
                 8;Ozonisation|
 
             default:1;4;5;6|category:Water purification: Purification processess and chlorinesation|
 
             default:1;4;5;6|category:Water purification: Purification processess and chlorinesation|
         name:KlooriAnnos|default:1.5|description:Klooriannos (mg/l)|
+
         name:KlooriAnnos|default:1.5|description:Chlorine dose (mg/l)|
 
      
 
      
         name:VedeKulu|default:1153|description:veden kulutus (ml)|category:Verkosto ja kuluttajat|
+
         name:VedeKulu|default:1153|description:Water consumption (ml)|category:Water network and consumers|
         name:Vaestonkoko|default:100000|description:Altistuvan väestön koko
+
         name:Vaestonkoko|default:100000|description:Population
 
     "
 
     "
 
>
 
>
Line 590: Line 590:
 
print(xtable(dose.response[,c("Pathogen", "Exp.pat", "P.inf", "VedDesTehSource")]), type="html") # Patogeeneille altistuminen ja infektion todennäköisyys
 
print(xtable(dose.response[,c("Pathogen", "Exp.pat", "P.inf", "VedDesTehSource")]), type="html") # Patogeeneille altistuminen ja infektion todennäköisyys
  
cat("<span style='font-size: 1.2em;font-weight:bold;'>Arvioitu terveysvaikutus</span>\n")
+
cat("<span style='font-size: 1.2em;font-weight:bold;'>Estimated health effects</span>\n")
  
cat(sum((1 - (1 - temp$P.ill.g.inf * temp$P.inf)^365) * Vaestonkoko, na.rm = TRUE), " vatsatautia vuodessa \n")
+
cat(sum((1 - (1 - temp$P.ill.g.inf * temp$P.inf)^365) * Vaestonkoko, na.rm = TRUE), " stomach flus per year \n")
  
cat(sum(Health.effects$DALYs, na.rm = TRUE), " DALY:ä vatsataudeista \n")     
+
cat(sum(Health.effects$DALYs, na.rm = TRUE), " DALY's from stomach flus \n")     
 
</rcode>
 
</rcode>

Revision as of 12:59, 23 August 2012

Polygons on dynamic Google Maps

This example plots municipalities of Finland on Google Maps using data from National Land Survey of Finland.

+ Show code

Points on dynamic Google Maps

This examples plots buildings of Kuopio on Google Maps. User can give the minimum age of buildings to plot as an input parameter.


Building minimum age:

+ Show code

Large quantity of points on a static Google Maps

This example plots large number of point data on static Google Maps. The map produced in this example shows the age (in years) distribution of buildings within Kuopio. User can select the number of age classes (4,6 or 8) and the type of classification.

Number of classes:

Type of classification:

+ Show code

Water model

Ground water: Pathogenic concentrations

Water resource:

Cambylobacter-concentration estimation (microbe/l):

E.coli O157:H7 -concentration estimation (microbe/l):

Rotavirus-concentration estimation (microbe/l):

Norovirus-concentration estimation (microbe/l):

Cryptosporidium-concentration estimation (microbe/l):

Giardia-concentration estimation (microbe/l):

City default values:

Water purification: Purification processess and chlorinesation

Available purification methods:
Traditional purification
Highly effective purification
Enhanced purification
Slow sand filtration
Limestone filtration
Activated carbon filtration
UV filtration
Ozonisation

Chlorine dose (mg/l):

Water network and consumers

Water consumption (ml):

Population:

+ Show code