Mercurial > repos > siwaa > redelac_stics_e
comparison redelacPlanExpander.py @ 2:47dafd3de5ef draft
"planemo upload for repository https://forgemia.inra.fr/redelac/redelac-toolbox/-/tree/50303b4ec07c7fe49c61f47d37917bb860c9e281/tools/REDELACplanExpander commit 50303b4ec07c7fe49c61f47d37917bb860c9e281-dirty"
author | siwaa |
---|---|
date | Mon, 04 Sep 2023 15:28:46 +0000 |
parents | bc7ae8dd3d3c |
children | ecbd096ba43b |
comparison
equal
deleted
inserted
replaced
1:789a70a4c317 | 2:47dafd3de5ef |
---|---|
71 | 71 |
72 tmpDf['upc'] = row['upc'] | 72 tmpDf['upc'] = row['upc'] |
73 tmpDf['ucs'] = row['ucs'] | 73 tmpDf['ucs'] = row['ucs'] |
74 tmpDf['num_sol'] = row['num_sol'] | 74 tmpDf['num_sol'] = row['num_sol'] |
75 | 75 |
76 if typeOfRotation == '' : | 76 if typeOfRotation == 'GC' : |
77 tmpDf['Norg_sols'] = row['Norg_sols_GC'] | 77 tmpDf['Norg_sols'] = row['Norg_sols_GC'] |
78 tmpDf['nom_sol_sans_point'] = row['nom_sols_GC_dans_USM'] | 78 tmpDf['nom_sol_sans_point'] = row['nom_sols_GC_dans_USM'] |
79 else : | 79 else : |
80 tmpDf['Norg_sols'] = row['Norg_sols_PP'] | 80 tmpDf['Norg_sols'] = row['Norg_sols_PP'] |
81 tmpDf['nom_sol_sans_point'] = row['nom_sols_PP_dans_USM'] | 81 tmpDf['nom_sol_sans_point'] = row['nom_sols_PP_dans_USM'] |