Mercurial > repos > ecology > srs_preprocess_s2
comparison macro.xml @ 0:a990ea26442f draft default tip
planemo upload for repository https://github.com/Marie59/Sentinel_2A/srs_tools commit b32737c1642aa02cc672534e42c5cb4abe0cd3e7
| author | ecology |
|---|---|
| date | Mon, 09 Jan 2023 13:54:29 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a990ea26442f |
|---|---|
| 1 <macros> | |
| 2 <token name="@VERSION@">0.0.1</token> | |
| 3 <xml name="SRS_requirements"> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="4.2.2">r-base</requirement> | |
| 6 <requirement type="package" version="2.12.2">r-r.utils</requirement> | |
| 7 <requirement type="package" version="1.0_7">r-sf</requirement> | |
| 8 <requirement type="package" version="1.5_32">r-rgdal</requirement> | |
| 9 <requirement type="package" version="0.6_1">r-rgeos</requirement> | |
| 10 <requirement type="package" version="0.5_5">r-stars</requirement> | |
| 11 <requirement type="package" version="1.5.0">r-stringr</requirement> | |
| 12 <requirement type="package" version="1.9.8">r-biodivmapr</requirement> | |
| 13 <requirement type="package" version="0.36">r-xfun</requirement> | |
| 14 <requirement type="package" version="0.51.4">r-rastervis</requirement> | |
| 15 <requirement type="package" version="3.4.0">r-ggplot2</requirement> | |
| 16 <requirement type="package" version="2.11.0">r-mapview</requirement> | |
| 17 <requirement type="package" version="2.3">r-gridextra</requirement> | |
| 18 <requirement type="package" version="3.0.0">r-emstreer</requirement> | |
| 19 <requirement type="package" version="3.2.3">r-filesstrings</requirement> | |
| 20 <!--requirement type="package" version="9.0.1">proj</requirement--> | |
| 21 <yield/> | |
| 22 </requirements> | |
| 23 </xml> | |
| 24 <xml name="SRS_input"> | |
| 25 <param name="input" type="data" format="tabular,csv,txt" label="Input table"/> | |
| 26 <param name="colnames" type="boolean" label="First line is a header line" checked="true"/> | |
| 27 </xml> | |
| 28 <xml name="SRS_bibref"> | |
| 29 <citations> | |
| 30 <citation type="bibtex"> | |
| 31 @Manual{, | |
| 32 title = {obisindicators: Develop marine biodiversity indicators from OBIS data}, | |
| 33 author = {Ben Ben and Pieter Provoost and Tylar Murray}, | |
| 34 year = {2022}, | |
| 35 note = {https://marinebon.org/obisindicators, | |
| 36 https://github.com/marinebon/obisindicators}, | |
| 37 } | |
| 38 </citation> | |
| 39 </citations> | |
| 40 </xml> | |
| 41 <xml name="SRS_S2ref"> | |
| 42 <citations> | |
| 43 <citation type="bibtex"> | |
| 44 @Manual{, | |
| 45 title = {preprocS2: preprocessing of Sentinel-2 data downloaded from various data hubs / produced from various atmospheric correction methods}, | |
| 46 author = {Jean-Baptiste Feret}, | |
| 47 year = {2022}, | |
| 48 note = {R package version 1.1.3}, | |
| 49 url = {https://gitlab.com/jbferet/preprocS2}, | |
| 50 } | |
| 51 </citation> | |
| 52 </citations> | |
| 53 </xml> | |
| 54 <xml name="SRS_BDMRref"> | |
| 55 <citations> | |
| 56 <citation type="bibtex"> | |
| 57 @Manual{, | |
| 58 title = {biodivMapR: biodivMapR: an R package for a- and ß-diversity mapping using remotely-sensed images}, | |
| 59 author = {Jean-Baptiste Feret and Florian {de Boissieu}}, | |
| 60 year = {2022}, | |
| 61 note = {R package version 1.9.4}, | |
| 62 url = {https://github.com/jbferet/biodivMapR}, | |
| 63 } | |
| 64 </citation> | |
| 65 </citations> | |
| 66 </xml> | |
| 67 <xml name="SRS_rasterdivref"> | |
| 68 <citations> | |
| 69 <citation type="doi">doi:10.1016/j.ecolind.2016.07.039</citation> | |
| 70 <citation type="doi">doi:10.1101/2021.01.23.427872</citation> | |
| 71 </citations> | |
| 72 </xml> | |
| 73 <xml name="SRS_prosailref"> | |
| 74 <citations> | |
| 75 <citation type="bibtex"> | |
| 76 @Manual{, | |
| 77 title = {prosail: PROSAIL leaf and canopy radiative transfer model and inversion routines}, | |
| 78 author = {Jean-Baptiste Feret and Florian {de Boissieu}}, | |
| 79 year = {2022}, | |
| 80 note = {R package version 1.1.1}, | |
| 81 url = {https://gitlab.com/jbferet/prosail}, | |
| 82 } | |
| 83 </citation> | |
| 84 </citations> | |
| 85 </xml> | |
| 86 <xml name="SRS_metaref"> | |
| 87 <citations> | |
| 88 <citation type="doi">doi.org/10.5281/zenodo.5907920</citation> | |
| 89 </citations> | |
| 90 </xml> | |
| 91 <xml name="SRS_vegetpheno"> | |
| 92 <citations> | |
| 93 <citation type="doi">doi.org/10.1016/j.rse.2013.09.022</citation> | |
| 94 </citations> | |
| 95 </xml> | |
| 96 <xml name="topic"> | |
| 97 <edam_topics> | |
| 98 <edam_topic>topic_0610</edam_topic> | |
| 99 <edam_topic>topic_3050</edam_topic> | |
| 100 </edam_topics> | |
| 101 </xml> | |
| 102 </macros> |
