@hestia-earth/glossary 0.42.0 → 0.44.0
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/CHANGELOG.md +82 -0
- package/package.json +1 -1
- package/resources/impactAssessment.json +2 -0
- package/resources/term-restrictions.json +23 -14
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,88 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.44.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.43.0...v0.44.0) (2024-03-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* move terms that are "fresh forage" from `crop` to `forage`
|
|
11
|
+
* move terms that are not "fresh forage" from `forage` to `crop`
|
|
12
|
+
* **pesticideAI:** Renames `Boron triflouride` to
|
|
13
|
+
`Boron trifluoride`
|
|
14
|
+
* **cropResidueManagement:** Deletes `Residue burnt (before allowing for combustion factor)`
|
|
15
|
+
* **animalProduct:** rename `mjKgEVwoolNetEnergyWoolIpcc019` lookup `mjKgEvWoolNetEnergyWoolIpcc2019`
|
|
16
|
+
* **liveAnimal:** rename `percentageYmMethaneConversionFactorEntericFermentationIPCC2019` lookup
|
|
17
|
+
`percentageYmMethaneConversionFactorEntericFermentation`
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **animalManagement:** add `defaultFatContentEvMilkIpcc2019` lookup ([dce071c](https://gitlab.com/hestia-earth/hestia-glossary/commit/dce071c060f6d6c4ae271ce6510fe4aa6c63cf6c)), closes [#1316](https://gitlab.com/hestia-earth/hestia-glossary/issues/1316)
|
|
22
|
+
* **animalProduct:** add `allowedLiveAnimalTermIds` lookup ([6a074f8](https://gitlab.com/hestia-earth/hestia-glossary/commit/6a074f85c05f8793846401ca1d84560b0dbbff27)), closes [#1283](https://gitlab.com/hestia-earth/hestia-glossary/issues/1283)
|
|
23
|
+
* **animalProduct:** add `defaultPercentageYmMethaneConversionFactorEntericFermentation-sd` lookup ([f60641c](https://gitlab.com/hestia-earth/hestia-glossary/commit/f60641c1344181ff8a7475acbc55e1a451cb2476)), closes [#1315](https://gitlab.com/hestia-earth/hestia-glossary/issues/1315)
|
|
24
|
+
* **animalProduct:** add `milkYieldPracticeId` lookup ([4af3363](https://gitlab.com/hestia-earth/hestia-glossary/commit/4af33630f7098222017449ba8978de3ca3df6d63)), closes [#1319](https://gitlab.com/hestia-earth/hestia-glossary/issues/1319)
|
|
25
|
+
* **animalProduct:** add lookups needed for enteric fermentation model ([87f98c4](https://gitlab.com/hestia-earth/hestia-glossary/commit/87f98c4be706f2ff9d3c7a3c74cfb855f78ab1d3)), closes [#1290](https://gitlab.com/hestia-earth/hestia-glossary/issues/1290)
|
|
26
|
+
* **animalProduct:** update `liveAnimal` lookup for "milk" terms ([8121416](https://gitlab.com/hestia-earth/hestia-glossary/commit/812141621723ccde0b6bd57b74f5805203ecc820)), closes [#1319](https://gitlab.com/hestia-earth/hestia-glossary/issues/1319)
|
|
27
|
+
* **crop:** add `Maize, high-moisture preserved grain` ([12e2818](https://gitlab.com/hestia-earth/hestia-glossary/commit/12e2818ebb3c803153a08f02b732d585854e2eeb)), closes [#1296](https://gitlab.com/hestia-earth/hestia-glossary/issues/1296)
|
|
28
|
+
* **crop:** add `Triticale, silage` ([667baa2](https://gitlab.com/hestia-earth/hestia-glossary/commit/667baa25f490e8eaae25aa4f76f93377218c3513)), closes [#1323](https://gitlab.com/hestia-earth/hestia-glossary/issues/1323)
|
|
29
|
+
* **crop:** add lookup values for global_economic_value_share ([74a02fe](https://gitlab.com/hestia-earth/hestia-glossary/commit/74a02feedba697f929015f38b3fa7bf3bd21845b))
|
|
30
|
+
* **crop:** delete lookup `grazedPastureGrassInputId` ([b45ca16](https://gitlab.com/hestia-earth/hestia-glossary/commit/b45ca16b86e6c308fa1142a02881dd7f395417c7)), closes [#1314](https://gitlab.com/hestia-earth/hestia-glossary/issues/1314)
|
|
31
|
+
* **cropResidue:** add lookup `decomposesOnField` ([5c7de6d](https://gitlab.com/hestia-earth/hestia-glossary/commit/5c7de6d46618b3e63098dab3119a06150d8cfbf1))
|
|
32
|
+
* **cropResidueManagement:** delete `Residue burnt (before allowing for combustion factor)` ([0bf0335](https://gitlab.com/hestia-earth/hestia-glossary/commit/0bf033517ebd8c1d10b04e9ab328b15a992dd6b9)), closes [#1299](https://gitlab.com/hestia-earth/hestia-glossary/issues/1299)
|
|
33
|
+
* **emission:** add lookup to state our tolerance for original vs recalculated ([0d4cbf7](https://gitlab.com/hestia-earth/hestia-glossary/commit/0d4cbf7f7c6ccb9546b7b970c61b64721f71f292))
|
|
34
|
+
* **forage:** add default properties for "ryegrass" terms ([b168a81](https://gitlab.com/hestia-earth/hestia-glossary/commit/b168a81e66a6a9e51c4973329f827cce56997426)), closes [#1161](https://gitlab.com/hestia-earth/hestia-glossary/issues/1161)
|
|
35
|
+
* **forage:** add remaining agrovoc links ([e243b5b](https://gitlab.com/hestia-earth/hestia-glossary/commit/e243b5bf7ebeac8c04ebbbde78012faae50105f3)), closes [#72](https://gitlab.com/hestia-earth/hestia-glossary/issues/72)
|
|
36
|
+
* **fuel:** add higher heating values ([7f55be7](https://gitlab.com/hestia-earth/hestia-glossary/commit/7f55be7122ee64e1443106fd6176047c01faf92e)), closes [#510](https://gitlab.com/hestia-earth/hestia-glossary/issues/510)
|
|
37
|
+
* **liveAnimal:** add `defaultPercentageYmMethaneConversionFactorEntericFermentation-sd` lookup ([231e323](https://gitlab.com/hestia-earth/hestia-glossary/commit/231e3238e38a4eea55b8467cb8bebef42a0c3dcc)), closes [#1315](https://gitlab.com/hestia-earth/hestia-glossary/issues/1315)
|
|
38
|
+
* **liveAnimal:** add `defaultPercentageYmMethaneConversionFactorEntericFermentation` lookup ([19e479b](https://gitlab.com/hestia-earth/hestia-glossary/commit/19e479b427635ba5763a117b4d04d519715cb948)), closes [#1305](https://gitlab.com/hestia-earth/hestia-glossary/issues/1305)
|
|
39
|
+
* **liveAnimal:** add `milkYieldPracticeId` lookup ([96f41c6](https://gitlab.com/hestia-earth/hestia-glossary/commit/96f41c626550b74e26b5f5ae1a5475b740eea9d7)), closes [#1320](https://gitlab.com/hestia-earth/hestia-glossary/issues/1320)
|
|
40
|
+
* **material:** add `Animal bedding lime` ([7977466](https://gitlab.com/hestia-earth/hestia-glossary/commit/79774666449f4b9ce36dc2cd6bb02f365da7736a)), closes [#1302](https://gitlab.com/hestia-earth/hestia-glossary/issues/1302)
|
|
41
|
+
* move terms between `crop` and `forage` glossary ([06dd1d1](https://gitlab.com/hestia-earth/hestia-glossary/commit/06dd1d1e190b0a75d1b605d7a4f07f1bc95ce67e)), closes [#1285](https://gitlab.com/hestia-earth/hestia-glossary/issues/1285)
|
|
42
|
+
* **system:** add activity coefficient for `silvopastureSystem` to system-liveAnimal lookup ([907b768](https://gitlab.com/hestia-earth/hestia-glossary/commit/907b768fd46fd47836eedad08239eedc92e49f34))
|
|
43
|
+
* **waterRegime:** add lookup `IPCC_2019_N2O_rice` ([23b1aa2](https://gitlab.com/hestia-earth/hestia-glossary/commit/23b1aa2558ce32b3047d985e3a4dd9750da0c79e))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* **animalManagement:** `mjKgEvMilkIpcc2019` lookup value for `Milk, sheep, raw (FPCM)` ([9129490](https://gitlab.com/hestia-earth/hestia-glossary/commit/912949046f5a578184c35802ebe64a8a493dde7f)), closes [#1310](https://gitlab.com/hestia-earth/hestia-glossary/issues/1310)
|
|
49
|
+
* **animalProduct:** rename `mjKgEVwoolNetEnergyWoolIpcc019` lookup `mjKgEvWoolNetEnergyWoolIpcc2019` ([52f35cd](https://gitlab.com/hestia-earth/hestia-glossary/commit/52f35cd94a84a2172b7e030b654ed4d9599cf4b5)), closes [#1304](https://gitlab.com/hestia-earth/hestia-glossary/issues/1304)
|
|
50
|
+
* **forage:** delete `pH` from property-default lookup file ([a59e4a6](https://gitlab.com/hestia-earth/hestia-glossary/commit/a59e4a632e3f4a0b12ce02c2b7c77c9ebfea678d)), closes [#1313](https://gitlab.com/hestia-earth/hestia-glossary/issues/1313)
|
|
51
|
+
* **fuel:** change the higher heating value of `refineryGas` ([65e50d5](https://gitlab.com/hestia-earth/hestia-glossary/commit/65e50d55651f6220183d7fcf20f2c4c430032d62))
|
|
52
|
+
* **liveAnimal:** fix wrong `digestibility` lookup values ([abaa906](https://gitlab.com/hestia-earth/hestia-glossary/commit/abaa9068626e845d8893fc1e8df705f52f0018b6))
|
|
53
|
+
* **liveAnimal:** fix wrong `percentageYmMethaneConversionFactorEntericFermentationIPCC2019` values ([c0c5221](https://gitlab.com/hestia-earth/hestia-glossary/commit/c0c52217c2ff820c1e8829129d1e18993c606ab6)), closes [#1306](https://gitlab.com/hestia-earth/hestia-glossary/issues/1306)
|
|
54
|
+
* **liveAnimal:** rename `percentageYmMethaneConversionFactorEntericFermentationIPCC2019` lookup ([702e3f4](https://gitlab.com/hestia-earth/hestia-glossary/commit/702e3f4c7119c4124700c36315b245e4a621ead4)), closes [#1306](https://gitlab.com/hestia-earth/hestia-glossary/issues/1306)
|
|
55
|
+
* **liveAnimal:** review lookups needed for `pastureGrass` model ([a1a4f2b](https://gitlab.com/hestia-earth/hestia-glossary/commit/a1a4f2bc4a12edc07e90a13f20634cf8ac599ab0))
|
|
56
|
+
* **pesticideAI:** typo in term name of Boron trifluoride ([6d16d08](https://gitlab.com/hestia-earth/hestia-glossary/commit/6d16d084dc1a9f30b5c98cfbba719f878732578f)), closes [#1282](https://gitlab.com/hestia-earth/hestia-glossary/issues/1282)
|
|
57
|
+
|
|
58
|
+
## [0.43.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.42.0...v0.43.0) (2024-02-20)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### ⚠ BREAKING CHANGES
|
|
62
|
+
|
|
63
|
+
* **wasteManagement:** Rename `liquidSlurryCoverWasteManagement` `liquidSlurryWithCoverWasteManagement`
|
|
64
|
+
* **excretaManagement:** Rename `liquidSlurryCover` `liquidSlurryWithCover`
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
* **cropResidueManagement:** restrict `Pasture renewed` to `siteType` `permanent pasture` ([fd1d0b4](https://gitlab.com/hestia-earth/hestia-glossary/commit/fd1d0b4618a00460c8c81a13f1e4dadb705a47ae))
|
|
69
|
+
* **feedFoodAdditive:** add default energy content to `Minerals, unspecified` ([383abef](https://gitlab.com/hestia-earth/hestia-glossary/commit/383abef59d51a6057a18c01723b3e854b620ce17))
|
|
70
|
+
* **inorganicFertiliser:** add `potassiumContentAsK2O` value to `Monopotassium Phosphate (kg P2O5)` ([17128e0](https://gitlab.com/hestia-earth/hestia-glossary/commit/17128e0de5765638f3a903250d1a0fad0c1da946))
|
|
71
|
+
* **processedFood:** add `pisco` ([5e481ae](https://gitlab.com/hestia-earth/hestia-glossary/commit/5e481ae17cdf76365166bb312e3237f09aa96bb6))
|
|
72
|
+
* **processedFood:** add `topDressingProteinFeedUnspecified` ([8cbfacf](https://gitlab.com/hestia-earth/hestia-glossary/commit/8cbfacf5d52aec544fe7a90e7955ecbe8ec26614)), closes [#1238](https://gitlab.com/hestia-earth/hestia-glossary/issues/1238)
|
|
73
|
+
* **processingAid:** add `lacticAcidProcessingAid` ([3050c29](https://gitlab.com/hestia-earth/hestia-glossary/commit/3050c29bdb0cfb3b622e1e1788d14842d23da1e5)), closes [#1052](https://gitlab.com/hestia-earth/hestia-glossary/issues/1052)
|
|
74
|
+
* **region:** add regional data for `averageColdCarcassWeight` lookup ([015c213](https://gitlab.com/hestia-earth/hestia-glossary/commit/015c213c049178ab4f0ecf309d937ca12a88ad3b))
|
|
75
|
+
* **system:** add `farrowingCrateSystem` ([f252d52](https://gitlab.com/hestia-earth/hestia-glossary/commit/f252d529f687a74f73f7c8bbc20e5633d9ea1a43))
|
|
76
|
+
* **system:** add `outdoorAnimalSystem` ([749c49e](https://gitlab.com/hestia-earth/hestia-glossary/commit/749c49e5072137a05ab318235e4266285c847a63))
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Bug Fixes
|
|
80
|
+
|
|
81
|
+
* **characterisedIndicator:** error in model mapping lookup for `chaudharyBrooks2018` ([458f278](https://gitlab.com/hestia-earth/hestia-glossary/commit/458f278f8f26119e36a563e3b8fc9b1b58ad7615))
|
|
82
|
+
* **crop:** errors in combustion factors for five terms ([6a480db](https://gitlab.com/hestia-earth/hestia-glossary/commit/6a480db71eb1cf1d625413fc993e037a6ff53ca8))
|
|
83
|
+
* **excretaManagement:** rename `liquidSlurryCover` `liquidSlurryWithCover` ([039e130](https://gitlab.com/hestia-earth/hestia-glossary/commit/039e1307e25ec0adcb949c75c34c62b81af39c14))
|
|
84
|
+
* **forage:** remove duplicated properties for `genericGrassFreshForage` ([e7753f6](https://gitlab.com/hestia-earth/hestia-glossary/commit/e7753f669477c9cf8ee0d2b1f96c63a7a749b1a6))
|
|
85
|
+
* **wasteManagement:** rename `liquidSlurryCoverWasteManagement` ([96f72aa](https://gitlab.com/hestia-earth/hestia-glossary/commit/96f72aa51eaa08d7bbe865d176a9dedd63c5e35e))
|
|
86
|
+
|
|
5
87
|
## [0.42.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.41.0...v0.42.0) (2024-02-06)
|
|
6
88
|
|
|
7
89
|
|
package/package.json
CHANGED
|
@@ -1295,6 +1295,7 @@
|
|
|
1295
1295
|
"alkydResin70",
|
|
1296
1296
|
"aluminium",
|
|
1297
1297
|
"animalBeddingUnspecified",
|
|
1298
|
+
"animalBeddingLime",
|
|
1298
1299
|
"bronze",
|
|
1299
1300
|
"brick",
|
|
1300
1301
|
"cardboard",
|
|
@@ -23903,6 +23904,7 @@
|
|
|
23903
23904
|
"chelatingAgentUnspecified",
|
|
23904
23905
|
"steam1BarPressure",
|
|
23905
23906
|
"instrumentAir",
|
|
23907
|
+
"lacticAcidProcessingAid",
|
|
23906
23908
|
"aragonite",
|
|
23907
23909
|
"biochar",
|
|
23908
23910
|
"lime",
|
|
@@ -2342,17 +2342,6 @@
|
|
|
2342
2342
|
"forage"
|
|
2343
2343
|
]
|
|
2344
2344
|
},
|
|
2345
|
-
"residueBurntBeforeAllowingForCombustionFactor": {
|
|
2346
|
-
"siteTypesAllowed": [
|
|
2347
|
-
"cropland",
|
|
2348
|
-
"glass or high accessible cover",
|
|
2349
|
-
"permanent pasture"
|
|
2350
|
-
],
|
|
2351
|
-
"productTermTypesAllowed": [
|
|
2352
|
-
"crop",
|
|
2353
|
-
"forage"
|
|
2354
|
-
]
|
|
2355
|
-
},
|
|
2356
2345
|
"residueLeftOnField": {
|
|
2357
2346
|
"siteTypesAllowed": [
|
|
2358
2347
|
"cropland",
|
|
@@ -2399,7 +2388,6 @@
|
|
|
2399
2388
|
},
|
|
2400
2389
|
"pastureRenewed": {
|
|
2401
2390
|
"siteTypesAllowed": [
|
|
2402
|
-
"cropland",
|
|
2403
2391
|
"permanent pasture"
|
|
2404
2392
|
],
|
|
2405
2393
|
"productTermTypesAllowed": [
|
|
@@ -10318,7 +10306,7 @@
|
|
|
10318
10306
|
"river or stream"
|
|
10319
10307
|
]
|
|
10320
10308
|
},
|
|
10321
|
-
"
|
|
10309
|
+
"liquidSlurryWithCover": {
|
|
10322
10310
|
"siteTypesAllowed": [
|
|
10323
10311
|
"cropland",
|
|
10324
10312
|
"permanent pasture",
|
|
@@ -15287,6 +15275,11 @@
|
|
|
15287
15275
|
""
|
|
15288
15276
|
]
|
|
15289
15277
|
},
|
|
15278
|
+
"animalBeddingLime": {
|
|
15279
|
+
"siteTypesAllowed": [
|
|
15280
|
+
""
|
|
15281
|
+
]
|
|
15282
|
+
},
|
|
15290
15283
|
"bronze": {
|
|
15291
15284
|
"siteTypesAllowed": [
|
|
15292
15285
|
""
|
|
@@ -150687,6 +150680,11 @@
|
|
|
150687
150680
|
"all"
|
|
150688
150681
|
]
|
|
150689
150682
|
},
|
|
150683
|
+
"lacticAcidProcessingAid": {
|
|
150684
|
+
"siteTypesAllowed": [
|
|
150685
|
+
"agri-food processor"
|
|
150686
|
+
]
|
|
150687
|
+
},
|
|
150690
150688
|
"acidDetergentFibreContent": {
|
|
150691
150689
|
"siteTypesAllowed": [
|
|
150692
150690
|
"all"
|
|
@@ -155343,6 +155341,17 @@
|
|
|
155343
155341
|
"permanent pasture"
|
|
155344
155342
|
]
|
|
155345
155343
|
},
|
|
155344
|
+
"outdoorAnimalSystem": {
|
|
155345
|
+
"siteTypesAllowed": [
|
|
155346
|
+
"permanent pasture",
|
|
155347
|
+
"animal housing"
|
|
155348
|
+
]
|
|
155349
|
+
},
|
|
155350
|
+
"farrowingCrateSystem": {
|
|
155351
|
+
"siteTypesAllowed": [
|
|
155352
|
+
"animal housing"
|
|
155353
|
+
]
|
|
155354
|
+
},
|
|
155346
155355
|
"noTillage": {
|
|
155347
155356
|
"siteTypesAllowed": [
|
|
155348
155357
|
"cropland",
|
|
@@ -180959,7 +180968,7 @@
|
|
|
180959
180968
|
"river or stream"
|
|
180960
180969
|
]
|
|
180961
180970
|
},
|
|
180962
|
-
"
|
|
180971
|
+
"liquidSlurryWithCoverWasteManagement": {
|
|
180963
180972
|
"siteTypesAllowed": [
|
|
180964
180973
|
"cropland",
|
|
180965
180974
|
"glass or high accessible cover",
|