@hestia-earth/engine-models 0.78.2 → 0.79.1
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.
- package/config/Cycle.json +26 -18
- package/config/ImpactAssessment.json +38 -0
- package/config/Site.json +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +206 -64
- package/package.json +2 -2
- package/search-results.json +1 -1
- package/src/version.ts +1 -1
package/config/Cycle.json
CHANGED
|
@@ -469,6 +469,24 @@
|
|
|
469
469
|
"stage": 1
|
|
470
470
|
}
|
|
471
471
|
],
|
|
472
|
+
[
|
|
473
|
+
{
|
|
474
|
+
"key": "practices",
|
|
475
|
+
"model": "hestia",
|
|
476
|
+
"value": "preparationPhasePermanentCrops",
|
|
477
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
478
|
+
"mergeStrategy": "list",
|
|
479
|
+
"stage": 1
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"key": "practices",
|
|
483
|
+
"model": "hestia",
|
|
484
|
+
"value": "productivePhasePermanentCrops",
|
|
485
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
486
|
+
"mergeStrategy": "list",
|
|
487
|
+
"stage": 1
|
|
488
|
+
}
|
|
489
|
+
],
|
|
472
490
|
{
|
|
473
491
|
"key": "inputs",
|
|
474
492
|
"model": "agribalyse2016",
|
|
@@ -853,24 +871,14 @@
|
|
|
853
871
|
"mergeStrategy": "node",
|
|
854
872
|
"stage": 2
|
|
855
873
|
},
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"key": "products",
|
|
867
|
-
"model": "hestia",
|
|
868
|
-
"value": "concentrateFeed",
|
|
869
|
-
"runStrategy": "always",
|
|
870
|
-
"mergeStrategy": "list",
|
|
871
|
-
"stage": 2
|
|
872
|
-
}
|
|
873
|
-
],
|
|
874
|
+
{
|
|
875
|
+
"key": "products",
|
|
876
|
+
"model": "hestia",
|
|
877
|
+
"value": "concentrateFeed",
|
|
878
|
+
"runStrategy": "always",
|
|
879
|
+
"mergeStrategy": "list",
|
|
880
|
+
"stage": 2
|
|
881
|
+
},
|
|
874
882
|
{
|
|
875
883
|
"key": "products",
|
|
876
884
|
"model": "hestia",
|
|
@@ -959,6 +959,44 @@
|
|
|
959
959
|
"sameMethodModel": true
|
|
960
960
|
},
|
|
961
961
|
"stage": 1
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"key": "impacts",
|
|
965
|
+
"model": "usetoxV2-1",
|
|
966
|
+
"value": "humanToxicityPotentialCancerCtuh",
|
|
967
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
968
|
+
"mergeStrategy": "list",
|
|
969
|
+
"mergeArgs": {
|
|
970
|
+
"replaceThreshold": ["value", 0.01],
|
|
971
|
+
"sameMethodModel": true
|
|
972
|
+
},
|
|
973
|
+
"stage": 1
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"key": "impacts",
|
|
977
|
+
"model": "usetoxV2-1",
|
|
978
|
+
"value": "humanToxicityPotentialNonCancerCtuh",
|
|
979
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
980
|
+
"mergeStrategy": "list",
|
|
981
|
+
"mergeArgs": {
|
|
982
|
+
"replaceThreshold": ["value", 0.01],
|
|
983
|
+
"sameMethodModel": true
|
|
984
|
+
},
|
|
985
|
+
"stage": 1
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
[
|
|
989
|
+
{
|
|
990
|
+
"key": "impacts",
|
|
991
|
+
"model": "usetoxV2-1",
|
|
992
|
+
"value": "humanToxicityPotentialTotalCtuh",
|
|
993
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
994
|
+
"mergeStrategy": "list",
|
|
995
|
+
"mergeArgs": {
|
|
996
|
+
"replaceThreshold": ["value", 0.01],
|
|
997
|
+
"sameMethodModel": true
|
|
998
|
+
},
|
|
999
|
+
"stage": 1
|
|
962
1000
|
}
|
|
963
1001
|
],
|
|
964
1002
|
[
|
package/config/Site.json
CHANGED
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.79.1";
|
package/dist/version.js
CHANGED
package/model-links.json
CHANGED
|
@@ -1635,16 +1635,6 @@
|
|
|
1635
1635
|
"cycleDuration"
|
|
1636
1636
|
]
|
|
1637
1637
|
},
|
|
1638
|
-
{
|
|
1639
|
-
"path": "hestia_earth/models/hestia/netPrimaryProduction.py",
|
|
1640
|
-
"docPath": "hestia_earth/models/hestia/netPrimaryProduction.md",
|
|
1641
|
-
"guidePath": "netPrimaryProduction#HESTIA",
|
|
1642
|
-
"model": "hestia",
|
|
1643
|
-
"term": "netPrimaryProduction",
|
|
1644
|
-
"dependencies": [
|
|
1645
|
-
"temperatureAnnual"
|
|
1646
|
-
]
|
|
1647
|
-
},
|
|
1648
1638
|
{
|
|
1649
1639
|
"path": "hestia_earth/models/hestia/nh3ToAirOrganicSoilCultivation.py",
|
|
1650
1640
|
"docPath": "hestia_earth/models/hestia/nh3ToAirOrganicSoilCultivation.md",
|
|
@@ -1771,6 +1761,28 @@
|
|
|
1771
1761
|
"model": "hestia",
|
|
1772
1762
|
"term": "precipitationMonthly"
|
|
1773
1763
|
},
|
|
1764
|
+
{
|
|
1765
|
+
"path": "hestia_earth/models/hestia/preparationPhasePermanentCrops.py",
|
|
1766
|
+
"docPath": "hestia_earth/models/hestia/preparationPhasePermanentCrops.md",
|
|
1767
|
+
"guidePath": "preparationPhasePermanentCrops#HESTIA",
|
|
1768
|
+
"model": "hestia",
|
|
1769
|
+
"term": "preparationPhasePermanentCrops",
|
|
1770
|
+
"dependencies": [
|
|
1771
|
+
"plantationLifespan",
|
|
1772
|
+
"plantationProductiveLifespan"
|
|
1773
|
+
]
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"path": "hestia_earth/models/hestia/productivePhasePermanentCrops.py",
|
|
1777
|
+
"docPath": "hestia_earth/models/hestia/productivePhasePermanentCrops.md",
|
|
1778
|
+
"guidePath": "productivePhasePermanentCrops#HESTIA",
|
|
1779
|
+
"model": "hestia",
|
|
1780
|
+
"term": "productivePhasePermanentCrops",
|
|
1781
|
+
"dependencies": [
|
|
1782
|
+
"plantationLifespan",
|
|
1783
|
+
"plantationProductiveLifespan"
|
|
1784
|
+
]
|
|
1785
|
+
},
|
|
1774
1786
|
{
|
|
1775
1787
|
"path": "hestia_earth/models/hestia/rainfallAnnual.py",
|
|
1776
1788
|
"docPath": "hestia_earth/models/hestia/rainfallAnnual.md",
|
|
@@ -2303,9 +2315,9 @@
|
|
|
2303
2315
|
"term": "ch4ToAirAquacultureSystems",
|
|
2304
2316
|
"methodTier": "tier 1",
|
|
2305
2317
|
"dependencies": [
|
|
2306
|
-
"
|
|
2318
|
+
"siteArea",
|
|
2319
|
+
"siteDuration",
|
|
2307
2320
|
"functionalUnit",
|
|
2308
|
-
"area",
|
|
2309
2321
|
"salineWater",
|
|
2310
2322
|
"brackishWater",
|
|
2311
2323
|
"freshWater"
|
|
@@ -3904,16 +3916,6 @@
|
|
|
3904
3916
|
"completeness"
|
|
3905
3917
|
]
|
|
3906
3918
|
},
|
|
3907
|
-
{
|
|
3908
|
-
"path": "hestia_earth/models/pooreNemecek2018/excretaKgVs.py",
|
|
3909
|
-
"docPath": "hestia_earth/models/pooreNemecek2018/excretaKgVs.md",
|
|
3910
|
-
"guidePath": "excretaKgVs#Poore%20Nemecek%20(2018)",
|
|
3911
|
-
"model": "pooreNemecek2018",
|
|
3912
|
-
"modelKey": "excretaKgVs",
|
|
3913
|
-
"dependencies": [
|
|
3914
|
-
"completeness"
|
|
3915
|
-
]
|
|
3916
|
-
},
|
|
3917
3919
|
{
|
|
3918
3920
|
"path": "hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py",
|
|
3919
3921
|
"docPath": "hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.md",
|
|
@@ -3966,6 +3968,16 @@
|
|
|
3966
3968
|
"totalAmmoniacalNitrogenContentAsN"
|
|
3967
3969
|
]
|
|
3968
3970
|
},
|
|
3971
|
+
{
|
|
3972
|
+
"path": "hestia_earth/models/pooreNemecek2018/netPrimaryProduction.py",
|
|
3973
|
+
"docPath": "hestia_earth/models/pooreNemecek2018/netPrimaryProduction.md",
|
|
3974
|
+
"guidePath": "netPrimaryProduction#Poore%20Nemecek%20(2018)",
|
|
3975
|
+
"model": "pooreNemecek2018",
|
|
3976
|
+
"term": "netPrimaryProduction",
|
|
3977
|
+
"dependencies": [
|
|
3978
|
+
"temperatureAnnual"
|
|
3979
|
+
]
|
|
3980
|
+
},
|
|
3969
3981
|
{
|
|
3970
3982
|
"path": "hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.py",
|
|
3971
3983
|
"docPath": "hestia_earth/models/pooreNemecek2018/nh3ToAirAquacultureSystems.md",
|
|
@@ -4924,7 +4936,41 @@
|
|
|
4924
4936
|
"docPath": "hestia_earth/models/usetoxV2_1/freshwaterEcotoxicityPotentialCtue.md",
|
|
4925
4937
|
"guidePath": "freshwaterEcotoxicityPotentialCtue#USEtox%20v2.1",
|
|
4926
4938
|
"model": "usetoxV2-1",
|
|
4927
|
-
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
4939
|
+
"term": "freshwaterEcotoxicityPotentialCtue",
|
|
4940
|
+
"dependencies": [
|
|
4941
|
+
"pesticideTo*"
|
|
4942
|
+
]
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"path": "hestia_earth/models/usetoxV2_1/humanToxicityPotentialCancerCtuh.py",
|
|
4946
|
+
"docPath": "hestia_earth/models/usetoxV2_1/humanToxicityPotentialCancerCtuh.md",
|
|
4947
|
+
"guidePath": "humanToxicityPotentialCancerCtuh#USEtox%20v2.1",
|
|
4948
|
+
"model": "usetoxV2-1",
|
|
4949
|
+
"term": "humanToxicityPotentialCancerCtuh",
|
|
4950
|
+
"dependencies": [
|
|
4951
|
+
"pesticideTo*"
|
|
4952
|
+
]
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"path": "hestia_earth/models/usetoxV2_1/humanToxicityPotentialNonCancerCtuh.py",
|
|
4956
|
+
"docPath": "hestia_earth/models/usetoxV2_1/humanToxicityPotentialNonCancerCtuh.md",
|
|
4957
|
+
"guidePath": "humanToxicityPotentialNonCancerCtuh#USEtox%20v2.1",
|
|
4958
|
+
"model": "usetoxV2-1",
|
|
4959
|
+
"term": "humanToxicityPotentialNonCancerCtuh",
|
|
4960
|
+
"dependencies": [
|
|
4961
|
+
"pesticideTo*"
|
|
4962
|
+
]
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"path": "hestia_earth/models/usetoxV2_1/humanToxicityPotentialTotalCtuh.py",
|
|
4966
|
+
"docPath": "hestia_earth/models/usetoxV2_1/humanToxicityPotentialTotalCtuh.md",
|
|
4967
|
+
"guidePath": "humanToxicityPotentialTotalCtuh#USEtox%20v2.1",
|
|
4968
|
+
"model": "usetoxV2-1",
|
|
4969
|
+
"term": "humanToxicityPotentialTotalCtuh",
|
|
4970
|
+
"dependencies": [
|
|
4971
|
+
"humanToxicityPotentialCancerCtuh",
|
|
4972
|
+
"humanToxicityPotentialNonCancerCtuh"
|
|
4973
|
+
]
|
|
4928
4974
|
},
|
|
4929
4975
|
{
|
|
4930
4976
|
"path": "hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py",
|
|
@@ -8699,10 +8745,6 @@
|
|
|
8699
8745
|
{
|
|
8700
8746
|
"model": "cycle",
|
|
8701
8747
|
"modelKey": "completeness.excreta"
|
|
8702
|
-
},
|
|
8703
|
-
{
|
|
8704
|
-
"model": "pooreNemecek2018",
|
|
8705
|
-
"modelKey": "excretaKgVs"
|
|
8706
8748
|
}
|
|
8707
8749
|
],
|
|
8708
8750
|
"global_economic_value_share": [
|
|
@@ -8818,12 +8860,6 @@
|
|
|
8818
8860
|
"model": "pooreNemecek2018",
|
|
8819
8861
|
"modelKey": "excretaKgN"
|
|
8820
8862
|
}
|
|
8821
|
-
],
|
|
8822
|
-
"excretaKgVsTermIds-percentage": [
|
|
8823
|
-
{
|
|
8824
|
-
"model": "pooreNemecek2018",
|
|
8825
|
-
"modelKey": "excretaKgVs"
|
|
8826
|
-
}
|
|
8827
8863
|
]
|
|
8828
8864
|
},
|
|
8829
8865
|
"awareWaterBasinId": {
|
|
@@ -9569,10 +9605,6 @@
|
|
|
9569
9605
|
{
|
|
9570
9606
|
"model": "ipcc2019",
|
|
9571
9607
|
"modelKey": "animal.pastureGrass"
|
|
9572
|
-
},
|
|
9573
|
-
{
|
|
9574
|
-
"model": "pooreNemecek2018",
|
|
9575
|
-
"modelKey": "excretaKgVs"
|
|
9576
9608
|
}
|
|
9577
9609
|
],
|
|
9578
9610
|
"neutralDetergentFibreContent": [
|
|
@@ -9596,12 +9628,6 @@
|
|
|
9596
9628
|
"model": "pooreNemecek2018",
|
|
9597
9629
|
"modelKey": "excretaKgN"
|
|
9598
9630
|
}
|
|
9599
|
-
],
|
|
9600
|
-
"carbonContent": [
|
|
9601
|
-
{
|
|
9602
|
-
"model": "pooreNemecek2018",
|
|
9603
|
-
"modelKey": "excretaKgVs"
|
|
9604
|
-
}
|
|
9605
9631
|
]
|
|
9606
9632
|
},
|
|
9607
9633
|
"cropResidue": {
|
|
@@ -11064,6 +11090,30 @@
|
|
|
11064
11090
|
}
|
|
11065
11091
|
]
|
|
11066
11092
|
},
|
|
11093
|
+
"feedFoodAdditive-emission-casesHumanToxicityCancerUsetox2-14": {
|
|
11094
|
+
"all": [
|
|
11095
|
+
{
|
|
11096
|
+
"model": "usetoxV2-1",
|
|
11097
|
+
"term": "humanToxicityPotentialCancerCtuh"
|
|
11098
|
+
}
|
|
11099
|
+
]
|
|
11100
|
+
},
|
|
11101
|
+
"feedFoodAdditive-emission-casesHumanToxicityNonCancerUsetox2-14": {
|
|
11102
|
+
"all": [
|
|
11103
|
+
{
|
|
11104
|
+
"model": "usetoxV2-1",
|
|
11105
|
+
"term": "humanToxicityPotentialNonCancerCtuh"
|
|
11106
|
+
}
|
|
11107
|
+
]
|
|
11108
|
+
},
|
|
11109
|
+
"feedFoodAdditive-emission-pafM3DFreshwaterEcotoxicityUsetox2-14": {
|
|
11110
|
+
"all": [
|
|
11111
|
+
{
|
|
11112
|
+
"model": "usetoxV2-1",
|
|
11113
|
+
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
11114
|
+
}
|
|
11115
|
+
]
|
|
11116
|
+
},
|
|
11067
11117
|
"feedFoodAdditive-property": {
|
|
11068
11118
|
"energyDigestibilityRuminants": [
|
|
11069
11119
|
{
|
|
@@ -11863,10 +11913,6 @@
|
|
|
11863
11913
|
{
|
|
11864
11914
|
"model": "cycle",
|
|
11865
11915
|
"modelKey": "completeness.excreta"
|
|
11866
|
-
},
|
|
11867
|
-
{
|
|
11868
|
-
"model": "pooreNemecek2018",
|
|
11869
|
-
"modelKey": "excretaKgVs"
|
|
11870
11916
|
}
|
|
11871
11917
|
],
|
|
11872
11918
|
"isGrazingAnimal": [
|
|
@@ -12018,12 +12064,6 @@
|
|
|
12018
12064
|
"model": "pooreNemecek2018",
|
|
12019
12065
|
"modelKey": "excretaKgN"
|
|
12020
12066
|
}
|
|
12021
|
-
],
|
|
12022
|
-
"excretaKgVsTermIds-percentage": [
|
|
12023
|
-
{
|
|
12024
|
-
"model": "pooreNemecek2018",
|
|
12025
|
-
"modelKey": "excretaKgVs"
|
|
12026
|
-
}
|
|
12027
12067
|
]
|
|
12028
12068
|
},
|
|
12029
12069
|
"liveAquaticSpecies": {
|
|
@@ -12047,10 +12087,6 @@
|
|
|
12047
12087
|
{
|
|
12048
12088
|
"model": "cycle",
|
|
12049
12089
|
"modelKey": "completeness.excreta"
|
|
12050
|
-
},
|
|
12051
|
-
{
|
|
12052
|
-
"model": "pooreNemecek2018",
|
|
12053
|
-
"modelKey": "excretaKgVs"
|
|
12054
12090
|
}
|
|
12055
12091
|
],
|
|
12056
12092
|
"isGrazingAnimal": [
|
|
@@ -12070,12 +12106,6 @@
|
|
|
12070
12106
|
"model": "pooreNemecek2018",
|
|
12071
12107
|
"modelKey": "excretaKgN"
|
|
12072
12108
|
}
|
|
12073
|
-
],
|
|
12074
|
-
"excretaKgVsTermIds-percentage": [
|
|
12075
|
-
{
|
|
12076
|
-
"model": "pooreNemecek2018",
|
|
12077
|
-
"modelKey": "excretaKgVs"
|
|
12078
|
-
}
|
|
12079
12109
|
]
|
|
12080
12110
|
},
|
|
12081
12111
|
"material": {
|
|
@@ -12358,6 +12388,54 @@
|
|
|
12358
12388
|
}
|
|
12359
12389
|
]
|
|
12360
12390
|
},
|
|
12391
|
+
"otherInorganicChemical-emission-casesHumanToxicityCancerUsetox2-14": {
|
|
12392
|
+
"all": [
|
|
12393
|
+
{
|
|
12394
|
+
"model": "usetoxV2-1",
|
|
12395
|
+
"term": "humanToxicityPotentialCancerCtuh"
|
|
12396
|
+
}
|
|
12397
|
+
]
|
|
12398
|
+
},
|
|
12399
|
+
"otherInorganicChemical-emission-casesHumanToxicityNonCancerUsetox2-14": {
|
|
12400
|
+
"all": [
|
|
12401
|
+
{
|
|
12402
|
+
"model": "usetoxV2-1",
|
|
12403
|
+
"term": "humanToxicityPotentialNonCancerCtuh"
|
|
12404
|
+
}
|
|
12405
|
+
]
|
|
12406
|
+
},
|
|
12407
|
+
"otherInorganicChemical-emission-pafM3DFreshwaterEcotoxicityUsetox2-14": {
|
|
12408
|
+
"all": [
|
|
12409
|
+
{
|
|
12410
|
+
"model": "usetoxV2-1",
|
|
12411
|
+
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
12412
|
+
}
|
|
12413
|
+
]
|
|
12414
|
+
},
|
|
12415
|
+
"otherOrganicChemical-emission-casesHumanToxicityCancerUsetox2-14": {
|
|
12416
|
+
"all": [
|
|
12417
|
+
{
|
|
12418
|
+
"model": "usetoxV2-1",
|
|
12419
|
+
"term": "humanToxicityPotentialCancerCtuh"
|
|
12420
|
+
}
|
|
12421
|
+
]
|
|
12422
|
+
},
|
|
12423
|
+
"otherOrganicChemical-emission-casesHumanToxicityNonCancerUsetox2-14": {
|
|
12424
|
+
"all": [
|
|
12425
|
+
{
|
|
12426
|
+
"model": "usetoxV2-1",
|
|
12427
|
+
"term": "humanToxicityPotentialNonCancerCtuh"
|
|
12428
|
+
}
|
|
12429
|
+
]
|
|
12430
|
+
},
|
|
12431
|
+
"otherOrganicChemical-emission-pafM3DFreshwaterEcotoxicityUsetox2-14": {
|
|
12432
|
+
"all": [
|
|
12433
|
+
{
|
|
12434
|
+
"model": "usetoxV2-1",
|
|
12435
|
+
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
12436
|
+
}
|
|
12437
|
+
]
|
|
12438
|
+
},
|
|
12361
12439
|
"pesticideAI": {
|
|
12362
12440
|
"bafuMapping": [
|
|
12363
12441
|
{
|
|
@@ -12614,7 +12692,23 @@
|
|
|
12614
12692
|
}
|
|
12615
12693
|
]
|
|
12616
12694
|
},
|
|
12617
|
-
"pesticideAI-emission-
|
|
12695
|
+
"pesticideAI-emission-casesHumanToxicityCancerUsetox2-14": {
|
|
12696
|
+
"all": [
|
|
12697
|
+
{
|
|
12698
|
+
"model": "usetoxV2-1",
|
|
12699
|
+
"term": "humanToxicityPotentialCancerCtuh"
|
|
12700
|
+
}
|
|
12701
|
+
]
|
|
12702
|
+
},
|
|
12703
|
+
"pesticideAI-emission-casesHumanToxicityNonCancerUsetox2-14": {
|
|
12704
|
+
"all": [
|
|
12705
|
+
{
|
|
12706
|
+
"model": "usetoxV2-1",
|
|
12707
|
+
"term": "humanToxicityPotentialNonCancerCtuh"
|
|
12708
|
+
}
|
|
12709
|
+
]
|
|
12710
|
+
},
|
|
12711
|
+
"pesticideAI-emission-pafM3DFreshwaterEcotoxicityUsetox2-14": {
|
|
12618
12712
|
"all": [
|
|
12619
12713
|
{
|
|
12620
12714
|
"model": "usetoxV2-1",
|
|
@@ -12688,6 +12782,30 @@
|
|
|
12688
12782
|
}
|
|
12689
12783
|
]
|
|
12690
12784
|
},
|
|
12785
|
+
"processingAid-emission-casesHumanToxicityCancerUsetox2-14": {
|
|
12786
|
+
"all": [
|
|
12787
|
+
{
|
|
12788
|
+
"model": "usetoxV2-1",
|
|
12789
|
+
"term": "humanToxicityPotentialCancerCtuh"
|
|
12790
|
+
}
|
|
12791
|
+
]
|
|
12792
|
+
},
|
|
12793
|
+
"processingAid-emission-casesHumanToxicityNonCancerUsetox2-14": {
|
|
12794
|
+
"all": [
|
|
12795
|
+
{
|
|
12796
|
+
"model": "usetoxV2-1",
|
|
12797
|
+
"term": "humanToxicityPotentialNonCancerCtuh"
|
|
12798
|
+
}
|
|
12799
|
+
]
|
|
12800
|
+
},
|
|
12801
|
+
"processingAid-emission-pafM3DFreshwaterEcotoxicityUsetox2-14": {
|
|
12802
|
+
"all": [
|
|
12803
|
+
{
|
|
12804
|
+
"model": "usetoxV2-1",
|
|
12805
|
+
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
12806
|
+
}
|
|
12807
|
+
]
|
|
12808
|
+
},
|
|
12691
12809
|
"property": {
|
|
12692
12810
|
"feedipediaConversionEnum": [
|
|
12693
12811
|
{
|
|
@@ -13782,6 +13900,30 @@
|
|
|
13782
13900
|
}
|
|
13783
13901
|
]
|
|
13784
13902
|
},
|
|
13903
|
+
"vetenaryDrug-emission-casesHumanToxicityCancerUsetox2-14": {
|
|
13904
|
+
"all": [
|
|
13905
|
+
{
|
|
13906
|
+
"model": "usetoxV2-1",
|
|
13907
|
+
"term": "humanToxicityPotentialCancerCtuh"
|
|
13908
|
+
}
|
|
13909
|
+
]
|
|
13910
|
+
},
|
|
13911
|
+
"vetenaryDrug-emission-casesHumanToxicityNonCancerUsetox2-14": {
|
|
13912
|
+
"all": [
|
|
13913
|
+
{
|
|
13914
|
+
"model": "usetoxV2-1",
|
|
13915
|
+
"term": "humanToxicityPotentialNonCancerCtuh"
|
|
13916
|
+
}
|
|
13917
|
+
]
|
|
13918
|
+
},
|
|
13919
|
+
"vetenaryDrug-emission-pafM3DFreshwaterEcotoxicityUsetox2-14": {
|
|
13920
|
+
"all": [
|
|
13921
|
+
{
|
|
13922
|
+
"model": "usetoxV2-1",
|
|
13923
|
+
"term": "freshwaterEcotoxicityPotentialCtue"
|
|
13924
|
+
}
|
|
13925
|
+
]
|
|
13926
|
+
},
|
|
13785
13927
|
"veterinaryDrugs": {
|
|
13786
13928
|
"bafuMapping": [
|
|
13787
13929
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hestia-earth/engine-models",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.79.1",
|
|
4
4
|
"description": "HESTIA Engine Models",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@hestia-earth/json-schema": "^36.1.0",
|
|
57
57
|
"@hestia-earth/schema": "^36.1.0",
|
|
58
58
|
"@hestia-earth/schema-validation": "^36.1.0",
|
|
59
|
-
"@hestia-earth/utils": "^0.
|
|
59
|
+
"@hestia-earth/utils": "^0.17.0",
|
|
60
60
|
"@jest/globals": "^29.7.0",
|
|
61
61
|
"@types/node": "^22.19.15",
|
|
62
62
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|