hestia-earth-models 0.54.2__py3-none-any.whl → 0.55.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hestia-earth-models might be problematic. Click here for more details.

Files changed (91) hide show
  1. hestia_earth/models/cycle/completeness/{other.py → seed.py} +5 -5
  2. hestia_earth/models/cycle/completeness/{soilAmendments.py → soilAmendment.py} +4 -4
  3. hestia_earth/models/cycle/product/economicValueShare.py +2 -2
  4. hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +1 -1
  5. hestia_earth/models/geospatialDatabase/drainageClass.py +2 -2
  6. hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py +3 -1
  7. hestia_earth/models/ipcc2019/organicCarbonPerHa.py +14 -15
  8. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  9. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  10. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  11. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  12. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  13. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  14. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  15. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  16. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  17. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  18. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  19. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  20. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  21. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  22. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  23. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  24. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  25. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  26. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  27. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  28. hestia_earth/models/mocking/search-results.json +76 -64
  29. hestia_earth/models/pooreNemecek2018/excretaKgN.py +2 -2
  30. hestia_earth/models/pooreNemecek2018/excretaKgVs.py +2 -2
  31. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +1 -1
  32. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +1 -1
  33. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +1 -1
  34. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +1 -1
  35. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux.py +1 -1
  36. hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +1 -1
  37. hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  38. hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +1 -1
  39. hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +1 -1
  40. hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +1 -1
  41. hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  42. hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +1 -1
  43. hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +1 -1
  44. hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  45. hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +1 -1
  46. hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +1 -1
  47. hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +1 -1
  48. hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  49. hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +1 -1
  50. hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +1 -1
  51. hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  52. hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +1 -1
  53. hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +1 -1
  54. hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +1 -1
  55. hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  56. hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +1 -1
  57. hestia_earth/models/schmidt2007/utils.py +1 -1
  58. hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +1 -1
  59. hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +1 -1
  60. hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +1 -1
  61. hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +1 -1
  62. hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +1 -1
  63. hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux.py +1 -1
  64. hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +1 -1
  65. hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +1 -1
  66. hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +1 -1
  67. hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +1 -1
  68. hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux.py +1 -1
  69. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +1 -1
  70. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +1 -1
  71. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +1 -1
  72. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +1 -1
  73. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux.py +1 -1
  74. hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +1 -1
  75. hestia_earth/models/utils/cycle.py +3 -3
  76. hestia_earth/models/utils/measurement.py +1 -1
  77. hestia_earth/models/utils/pesticideAI.py +2 -2
  78. hestia_earth/models/utils/product.py +2 -0
  79. hestia_earth/models/version.py +1 -1
  80. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/METADATA +2 -2
  81. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/RECORD +91 -91
  82. tests/models/cycle/completeness/{test_other.py → test_seed.py} +1 -1
  83. tests/models/cycle/completeness/{test_soilAmendments.py → test_soilAmendment.py} +1 -1
  84. tests/models/cycle/product/test_economicValueShare.py +2 -2
  85. tests/models/ipcc2019/test_organicCarbonPerHa.py +32 -4
  86. tests/models/pooreNemecek2018/test_excretaKgN.py +2 -2
  87. tests/models/pooreNemecek2018/test_excretaKgVs.py +2 -2
  88. tests/models/utils/test_source.py +1 -1
  89. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/LICENSE +0 -0
  90. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/WHEEL +0 -0
  91. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/top_level.txt +0 -0
@@ -821,11 +821,11 @@
821
821
  },
822
822
  {
823
823
  "@type": "Term",
824
- "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
824
+ "@id": "residueIncorporated"
825
825
  },
826
826
  {
827
827
  "@type": "Term",
828
- "@id": "residueIncorporated"
828
+ "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
829
829
  },
830
830
  {
831
831
  "@type": "Term",
@@ -861,19 +861,19 @@
861
861
  },
862
862
  {
863
863
  "@type": "Term",
864
- "@id": "discardedCropIncorporated"
864
+ "@id": "discardedCropLeftOnField"
865
865
  },
866
866
  {
867
867
  "@type": "Term",
868
- "@id": "aboveGroundCropResidueRemoved"
868
+ "@id": "discardedCropTotal"
869
869
  },
870
870
  {
871
871
  "@type": "Term",
872
- "@id": "discardedCropLeftOnField"
872
+ "@id": "discardedCropIncorporated"
873
873
  },
874
874
  {
875
875
  "@type": "Term",
876
- "@id": "discardedCropTotal"
876
+ "@id": "aboveGroundCropResidueRemoved"
877
877
  },
878
878
  {
879
879
  "@type": "Term",
@@ -938,15 +938,15 @@
938
938
  },
939
939
  {
940
940
  "@type": "Term",
941
- "@id": "digestibleEnergyPoultry"
941
+ "@id": "digestibleEnergyPigs"
942
942
  },
943
943
  {
944
944
  "@type": "Term",
945
- "@id": "digestibleEnergyPigs"
945
+ "@id": "digestibleEnergySalmonids"
946
946
  },
947
947
  {
948
948
  "@type": "Term",
949
- "@id": "digestibleEnergySalmonids"
949
+ "@id": "digestibleEnergyPoultry"
950
950
  },
951
951
  {
952
952
  "@type": "Term",
@@ -999,11 +999,11 @@
999
999
  },
1000
1000
  {
1001
1001
  "@type": "Term",
1002
- "@id": "energyDigestibilityRabbits"
1002
+ "@id": "energyDigestibilityPigs"
1003
1003
  },
1004
1004
  {
1005
1005
  "@type": "Term",
1006
- "@id": "energyDigestibilityPigs"
1006
+ "@id": "energyDigestibilityRabbits"
1007
1007
  },
1008
1008
  {
1009
1009
  "@type": "Term",
@@ -1024,35 +1024,35 @@
1024
1024
  "results": [
1025
1025
  {
1026
1026
  "@type": "Term",
1027
- "@id": "excretaBeefCattleExceptFeedlotFedKgN"
1027
+ "@id": "excretaDeerKgN"
1028
1028
  },
1029
1029
  {
1030
1030
  "@type": "Term",
1031
- "@id": "excretaPoultryKgN"
1031
+ "@id": "excretaSolidFishCrustaceansKgN"
1032
1032
  },
1033
1033
  {
1034
1034
  "@type": "Term",
1035
- "@id": "excretaSolidFishCrustaceansKgN"
1035
+ "@id": "excretaPoultryKgN"
1036
1036
  },
1037
1037
  {
1038
1038
  "@type": "Term",
1039
- "@id": "excretaDucksKgN"
1039
+ "@id": "excretaGoatsKgN"
1040
1040
  },
1041
1041
  {
1042
1042
  "@type": "Term",
1043
- "@id": "excretaGoatsKgN"
1043
+ "@id": "excretaBeefCattleExceptFeedlotFedKgN"
1044
1044
  },
1045
1045
  {
1046
1046
  "@type": "Term",
1047
- "@id": "excretaBeefCattleFeedlotFedKgN"
1047
+ "@id": "excretaDucksKgN"
1048
1048
  },
1049
1049
  {
1050
1050
  "@type": "Term",
1051
- "@id": "excretaGeeseKgN"
1051
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1052
1052
  },
1053
1053
  {
1054
1054
  "@type": "Term",
1055
- "@id": "excretaKgN"
1055
+ "@id": "excretaBuffaloKgN"
1056
1056
  },
1057
1057
  {
1058
1058
  "@type": "Term",
@@ -1060,11 +1060,15 @@
1060
1060
  },
1061
1061
  {
1062
1062
  "@type": "Term",
1063
- "@id": "excretaBuffaloKgN"
1063
+ "@id": "excretaBeefCattleFeedlotFedKgN"
1064
1064
  },
1065
1065
  {
1066
1066
  "@type": "Term",
1067
- "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1067
+ "@id": "excretaGeeseKgN"
1068
+ },
1069
+ {
1070
+ "@type": "Term",
1071
+ "@id": "excretaKgN"
1068
1072
  },
1069
1073
  {
1070
1074
  "@type": "Term",
@@ -1072,7 +1076,7 @@
1072
1076
  },
1073
1077
  {
1074
1078
  "@type": "Term",
1075
- "@id": "processedExcretaKgN"
1079
+ "@id": "excretaMixturesKgN"
1076
1080
  },
1077
1081
  {
1078
1082
  "@type": "Term",
@@ -1080,7 +1084,7 @@
1080
1084
  },
1081
1085
  {
1082
1086
  "@type": "Term",
1083
- "@id": "excretaMixturesKgN"
1087
+ "@id": "processedExcretaKgN"
1084
1088
  },
1085
1089
  {
1086
1090
  "@type": "Term",
@@ -1088,11 +1092,11 @@
1088
1092
  },
1089
1093
  {
1090
1094
  "@type": "Term",
1091
- "@id": "excretaSheepKgN"
1095
+ "@id": "excretaHorsesMulesAndAssesKgN"
1092
1096
  },
1093
1097
  {
1094
1098
  "@type": "Term",
1095
- "@id": "excretaHorsesMulesAndAssesKgN"
1099
+ "@id": "excretaPigsKgN"
1096
1100
  },
1097
1101
  {
1098
1102
  "@type": "Term",
@@ -1100,7 +1104,7 @@
1100
1104
  },
1101
1105
  {
1102
1106
  "@type": "Term",
1103
- "@id": "excretaPigsKgN"
1107
+ "@id": "excretaSheepKgN"
1104
1108
  }
1105
1109
  ]
1106
1110
  },
@@ -1111,21 +1115,25 @@
1111
1115
  "units.keyword": "kg VS"
1112
1116
  },
1113
1117
  "results": [
1118
+ {
1119
+ "@type": "Term",
1120
+ "@id": "excretaSolidFishCrustaceansKgVs"
1121
+ },
1114
1122
  {
1115
1123
  "@type": "Term",
1116
1124
  "@id": "excretaInsectsKgVs"
1117
1125
  },
1118
1126
  {
1119
1127
  "@type": "Term",
1120
- "@id": "excretaSolidFishCrustaceansKgVs"
1128
+ "@id": "excretaPigsKgVs"
1121
1129
  },
1122
1130
  {
1123
1131
  "@type": "Term",
1124
- "@id": "excretaBuffaloKgVs"
1132
+ "@id": "excretaCamelsKgVs"
1125
1133
  },
1126
1134
  {
1127
1135
  "@type": "Term",
1128
- "@id": "excretaHorsesMulesAndAssesKgVs"
1136
+ "@id": "excretaDucksKgVs"
1129
1137
  },
1130
1138
  {
1131
1139
  "@type": "Term",
@@ -1133,35 +1141,35 @@
1133
1141
  },
1134
1142
  {
1135
1143
  "@type": "Term",
1136
- "@id": "excretaTurkeysKgVs"
1144
+ "@id": "excretaHorsesMulesAndAssesKgVs"
1137
1145
  },
1138
1146
  {
1139
1147
  "@type": "Term",
1140
- "@id": "excretaPigsKgVs"
1148
+ "@id": "excretaBuffaloKgVs"
1141
1149
  },
1142
1150
  {
1143
1151
  "@type": "Term",
1144
- "@id": "excretaDucksKgVs"
1152
+ "@id": "excretaTurkeysKgVs"
1145
1153
  },
1146
1154
  {
1147
1155
  "@type": "Term",
1148
- "@id": "excretaCamelsKgVs"
1156
+ "@id": "excretaLiquidFishCrustaceansKgVs"
1149
1157
  },
1150
1158
  {
1151
1159
  "@type": "Term",
1152
- "@id": "excretaDairyCattleKgVs"
1160
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1153
1161
  },
1154
1162
  {
1155
1163
  "@type": "Term",
1156
- "@id": "excretaGeeseKgVs"
1164
+ "@id": "excretaDairyCattleKgVs"
1157
1165
  },
1158
1166
  {
1159
1167
  "@type": "Term",
1160
- "@id": "excretaLiquidFishCrustaceansKgVs"
1168
+ "@id": "excretaGeeseKgVs"
1161
1169
  },
1162
1170
  {
1163
1171
  "@type": "Term",
1164
- "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1172
+ "@id": "excretaPoultryKgVs"
1165
1173
  },
1166
1174
  {
1167
1175
  "@type": "Term",
@@ -1169,27 +1177,27 @@
1169
1177
  },
1170
1178
  {
1171
1179
  "@type": "Term",
1172
- "@id": "excretaPoultryKgVs"
1180
+ "@id": "excretaDeerKgVs"
1173
1181
  },
1174
1182
  {
1175
1183
  "@type": "Term",
1176
- "@id": "excretaBeefCattleFeedlotFedKgVs"
1184
+ "@id": "excretaKgVs"
1177
1185
  },
1178
1186
  {
1179
1187
  "@type": "Term",
1180
- "@id": "excretaMixturesKgVs"
1188
+ "@id": "excretaSheepKgVs"
1181
1189
  },
1182
1190
  {
1183
1191
  "@type": "Term",
1184
- "@id": "excretaSheepKgVs"
1192
+ "@id": "excretaBeefCattleFeedlotFedKgVs"
1185
1193
  },
1186
1194
  {
1187
1195
  "@type": "Term",
1188
- "@id": "excretaKgVs"
1196
+ "@id": "excretaBeefCattleExceptFeedlotFedKgVs"
1189
1197
  },
1190
1198
  {
1191
1199
  "@type": "Term",
1192
- "@id": "excretaBeefCattleExceptFeedlotFedKgVs"
1200
+ "@id": "excretaMixturesKgVs"
1193
1201
  }
1194
1202
  ]
1195
1203
  },
@@ -1204,7 +1212,7 @@
1204
1212
  "@type": "Term",
1205
1213
  "name": "Generic crop, seed",
1206
1214
  "@id": "genericCropSeed",
1207
- "_score": 23.378887
1215
+ "_score": 22.756205
1208
1216
  }
1209
1217
  ]
1210
1218
  },
@@ -1297,6 +1305,10 @@
1297
1305
  }
1298
1306
  },
1299
1307
  "results": [
1308
+ {
1309
+ "@type": "Term",
1310
+ "@id": "petrolBurntIn2StrokeEngine"
1311
+ },
1300
1312
  {
1301
1313
  "@type": "Term",
1302
1314
  "@id": "diesel1D"
@@ -1307,23 +1319,23 @@
1307
1319
  },
1308
1320
  {
1309
1321
  "@type": "Term",
1310
- "@id": "petrol"
1322
+ "@id": "petrolBurntIn4StrokeEngine"
1311
1323
  },
1312
1324
  {
1313
1325
  "@type": "Term",
1314
- "@id": "gasolineTypeJetFuel"
1326
+ "@id": "petrol"
1315
1327
  },
1316
1328
  {
1317
1329
  "@type": "Term",
1318
- "@id": "aviationGasoline"
1330
+ "@id": "diesel"
1319
1331
  },
1320
1332
  {
1321
1333
  "@type": "Term",
1322
- "@id": "diesel"
1334
+ "@id": "aviationGasoline"
1323
1335
  },
1324
1336
  {
1325
1337
  "@type": "Term",
1326
- "@id": "diesel2D"
1338
+ "@id": "gasolineTypeJetFuel"
1327
1339
  },
1328
1340
  {
1329
1341
  "@type": "Term",
@@ -1332,6 +1344,10 @@
1332
1344
  {
1333
1345
  "@type": "Term",
1334
1346
  "@id": "en590Diesel"
1347
+ },
1348
+ {
1349
+ "@type": "Term",
1350
+ "@id": "diesel2D"
1335
1351
  }
1336
1352
  ]
1337
1353
  },
@@ -1364,11 +1380,11 @@
1364
1380
  "results": [
1365
1381
  {
1366
1382
  "@type": "Term",
1367
- "@id": "milkYieldPerSheepRaw"
1383
+ "@id": "milkYieldPerGoatRaw"
1368
1384
  },
1369
1385
  {
1370
1386
  "@type": "Term",
1371
- "@id": "milkYieldPerGoatRaw"
1387
+ "@id": "milkYieldPerSheepRaw"
1372
1388
  },
1373
1389
  {
1374
1390
  "@type": "Term",
@@ -1380,19 +1396,19 @@
1380
1396
  },
1381
1397
  {
1382
1398
  "@type": "Term",
1383
- "@id": "milkYieldPerCamelRaw"
1399
+ "@id": "milkYieldPerSheepFpcm"
1384
1400
  },
1385
1401
  {
1386
1402
  "@type": "Term",
1387
- "@id": "milkYieldPerBuffaloRaw"
1403
+ "@id": "milkYieldPerCowFpcm"
1388
1404
  },
1389
1405
  {
1390
1406
  "@type": "Term",
1391
- "@id": "milkYieldPerCowFpcm"
1407
+ "@id": "milkYieldPerCamelRaw"
1392
1408
  },
1393
1409
  {
1394
1410
  "@type": "Term",
1395
- "@id": "milkYieldPerSheepFpcm"
1411
+ "@id": "milkYieldPerBuffaloRaw"
1396
1412
  }
1397
1413
  ]
1398
1414
  },
@@ -1425,10 +1441,6 @@
1425
1441
  }
1426
1442
  },
1427
1443
  "results": [
1428
- {
1429
- "@type": "Term",
1430
- "@id": "ricePlantFlooded"
1431
- },
1432
1444
  {
1433
1445
  "@type": "Term",
1434
1446
  "@id": "riceGrainInHuskFlooded"
@@ -1452,23 +1464,23 @@
1452
1464
  },
1453
1465
  {
1454
1466
  "@type": "Term",
1455
- "@id": "deepTillage"
1467
+ "@id": "minimumTillage"
1456
1468
  },
1457
1469
  {
1458
1470
  "@type": "Term",
1459
- "@id": "stripTillage"
1471
+ "@id": "fullTillage"
1460
1472
  },
1461
1473
  {
1462
1474
  "@type": "Term",
1463
- "@id": "mulchTillage"
1475
+ "@id": "deepTillage"
1464
1476
  },
1465
1477
  {
1466
1478
  "@type": "Term",
1467
- "@id": "minimumTillage"
1479
+ "@id": "stripTillage"
1468
1480
  },
1469
1481
  {
1470
1482
  "@type": "Term",
1471
- "@id": "fullTillage"
1483
+ "@id": "mulchTillage"
1472
1484
  },
1473
1485
  {
1474
1486
  "@type": "Term",
@@ -27,7 +27,7 @@ from . import MODEL
27
27
  REQUIREMENTS = {
28
28
  "Cycle": {
29
29
  "completeness.animalFeed": "",
30
- "completeness.products": "",
30
+ "completeness.product": "",
31
31
  "inputs": [{
32
32
  "@type": "Input",
33
33
  "term.termType": ["crop", "animalProduct", "feedFoodAdditive"],
@@ -92,7 +92,7 @@ def _should_run(cycle: dict):
92
92
  primary_prod = find_primary_product(cycle) or {}
93
93
  excreta_term_id = _get_excreta_n_term(primary_prod)
94
94
  dc = cycle.get('completeness', {})
95
- is_complete = dc.get('animalFeed', False) and dc.get('products', False)
95
+ is_complete = dc.get('animalFeed', False) and dc.get('product', False)
96
96
 
97
97
  inputs = cycle.get('inputs', [])
98
98
  inputs_n = get_feed_nitrogen(cycle, MODEL_LOG, excreta_term_id, inputs)
@@ -28,7 +28,7 @@ REQUIREMENTS = {
28
28
  "or": [
29
29
  {
30
30
  "completeness.animalFeed": "",
31
- "completeness.products": "",
31
+ "completeness.product": "",
32
32
  "inputs": [{
33
33
  "@type": "Input",
34
34
  "term.termType": ["crop", "animalProduct", "feedFoodAdditive"],
@@ -127,7 +127,7 @@ def _should_run(cycle: dict):
127
127
  excreta_term_id = _get_excreta_vs_term(primary_prod)
128
128
 
129
129
  dc = cycle.get('completeness', {})
130
- is_complete = dc.get('animalFeed', False) and dc.get('products', False)
130
+ is_complete = dc.get('animalFeed', False) and dc.get('product', False)
131
131
  carbonContent = _get_carbonContent(cycle)
132
132
 
133
133
  products = cycle.get('products', [])
@@ -7,7 +7,7 @@ from . import MODEL
7
7
 
8
8
  REQUIREMENTS = {
9
9
  "Cycle": {
10
- "completeness.products": "",
10
+ "completeness.product": "",
11
11
  "completeness.cropResidue": "True",
12
12
  "completeness.fertiliser": "",
13
13
  "products": [{
@@ -7,7 +7,7 @@ from . import MODEL
7
7
 
8
8
  REQUIREMENTS = {
9
9
  "Cycle": {
10
- "completeness.products": "",
10
+ "completeness.product": "",
11
11
  "completeness.cropResidue": "True",
12
12
  "completeness.fertiliser": "",
13
13
  "products": [{
@@ -7,7 +7,7 @@ from . import MODEL
7
7
 
8
8
  REQUIREMENTS = {
9
9
  "Cycle": {
10
- "completeness.products": "",
10
+ "completeness.product": "",
11
11
  "completeness.cropResidue": "True",
12
12
  "completeness.fertiliser": "",
13
13
  "products": [{
@@ -7,7 +7,7 @@ from . import MODEL
7
7
 
8
8
  REQUIREMENTS = {
9
9
  "Cycle": {
10
- "completeness.products": "",
10
+ "completeness.product": "",
11
11
  "completeness.cropResidue": "True",
12
12
  "completeness.fertiliser": "",
13
13
  "products": [{
@@ -14,7 +14,7 @@ from . import MODEL
14
14
 
15
15
  REQUIREMENTS = {
16
16
  "Cycle": {
17
- "completeness.products": "",
17
+ "completeness.product": "",
18
18
  "completeness.cropResidue": "True",
19
19
  "completeness.fertiliser": "",
20
20
  "products": [{
@@ -10,7 +10,7 @@ REQUIREMENTS = {
10
10
  "emissionsResourceUse": [{"@type": "Indicator", "value": "", "term.termType": "emission"}],
11
11
  "cycle": {
12
12
  "@type": "Cycle",
13
- "completeness.pesticidesAntibiotics": "True",
13
+ "completeness.pesticideVeterinaryDrug": "True",
14
14
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
15
15
  }
16
16
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -10,7 +10,7 @@ REQUIREMENTS = {
10
10
  "emissionsResourceUse": [{"@type": "Indicator", "value": "", "term.termType": "emission"}],
11
11
  "cycle": {
12
12
  "@type": "Cycle",
13
- "completeness.pesticidesAntibiotics": "True",
13
+ "completeness.pesticideVeterinaryDrug": "True",
14
14
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
15
15
  }
16
16
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -10,7 +10,7 @@ REQUIREMENTS = {
10
10
  "emissionsResourceUse": [{"@type": "Indicator", "value": "", "term.termType": "emission"}],
11
11
  "cycle": {
12
12
  "@type": "Cycle",
13
- "completeness.pesticidesAntibiotics": "True",
13
+ "completeness.pesticideVeterinaryDrug": "True",
14
14
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
15
15
  }
16
16
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -10,7 +10,7 @@ REQUIREMENTS = {
10
10
  "emissionsResourceUse": [{"@type": "Indicator", "value": "", "term.termType": "emission"}],
11
11
  "cycle": {
12
12
  "@type": "Cycle",
13
- "completeness.pesticidesAntibiotics": "True",
13
+ "completeness.pesticideVeterinaryDrug": "True",
14
14
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
15
15
  }
16
16
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@ REQUIREMENTS = {
6
6
  "ImpactAssessment": {
7
7
  "cycle": {
8
8
  "@type": "Cycle",
9
- "completeness.pesticidesAntibiotics": "True",
9
+ "completeness.pesticideVeterinaryDrug": "True",
10
10
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
11
11
  }
12
12
  }
@@ -10,7 +10,7 @@ REQUIREMENTS = {
10
10
  "emissionsResourceUse": [{"@type": "Indicator", "value": "", "term.termType": "emission"}],
11
11
  "cycle": {
12
12
  "@type": "Cycle",
13
- "completeness.pesticidesAntibiotics": "True",
13
+ "completeness.pesticideVeterinaryDrug": "True",
14
14
  "inputs": [{"@type": "Input", "value": "", "term.termType": "pesticideAI"}]
15
15
  }
16
16
  }