hestia-earth-models 0.64.12__py3-none-any.whl → 0.64.13__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 (184) hide show
  1. hestia_earth/models/aware/scarcityWeightedWaterUse.py +1 -1
  2. hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +1 -1
  3. hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +1 -1
  4. hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +3 -2
  5. hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +2 -2
  6. hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +2 -2
  7. hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +2 -2
  8. hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +2 -2
  9. hestia_earth/models/cycle/completeness/seed.py +6 -4
  10. hestia_earth/models/cycle/concentrateFeed.py +9 -4
  11. hestia_earth/models/cycle/endDate.py +10 -1
  12. hestia_earth/models/cycle/milkYield.py +6 -5
  13. hestia_earth/models/cycle/startDate.py +6 -4
  14. hestia_earth/models/edip2003/ozoneDepletionPotential.py +2 -2
  15. hestia_earth/models/emissionNotRelevant/__init__.py +3 -2
  16. hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +2 -3
  17. hestia_earth/models/hestia/landCover.py +28 -26
  18. hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +2 -2
  19. hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +2 -2
  20. hestia_earth/models/ipcc2019/aboveGroundBiomass.py +4 -8
  21. hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +2 -2
  22. hestia_earth/models/ipcc2019/belowGroundBiomass.py +4 -8
  23. hestia_earth/models/ipcc2019/biomass_utils.py +11 -0
  24. hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +1 -1
  25. hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +7 -3
  26. hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +14 -9
  27. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +9 -3
  28. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +1 -2
  29. hestia_earth/models/koble2014/aboveGroundCropResidue.py +5 -1
  30. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  31. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  32. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  33. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +2 -2
  34. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  35. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  36. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  37. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  38. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  39. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +2 -2
  40. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  41. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  42. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  43. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  44. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  45. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  46. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +2 -2
  47. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  48. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  49. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  50. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  51. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  52. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +2 -2
  53. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  54. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  55. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  56. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  57. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  58. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +2 -2
  59. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  60. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  61. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  62. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  63. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  64. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +2 -2
  65. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  66. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  67. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  68. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  69. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  70. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +2 -2
  71. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  72. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  73. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  74. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  75. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  76. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +2 -2
  77. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  78. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  79. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  80. hestia_earth/models/linkedImpactAssessment/emissions.py +3 -0
  81. hestia_earth/models/log.py +4 -3
  82. hestia_earth/models/mocking/search-results.json +471 -471
  83. hestia_earth/models/pooreNemecek2018/excretaKgN.py +4 -4
  84. hestia_earth/models/pooreNemecek2018/excretaKgVs.py +4 -4
  85. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +1 -1
  86. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +1 -1
  87. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +1 -1
  88. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +1 -1
  89. hestia_earth/models/pooreNemecek2018/{saplings.py → saplingsDepreciatedAmountPerCycle.py} +1 -1
  90. hestia_earth/models/pooreNemecek2018/utils.py +7 -1
  91. hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
  92. hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +2 -2
  93. hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +2 -2
  94. hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
  95. hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  96. hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +2 -2
  97. hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +2 -3
  98. hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +2 -3
  99. hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  100. hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +2 -2
  101. hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +2 -2
  102. hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +2 -2
  103. hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
  104. hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
  105. hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +2 -2
  106. hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +2 -2
  107. hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
  108. hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  109. hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +2 -2
  110. hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +2 -3
  111. hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +2 -3
  112. hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  113. hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +2 -2
  114. hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +2 -2
  115. hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +2 -2
  116. hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
  117. hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
  118. hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +2 -2
  119. hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +2 -2
  120. hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
  121. hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  122. hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +2 -2
  123. hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +2 -3
  124. hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +2 -3
  125. hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  126. hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +2 -2
  127. hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +2 -2
  128. hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +2 -2
  129. hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
  130. hestia_earth/models/site/management.py +142 -144
  131. hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +1 -1
  132. hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +1 -1
  133. hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +1 -1
  134. hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +1 -1
  135. hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +1 -1
  136. hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +1 -1
  137. hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +1 -1
  138. hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +1 -1
  139. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +1 -1
  140. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +1 -1
  141. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +1 -1
  142. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +1 -1
  143. hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +2 -3
  144. hestia_earth/models/utils/__init__.py +4 -1
  145. hestia_earth/models/utils/blank_node.py +34 -14
  146. hestia_earth/models/utils/emission.py +1 -8
  147. hestia_earth/models/utils/management.py +11 -0
  148. hestia_earth/models/utils/pesticideAI.py +11 -17
  149. hestia_earth/models/utils/term.py +2 -1
  150. hestia_earth/models/version.py +1 -1
  151. {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.13.dist-info}/METADATA +4 -4
  152. {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.13.dist-info}/RECORD +180 -183
  153. {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.13.dist-info}/WHEEL +1 -1
  154. tests/models/cycle/completeness/test_seed.py +1 -1
  155. tests/models/cycle/test_endDate.py +18 -2
  156. tests/models/cycle/test_startDate.py +21 -3
  157. tests/models/hestia/test_landCover.py +3 -2
  158. tests/models/ipcc2019/test_aboveGroundBiomass.py +2 -1
  159. tests/models/ipcc2019/test_belowGroundBiomass.py +2 -1
  160. tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +4 -3
  161. tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +3 -3
  162. tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +1 -1
  163. tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +12 -0
  164. tests/models/ipcc2019/test_organicCarbonPerHa.py +1 -0
  165. tests/models/koble2014/test_aboveGroundCropResidue.py +13 -0
  166. tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +3 -2
  167. tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +3 -2
  168. tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +3 -2
  169. tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +3 -2
  170. tests/models/pooreNemecek2018/{test_saplings.py → test_saplingsDepreciatedAmountPerCycle.py} +1 -1
  171. tests/models/site/test_management.py +18 -151
  172. tests/models/utils/test_blank_node.py +57 -1
  173. tests/models/utils/test_emission.py +1 -6
  174. tests/models/utils/test_site.py +33 -2
  175. tests/models/pooreNemecek2018/test_no3ToGroundwaterSoilFlux.py +0 -90
  176. tests/models/stehfestBouwman2006/test_n2OToAirSoilFlux.py +0 -41
  177. tests/models/stehfestBouwman2006/test_noxToAirSoilFlux.py +0 -40
  178. tests/models/stehfestBouwman2006GisImplementation/test_noxToAirSoilFlux.py +0 -33
  179. /hestia_earth/models/pooreNemecek2018/{no3ToGroundwaterSoilFlux.py → no3ToGroundwaterSoilFlux_utils.py} +0 -0
  180. /hestia_earth/models/stehfestBouwman2006/{n2OToAirSoilFlux.py → n2OToAirSoilFlux_utils.py} +0 -0
  181. /hestia_earth/models/stehfestBouwman2006/{noxToAirSoilFlux.py → noxToAirSoilFlux_utils.py} +0 -0
  182. /hestia_earth/models/stehfestBouwman2006GisImplementation/{noxToAirSoilFlux.py → noxToAirSoilFlux_utils.py} +0 -0
  183. {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.13.dist-info}/LICENSE +0 -0
  184. {hestia_earth_models-0.64.12.dist-info → hestia_earth_models-0.64.13.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@ from typing import Optional, Union
3
3
  from hestia_earth.schema import EmissionMethodTier, SchemaType, TermTermType
4
4
  from hestia_earth.utils.api import download_hestia
5
5
  from hestia_earth.utils.model import linked_node
6
- from hestia_earth.utils.lookup import get_table_value, download_lookup, column_name
6
+
7
7
 
8
8
  from . import _term_id, _include_methodModel, flatten_args
9
9
  from .blank_node import find_terms_value
@@ -19,13 +19,6 @@ def _new_emission(term, model=None):
19
19
  return _include_methodModel(node, model)
20
20
 
21
21
 
22
- def is_in_system_boundary(term_id: str):
23
- lookup = download_lookup('emission.csv')
24
- value = get_table_value(lookup, 'termid', term_id, column_name('inHestiaDefaultSystemBoundary'))
25
- # handle numpy boolean
26
- return not (not value)
27
-
28
-
29
22
  def get_nh3_no3_nox_to_n(cycle: dict, nh3_term_id: str, no3_term_id: str, nox_term_id: str, allow_none: bool = False):
30
23
  default_value = 0 if allow_none else None
31
24
 
@@ -0,0 +1,11 @@
1
+ from hestia_earth.schema import SchemaType
2
+ from hestia_earth.utils.model import linked_node
3
+ from hestia_earth.utils.api import download_hestia
4
+
5
+ from . import _term_id, _include_model
6
+
7
+
8
+ def _new_management(term, model=None):
9
+ node = {'@type': SchemaType.MANAGEMENT.value}
10
+ node['term'] = linked_node(term if isinstance(term, dict) else download_hestia(_term_id(term)))
11
+ return _include_model(node, model)
@@ -22,29 +22,23 @@ def impact_lookup_value(model: str, term_id: str, impact_assessment: dict, looku
22
22
  get_pesticides_from_inputs(cycle)
23
23
  has_pesticides_inputs = len(pesticides) > 0
24
24
  pesticides_total_value = convert_value_from_cycle(
25
- product, cycle_lookup_value(model, term_id, cycle, pesticides, lookup_col), model=model, term_id=term_id
26
- ) if has_pesticides_inputs else None
25
+ product=product,
26
+ value=cycle_lookup_value(model, term_id, cycle, pesticides, lookup_col),
27
+ default=None,
28
+ model=model,
29
+ term_id=term_id
30
+ ) if has_pesticides_inputs else 0
27
31
 
28
32
  logRequirements(impact_assessment, model=model, term=term_id,
33
+ lookup_col=lookup_col,
29
34
  term_type_pesticideVeterinaryDrug_complete=is_complete,
30
35
  has_pesticides_inputs=has_pesticides_inputs,
31
36
  pesticides_total_value=pesticides_total_value)
32
37
 
33
- should_run = any([
34
- is_complete and not has_pesticides_inputs,
35
- is_complete and pesticides_total_value is not None
38
+ should_run = is_complete and any([
39
+ len(pesticides) == 0,
40
+ pesticides_total_value is not None
36
41
  ])
37
42
  logShouldRun(impact_assessment, model, term_id, should_run)
38
43
 
39
- return (pesticides_total_value or 0) if should_run else None
40
-
41
-
42
- def impact_value_set_none(impact_assessment: dict):
43
- # set Indicator to None for those that only use data from the Cycle
44
- completeness = impact_assessment.get('cycle', {}).get('completeness', {})
45
- product = get_product(impact_assessment)
46
-
47
- return not completeness.get('pesticideVeterinaryDrug', False) and any([
48
- not completeness.get('product', False),
49
- product.get('economicValueShare') is None
50
- ])
44
+ return pesticides_total_value if should_run else None
@@ -5,7 +5,8 @@ from hestia_earth.utils.lookup import download_lookup, get_table_value, column_n
5
5
  from .constant import Units
6
6
  from ..log import debugMissingLookup
7
7
 
8
- LIMIT = 1000
8
+ # avoid running scroll
9
+ LIMIT = 9999
9
10
 
10
11
 
11
12
  def get_lookup_value(lookup_term: dict, column: str, skip_debug: bool = False, **log_args):
@@ -1 +1 @@
1
- VERSION = '0.64.12'
1
+ VERSION = '0.64.13'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hestia-earth-models
3
- Version: 0.64.12
3
+ Version: 0.64.13
4
4
  Summary: HESTIA's set of modules for filling gaps in the activity data using external datasets (e.g. populating soil properties with a geospatial dataset using provided coordinates) and internal lookups (e.g. populating machinery use from fuel use). Includes rules for when gaps should be filled versus not (e.g. never gap fill yield, gap fill crop residue if yield provided etc.).
5
5
  Home-page: https://gitlab.com/hestia-earth/hestia-engine-models
6
6
  Author: HESTIA Team
@@ -11,14 +11,14 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
11
11
  Classifier: Programming Language :: Python :: 3.6
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: hestia-earth.schema==30.*
15
- Requires-Dist: hestia-earth.utils>=0.13.10
14
+ Requires-Dist: hestia-earth-schema==30.*
15
+ Requires-Dist: hestia-earth-utils>=0.13.11
16
16
  Requires-Dist: python-dateutil>=2.8.1
17
17
  Requires-Dist: CurrencyConverter==0.16.8
18
18
  Requires-Dist: haversine>=2.7.0
19
19
  Requires-Dist: pydash
20
20
  Provides-Extra: spatial
21
- Requires-Dist: hestia-earth.earth-engine>=0.4.7; extra == "spatial"
21
+ Requires-Dist: hestia-earth-earth-engine>=0.4.7; extra == "spatial"
22
22
 
23
23
  # HESTIA Engine Models
24
24