Skip to content

Commit f3dbb3e

Browse files
authored
add heat processes for AquaINFRA (#188)
1 parent dae2727 commit f3dbb3e

1 file changed

Lines changed: 50 additions & 1 deletion

File tree

tools/aquainfra_ogc_api_processes/aquainfra_ogc_api_processes.xml

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.7.0" profile="22.05">
1+
<tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.8.0" profile="22.05">
22
<description/>
33
<macros>
44
<import>macros.xml</import>
@@ -35,6 +35,11 @@
3535
<option value="check-names">check-names: Check species names in biodiversity data from separate sources</option>
3636
<option value="pred-extract">pred-extract: pred extract for extraction of environmnetal data</option>
3737
<option value="multidetect-and-clean">multidetect-and-clean: Run multidetect and clean the data</option>
38+
<option value="heat1">heat1: Reproducing HEAT HOLAS results: Generate the Assessment Units</option>
39+
<option value="heat2">heat2: Reproducing HEAT HOLAS results: Combine the samples</option>
40+
<option value="heat3">heat3: Reproducing HEAT HOLAS results: Compute Annual Indicators</option>
41+
<option value="heat4">heat4: Reproducing HEAT HOLAS results: Compute Assessment Indicators</option>
42+
<option value="heat5">heat5: Reproducing HEAT HOLAS results: Compute Assessment</option>
3843
</param>
3944
<when value="points-att-polygon">
4045
<param name="input_data" label="Table to be merged with study region" optional="false" help="URL to the input table containing the in-situ data points with coordinates. Can be provided as Excel file or CSV file (comma-separated text file). The coordinates have to be in WGS84 coordinate system. (URL must be stored in a .txt file)" type="data" format="txt"/>
@@ -273,6 +278,50 @@
273278
<param name="classifymode" label="Cuts data into classess" optional="true" help="Categorize data base on the correlation coefficient manner based on Akoglu 2018. Example: med" type="integer"/>
274279
<param name="eif_bool" label="Emprical Influence Function" optional="true" help="Computes the Emprical Influence Function for classified outliers." type="boolean" truevalue="True" falsevalue="False"/>
275280
</when>
281+
<when value="heat1">
282+
<param name="assessment_period" label="Assessment Period" optional="false" help="The HOLAS assessment period which is used for the HEAT analysis. It can be HOLAS-2 (2011-2016) or HOLAS-3 (2016-2021) or custom for whole monitoring period (1877-9999). Note that assessment period defines the indicators used and integrations rules, where as the sample data needs to be defined separately. Allowed values: HOLAS-2, HOLAS-3, Other." type="select">
283+
<option value="HOLAS-2">HOLAS-2</option>
284+
<option value="HOLAS-3">HOLAS-3</option>
285+
<option value="Other">Other</option>
286+
</param>
287+
</when>
288+
<when value="heat2">
289+
<param name="assessment_period" label="Assessment Period" optional="false" help="The HOLAS assessment period which is used for the HEAT analysis. It can be HOLAS-2 (2011-2016) or HOLAS-3 (2016-2021) or custom for whole monitoring period (1877-9999). Note that assessment period defines the indicators used and integrations rules, where as the sample data needs to be defined separately. Allowed values: HOLAS-2, HOLAS-3, Other." type="select">
290+
<option value="holas-2">holas-2</option>
291+
<option value="holas-3">holas-3</option>
292+
<option value="Other">Other</option>
293+
</param>
294+
<param name="bottle_data" label="Input samples (bottle)" optional="true" help="In-situ bottle sample data (nutrients, chl-a)(StationSamplesBOT.csv). ICES Oceanographic data type 'BOT'. Write 'default' for default data. Leave out for none at all." type="text"/>
295+
<param name="ctd_data" label="Input samples (CTD)" optional="true" help=" CTD depth profiles, relevant for oxygen debt indicator (StationSamplesCTD.csv). ICES Oceanographic data type 'CTD'. Write 'default' for default data. Leave out for none at all." type="text"/>
296+
<param name="pump_data" label="Input samples (pump)" optional="true" help="Ferrybox data (chl-a) (StationSamplesPMP.csv). ICES Oceanographic data type 'PMP'. Write 'default' for default data. Leave out for none at all." type="text"/>
297+
<param name="units_gridded" label="Gridded assessment units" optional="false" help="Grid used for confidence assessment (10k, 30k, 60k). These are generated by heat1. For default spatial units for each assessment period, write 'default'. (URL must be stored in a .txt file)" type="data" format="txt"/>
298+
</when>
299+
<when value="heat3">
300+
<param name="assessment_period" label="Assessment Period" optional="false" help="The HOLAS assessment period which is used for the HEAT analysis. It can be HOLAS-2 (2011-2016) or HOLAS-3 (2016-2021) or custom for whole monitoring period (1877-9999). Note that assessment period defines the indicators used and integrations rules, where as the sample data needs to be defined separately. Allowed values: HOLAS-2, HOLAS-3, Other." type="select">
301+
<option value="HOLAS-2">HOLAS-2</option>
302+
<option value="HOLAS-3">HOLAS-3</option>
303+
<option value="Other">Other</option>
304+
</param>
305+
<param name="station_samples" label="Station samples (combined)" optional="false" help="Merged sample data of BOT, PMP and CTD data for indicator calculation (StationSamples.csv). (URL must be stored in a .txt file)" type="data" format="txt"/>
306+
<param name="combined_Chlorophylla_IsWeighted" label="Chlorophyll A Weighted?" optional="false" checked="false" help="If true, script calculates combined chlorophyll a indicator results per assessment unit as a weighted average from BOT, PMP and EO. If false, then simple average." type="boolean" truevalue="True" falsevalue="False"/>
307+
<param name="units_cleaned" label="Non-gridded assessment units" optional="false" help="Non-gridded Assessment units which were cleaned, slightly adapted (e.g. some stations added manually), and extended (e.g. with the units's area and a UnitID). (URL must be stored in a .txt file)" type="data" format="txt"/>
308+
</when>
309+
<when value="heat4">
310+
<param name="assessment_period" label="Assessment Period" optional="false" help="The HOLAS assessment period which is used for the HEAT analysis. It can be HOLAS-2 (2011-2016) or HOLAS-3 (2016-2021) or custom for whole monitoring period (1877-9999). Note that assessment period defines the indicators used and integrations rules, where as the sample data needs to be defined separately. Allowed values: HOLAS-2, HOLAS-3, Other." type="select">
311+
<option value="HOLAS-2">HOLAS-2</option>
312+
<option value="HOLAS-3">HOLAS-3</option>
313+
<option value="Other">Other</option>
314+
</param>
315+
<param name="annual_indicators" label="Annual Indicators Table" optional="false" help="CSV file of calculated HEAT EQRS per indicator per year per assessment unit (AnnualIndicators.csv). (URL must be stored in a .txt file)" type="data" format="txt"/>
316+
</when>
317+
<when value="heat5">
318+
<param name="assessment_period" label="Assessment Period" optional="false" help="The HOLAS assessment period which is used for the HEAT analysis. It can be HOLAS-2 (2011-2016) or HOLAS-3 (2016-2021) or custom for whole monitoring period (1877-9999). Note that assessment period defines the indicators used and integrations rules, where as the sample data needs to be defined separately. Allowed values: HOLAS-2, HOLAS-3, Other." type="select">
319+
<option value="HOLAS-2">HOLAS-2</option>
320+
<option value="HOLAS-3">HOLAS-3</option>
321+
<option value="Other">Other</option>
322+
</param>
323+
<param name="assessment_indicators" label="Assessment Indicators Table" optional="false" help="CSV file of calculated EQRS per assessment period per assessment unit (AssessmentIndicators.csv). (URL must be stored in a .txt file)" type="data" format="txt"/>
324+
</when>
276325
</conditional>
277326
</inputs>
278327
<outputs>

0 commit comments

Comments
 (0)