Skip to content
Snippets Groups Projects
Commit 1dc13447 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Merge branch 'AlternariaParameterization-VIPSUTV-644' into 'develop'

Alternaria parameterization vipsutv 644

See merge request !176
parents 0a7e8773 2b67ff86
Branches
No related tags found
1 merge request!176Alternaria parameterization vipsutv 644
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
<dependency> <dependency>
<groupId>no.nibio.vips</groupId> <groupId>no.nibio.vips</groupId>
<artifactId>VIPSCommon</artifactId> <artifactId>VIPSCommon</artifactId>
<version>2.1.0</version> <version>2.1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax</groupId> <groupId>javax</groupId>
......
...@@ -1048,3 +1048,5 @@ pointOfInterestType_6=Apiary site ...@@ -1048,3 +1048,5 @@ pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery pointOfInterestType_7=Nursery
privacyStatement=Privacy statement privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
thresholdDSVMax=DSV threshold for high infection risk
thresholdDSVTempMin=Minimum temperature for DSV calculation
...@@ -1042,3 +1042,5 @@ pointOfInterestType_6=Apiary site ...@@ -1042,3 +1042,5 @@ pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery pointOfInterestType_7=Nursery
privacyStatement=Privacy statement privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
thresholdDSVMax=DSV threshold for high infection risk
thresholdDSVTempMin=Minimum temperature for DSV calculation
...@@ -1040,3 +1040,5 @@ pointOfInterestType_6=Apiary site ...@@ -1040,3 +1040,5 @@ pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery pointOfInterestType_7=Nursery
privacyStatement=Privacy statement privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
thresholdDSVMax=DSV threshold for high infection risk
thresholdDSVTempMin=Minimum temperature for DSV calculation
...@@ -1048,3 +1048,5 @@ pointOfInterestType_6=Big\u00e5rdsplass ...@@ -1048,3 +1048,5 @@ pointOfInterestType_6=Big\u00e5rdsplass
pointOfInterestType_7=Planteskole pointOfInterestType_7=Planteskole
privacyStatement=Personvernerkl\u00e6ring privacyStatement=Personvernerkl\u00e6ring
privacyStatementFileName=Personvernerklaering_NIBIO-VIPS.pdf privacyStatementFileName=Personvernerklaering_NIBIO-VIPS.pdf
thresholdDSVMax=DSV-terskel for h\u00f8y infeksjonsrisiko
thresholdDSVTempMin=Minimumstemperatur for beregning av DSV
...@@ -1042,3 +1042,5 @@ pointOfInterestType_6=Apiary site ...@@ -1042,3 +1042,5 @@ pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery pointOfInterestType_7=Nursery
privacyStatement=Privacy statement privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
thresholdDSVMax=DSV threshold for high infection risk
thresholdDSVTempMin=Minimum temperature for DSV calculation
...@@ -1036,3 +1036,5 @@ pointOfInterestType_6=Apiary site ...@@ -1036,3 +1036,5 @@ pointOfInterestType_6=Apiary site
pointOfInterestType_7=Nursery pointOfInterestType_7=Nursery
privacyStatement=Privacy statement privacyStatement=Privacy statement
privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf privacyStatementFileName=Privacy_statement_NIBIO-VIPS.pdf
thresholdDSVMax=DSV threshold for high infection risk
thresholdDSVTempMin=Minimum temperature for DSV calculation
...@@ -42,6 +42,18 @@ ...@@ -42,6 +42,18 @@
"dataType" : "DATE", "dataType" : "DATE",
"dateFormat" : "yyyy-MM-dd", "dateFormat" : "yyyy-MM-dd",
"required" : false "required" : false
},
{
"name" : "thresholdDSVMax",
"dataType" : "DOUBLE",
"defaultValue" : "20.0",
"required" : false
} ,
{
"name" : "thresholdDSVTempMin",
"dataType" : "DOUBLE",
"defaultValue" : "13.0",
"required" : false
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment