Mercurial > repos > ecology > aquainfra_ogc_api_processes
view macros.xml @ 6:5acff8859db2 draft default tip
planemo upload for repository https://github.com/AquaINFRA/tools-ecology/tree/master commit 1f5e22a210b8a395f1c7b48f54e03e781a1b34c4
author | ecology |
---|---|
date | Tue, 13 May 2025 17:57:37 +0000 |
parents | d413a6b6cebf |
children |
line wrap: on
line source
<macros> <xml name="requirements"> <requirements> <requirement type="package" version="4.3.1">r-base</requirement> <requirement type="package" version="1.20.4">r-getopt</requirement> <requirement type="package" version="0.2.3">r-httr2</requirement> <requirement type="package" version="1.8.7">r-jsonlite</requirement> </requirements> </xml> <xml name="citations"> <citations> <citation type="bibtex">@Manual{httr2, title = {httr2: Perform HTTP Requests and Process the Responses}, author = {Hadley Wickham}, year = {2023}, note = {R package version 1.0.0, https://github.com/r-lib/httr2}, url = {https://httr2.r-lib.org},}</citation> <citation type="doi">10.48550/arXiv.1403.2805</citation> </citations> </xml> <xml name="help"> <help> Use the dropdown menu at the top to select the OGC API processes hosted on https://aqua.igb-berlin.de/pygeoapi-dev/processes and then complete the corresponding form to run the service. </help> </xml> <xml name="tests"> <tests> <test> <conditional name="conditional_process"> <param name="select_process" value="points-att-polygon"/> <param name="input_data" value="points_att_polygon_test_input_2.txt"/> <param name="regions" value="points_att_polygon_test_input_1.txt"/> <param name="colname_long" value="longitude"/> <param name="colname_lat" value="latitude"/> </conditional> <output name="output_data"> <assert_contents> <has_n_lines n="1"/> </assert_contents> </output> </test> <test> <conditional name="conditional_process"> <param name="select_process" value="map-shapefile-points"/> <param name="regions" value="points_att_polygon_test_input_1.txt"/> <param name="input_data" value="points_att_polygon_test_input_3.txt"/> <param name="colname_long" value="longitude"/> <param name="colname_lat" value="latitude"/> <param name="colname_value_name" value="transparency_m"/> <param name="colname_region_id" value="HELCOM_ID"/> </conditional> <output name="output_data"> <assert_contents> <has_n_lines n="1"/> </assert_contents> </output> </test> </tests> </xml> </macros>