comparison aquainfra_ogc_api_processes.xml @ 4:c44f0ac56eb4 draft

planemo upload for repository https://github.com/AquaINFRA/tools-ecology/tree/master commit 932bbb49332aaac4c5a16df41d4510ef2c9729f6
author ecology
date Tue, 29 Apr 2025 17:24:31 +0000
parents fb54a4ca66b6
children b03358838a4f
comparison
equal deleted inserted replaced
3:fb54a4ca66b6 4:c44f0ac56eb4
1 <tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.4.0" profile="22.05"> 1 <tool id="aquainfra_ogc_api_processes" name="AquaINFRA OGC API Processes" version="0.5.0" profile="22.05">
2 <description/> 2 <description/>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <creator> 6 <creator>
26 <option value="map-trends-static">map-trends-static: Spatial visualisation of regions and data points</option> 26 <option value="map-trends-static">map-trends-static: Spatial visualisation of regions and data points</option>
27 <option value="map-shapefile-points">map-shapefile-points: Spatial visualisation of regions and data points</option> 27 <option value="map-shapefile-points">map-shapefile-points: Spatial visualisation of regions and data points</option>
28 <option value="owt-classification">owt-classification: OWT Classification</option> 28 <option value="owt-classification">owt-classification: OWT Classification</option>
29 <option value="tordera-gloria">tordera-gloria: SWAT+, Soil and Water Assessment Tool</option> 29 <option value="tordera-gloria">tordera-gloria: SWAT+, Soil and Water Assessment Tool</option>
30 <option value="tordera-gloria-connection">tordera-gloria-connection: SWAT+ output to MITgcm input connection tool</option> 30 <option value="tordera-gloria-connection">tordera-gloria-connection: SWAT+ output to MITgcm input connection tool</option>
31 <option value="riverload">riverload: Compute River Load</option>
31 </param> 32 </param>
32 <when value="points-att-polygon"> 33 <when value="points-att-polygon">
33 <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"/> 34 <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"/>
34 <param name="regions" label="Study region or study subregions" optional="false" help="URL to the study region, or several regions, to classify your input data into groups of interest. Currently it has to be provided as a shapefile. It can be in any coordinate system and will be transformed to WGS84 during this process. (URL must be stored in a .txt file)" type="data" format="txt"/> 35 <param name="regions" label="Study region or study subregions" optional="false" help="URL to the study region, or several regions, to classify your input data into groups of interest. Currently it has to be provided as a shapefile. It can be in any coordinate system and will be transformed to WGS84 during this process. (URL must be stored in a .txt file)" type="data" format="txt"/>
35 <param name="colname_long" label="Column name for longitude" optional="true" help="Only needed for data other than geojson. Name of the column that contains longitude values (in WGS84)." type="text"/> 36 <param name="colname_long" label="Column name for longitude" optional="true" help="Only needed for data other than geojson. Name of the column that contains longitude values (in WGS84)." type="text"/>
138 <param name="end_date" label="End Date" optional="true" help="End date of the simulation in the format yyyymmdd. Defaults to: 20201231. Latest possible date for the default input project: 20221231." type="integer"/> 139 <param name="end_date" label="End Date" optional="true" help="End date of the simulation in the format yyyymmdd. Defaults to: 20201231. Latest possible date for the default input project: 20221231." type="integer"/>
139 </when> 140 </when>
140 <when value="tordera-gloria-connection"> 141 <when value="tordera-gloria-connection">
141 <param name="swat_output_file" label="SWAT+ Variable Outputs Database" optional="false" help="SQLite database (thread_1.sqlite) storing the simulated output values based on the defined time range and time step (daily, monthly, yearly, or annual average)." type="data" format="txt"/> 142 <param name="swat_output_file" label="SWAT+ Variable Outputs Database" optional="false" help="SQLite database (thread_1.sqlite) storing the simulated output values based on the defined time range and time step (daily, monthly, yearly, or annual average)." type="data" format="txt"/>
142 </when> 143 </when>
144 <when value="riverload">
145 <param name="input_toc_urls" label="Input Total Organic Carbon (TOC)" optional="false" help="URL to in situ Total Organic Carbon (TOC) data (date, value). If the data is divided into parts, please provide several URLs separated by a comma. All URLs need to start with http(s). (URL must be stored in a .txt file)" type="data" format="txt"/>
146 <param name="input_discharge_urls" label="Input discharge" optional="false" help="URL to the daily discharge data (date, value). If the data is divided into parts, please provide several URLs separated by a comma. All URLs need to start with http(s). (URL must be stored in a .txt file)" type="data" format="txt"/>
147 </when>
143 </conditional> 148 </conditional>
144 </inputs> 149 </inputs>
145 <outputs> 150 <outputs>
146 <data name="output_data" format="txt" label="$select_process"/> 151 <data name="output_data" format="txt" label="$select_process"/>
147 </outputs> 152 </outputs>