@hestia-earth/glossary 0.44.0 → 0.46.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 CHANGED
@@ -2,6 +2,133 @@
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.46.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.45.0...v0.46.0) (2024-04-02)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **processedFood:** rename `Whey` `Whey, liquid`
11
+ * **waterRegime:** Renames
12
+ `Deep water, water depth > 50-100 cm` to
13
+ `Rainfed, deep water, water depth > 50-100 cm` and
14
+ `Deep water, water depth > 100 cm` to
15
+ `Rainfed, deep water, water depth > 100 cm`
16
+ * **waterRegime:** Renames
17
+ `Irrigated, continuously flooded` to
18
+ `Irrigated, surface irrigation, continuously flooded`,
19
+ `Irrigated, single drainage period` to
20
+ `Irrigated, surface irrigation, single drainage period`, and
21
+ `Irrigated, multiple drainage periods` to
22
+ `Irrigated, surface irrigation, multiple drainage periods`
23
+ * **waterRegime:** Renames `Irrigated, surface irrigation`
24
+ to `Irrigated, surface irrigation, drainage regime unspecified`
25
+ * **waterRegime:** Changes term names from using `-` as
26
+ separators to using `,` to align with other glossaries
27
+ * **waterRegime:** Deletes term `Irrigated - Manual irrigation`
28
+
29
+ ### Features
30
+
31
+ * add `depthSensitive` lookup to soil terms ([38600bc](https://gitlab.com/hestia-earth/hestia-glossary/commit/38600bcb681b5022094ee90b5b928611f2328a4b))
32
+ * add lookup `reccomendAddingDepth` to `soilType` and `usdaSoilType` ([a4fa4a9](https://gitlab.com/hestia-earth/hestia-glossary/commit/a4fa4a9293722cae75a2b039c938ee77999a1a7b))
33
+ * **crop:** add `Cassava, chip` ([b58f9e2](https://gitlab.com/hestia-earth/hestia-glossary/commit/b58f9e2f7f460f910f042f29b1c7aeba9a0403c4))
34
+ * **crop:** add `Water spinach, shoot` ([8f9e110](https://gitlab.com/hestia-earth/hestia-glossary/commit/8f9e1106fdfaab7990e9a9393cd8e6a12157d81a))
35
+ * **cropResidue:** add `sumMax100Group` lookup ([bd0e242](https://gitlab.com/hestia-earth/hestia-glossary/commit/bd0e242c7f7ce6d1db16b01d3ffee66fa4e1be12)), closes [#1348](https://gitlab.com/hestia-earth/hestia-glossary/issues/1348)
36
+ * **inorganicFertiliser:** add IPCC 2019 NH3 and NOx lookups ([680ea34](https://gitlab.com/hestia-earth/hestia-glossary/commit/680ea34c6a39be212b9c7730fdc0b04cb7414e66))
37
+ * **landCover:** add `Water spinach plant` ([e644c46](https://gitlab.com/hestia-earth/hestia-glossary/commit/e644c467c451060917a0aa91f0f92436c82712a3))
38
+ * **measurement:** add `sumMax100Group` lookup ([163fe21](https://gitlab.com/hestia-earth/hestia-glossary/commit/163fe21167eef433fab1a43b3f5f56ca1e79e210)), closes [#1348](https://gitlab.com/hestia-earth/hestia-glossary/issues/1348)
39
+ * **measurement:** set all per hectare terms as `depthSensitive = TRUE` ([fb44cf7](https://gitlab.com/hestia-earth/hestia-glossary/commit/fb44cf71d058cc059070ad9747bdd941890da589))
40
+ * **measurement:** set soil carbon concentration terms to `depthSensitive = FALSE` ([1242a9d](https://gitlab.com/hestia-earth/hestia-glossary/commit/1242a9d535f1ba99e9c4fcec1ecd81a613d77d17))
41
+ * **operation:** add `Pelletising, machine unspecified` ([abf30bd](https://gitlab.com/hestia-earth/hestia-glossary/commit/abf30bd271d8c6c3212463faf7487e5169f4d9e1))
42
+ * **organicFertiliser:** add default nitrogen properties to "kg N" terms ([0012078](https://gitlab.com/hestia-earth/hestia-glossary/commit/0012078198fd92fa307f6936b7ca98717b32cf08))
43
+ * **organicFertiliser:** add IPCC 2019 NH3 and NOx lookups ([29413fd](https://gitlab.com/hestia-earth/hestia-glossary/commit/29413fd79f7d9c52571a54745f3e7853d0f08d91))
44
+ * **processedFood:** add `Whey, powder` ([7336874](https://gitlab.com/hestia-earth/hestia-glossary/commit/73368743d88c0d9f002dbb689c6180323f2bf360))
45
+ * **processedFood:** rename `Whey` `Whey, liquid` ([fbe4a44](https://gitlab.com/hestia-earth/hestia-glossary/commit/fbe4a442df4c83e0acd4244c65ca6e5124dadc5d))
46
+ * **property:** add `Parity` ([848f97b](https://gitlab.com/hestia-earth/hestia-glossary/commit/848f97b5fffe41cacd362fd3e18ca499978a0f89)), closes [#1343](https://gitlab.com/hestia-earth/hestia-glossary/issues/1343)
47
+ * **tillage:** add `sumIs100Group` lookup ([70f0c2f](https://gitlab.com/hestia-earth/hestia-glossary/commit/70f0c2f0daf738c91478d2313a2d9a4831133664)), closes [#1348](https://gitlab.com/hestia-earth/hestia-glossary/issues/1348)
48
+ * **waterRegime:** delete `defaultValue` lookup ([3ddffab](https://gitlab.com/hestia-earth/hestia-glossary/commit/3ddffab9e5dfa9508cc8f82fa19fa4444b970e7c))
49
+ * **waterRegime:** delete term `Irrigated - Manual irrigation` ([625a962](https://gitlab.com/hestia-earth/hestia-glossary/commit/625a96250154f66b8ab3b4c002bd347f876b437f))
50
+ * **waterRegime:** rename `Deep water...` terms ([b15e64d](https://gitlab.com/hestia-earth/hestia-glossary/commit/b15e64dbb244187f60e6f95f1ca9487ccdbd42b5))
51
+ * **waterRegime:** rename `Irrigated, surface irrigation` ([ce1642a](https://gitlab.com/hestia-earth/hestia-glossary/commit/ce1642acd46b55dde7b616497a35884a37f35e28))
52
+ * **waterRegime:** renames multiple terms to specify surface irrigation ([3a183af](https://gitlab.com/hestia-earth/hestia-glossary/commit/3a183afb25d758951db41f30efb1806d379edfd3))
53
+ * **waterRegime:** replace `percentAreaSumIs100` with `sumIs100Group` ([16dcf91](https://gitlab.com/hestia-earth/hestia-glossary/commit/16dcf9123d4c213393518f67c60e33c0016790e0)), closes [#1348](https://gitlab.com/hestia-earth/hestia-glossary/issues/1348)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * **crop:** change `landCoverId` lookup values for rice terms for gap-filling model ([59e058d](https://gitlab.com/hestia-earth/hestia-glossary/commit/59e058d1cabafcdc4199aeb005cccca732aecd6e))
59
+ * **inorganicFertiliser:** divide IPCC 2019 NOx and NH3 lookups by 100 ([3c38f99](https://gitlab.com/hestia-earth/hestia-glossary/commit/3c38f993650eb276e4ff3f85d68aed3e57787c22))
60
+ * **measurement:** set `reccomendAddingDepth` to `TRUE` for soil temperature ([a1eeb63](https://gitlab.com/hestia-earth/hestia-glossary/commit/a1eeb6350bdeb0112e1e7822e561e060ae05a78c))
61
+ * **measurement:** use FALSE vs `-` and `not required` for `depthSensitive` lookup ([0e13620](https://gitlab.com/hestia-earth/hestia-glossary/commit/0e1362045152daf7b0cc911621c5b3cde2c86707))
62
+
63
+
64
+ * **waterRegime:** changes names to use comma rather than `-` ([2823464](https://gitlab.com/hestia-earth/hestia-glossary/commit/28234640ca7b700b6d7a9154a3489727f80809ee))
65
+
66
+ ## [0.45.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.44.0...v0.45.0) (2024-03-18)
67
+
68
+
69
+ ### ⚠ BREAKING CHANGES
70
+
71
+ * **landUseManagement:** Moves
72
+ `Non flooded pre-season (less than 180 days)`,
73
+ `Non flooded pre-season (more than 180 days)`,
74
+ `Flooded pre-season (more than 30 days)`,
75
+ `Non flooded pre-season (more than 365 days)`,
76
+ `Unknown pre-season`, `Number of days flooded`,
77
+ `Irrigation interval`, and `Number of irrigations`
78
+ from `waterRegime` to `landUseManagement`.
79
+ * **pesticideBrandName:** Deletes `(S)-Methoprene Technical`
80
+ as duplicated with another term
81
+ * **pesticideBrandName:** Renames `Per-Ox` to
82
+ `Per-Ox (pesticide brand name)`
83
+ * **waterRegime:** delete `IPCC_2019_CH4_rice_SFw_min` lookup
84
+ * **waterRegime:** delete `IPCC_2019_CH4_rice_SFw_max` lookup
85
+ * **waterRegime:** delete `IPCC_2019_CH4_rice_SFw_sd` lookup
86
+ * **waterRegime:** delete `IPCC_2019_CH4_rice_SFp_min` lookup
87
+ * **waterRegime:** delete `IPCC_2019_CH4_rice_SFp_max` lookup
88
+ * **waterRegime:** delete `IPCC_2019_CH4_rice_SFp_sd` lookup
89
+ * **liveAquaticSpecies:** delete `Tambaqui`
90
+
91
+ ### Features
92
+
93
+ * **animalProduct:** add "allowedExcreta" lookups ([3fa2ca3](https://gitlab.com/hestia-earth/hestia-glossary/commit/3fa2ca33da47b77d31a034cfd6a90ffcd6252538)), closes [#1327](https://gitlab.com/hestia-earth/hestia-glossary/issues/1327)
94
+ * **crop:** add `global_economic_value_share` to `coconutMeat` ([cc0945e](https://gitlab.com/hestia-earth/hestia-glossary/commit/cc0945e3665a3a977ce1f30093a9f6659fa34d15))
95
+ * **fertiliserBrandName:** add `Nova Mag-S` ([673bbe3](https://gitlab.com/hestia-earth/hestia-glossary/commit/673bbe366981b55a1416bb4de6702f10e6d6eead)), closes [#1325](https://gitlab.com/hestia-earth/hestia-glossary/issues/1325)
96
+ * **inorganicFertiliser:** add `Manganese sulphate (kg Mn)` ([e10d13f](https://gitlab.com/hestia-earth/hestia-glossary/commit/e10d13fac1faba9aedba935f3667b2d37193fc5d)), closes [#1340](https://gitlab.com/hestia-earth/hestia-glossary/issues/1340)
97
+ * **inorganicFertiliser:** add `Sylvinite Ore (kg K2O)` ([3c1374e](https://gitlab.com/hestia-earth/hestia-glossary/commit/3c1374ec28fa83019a70cea65b939b84887289e3)), closes [#1339](https://gitlab.com/hestia-earth/hestia-glossary/issues/1339)
98
+ * **landUseManagement:** move terms from `waterRegime` ([d5a8850](https://gitlab.com/hestia-earth/hestia-glossary/commit/d5a88503915daf01754b24a4979ae7465a9d2e2a))
99
+ * **landUseManagement:** restrict plantation terms with `productTermIdsAllowed` ([4050099](https://gitlab.com/hestia-earth/hestia-glossary/commit/405009983d22d7147c1dabcb27bf615f8819bc80)), closes [#880](https://gitlab.com/hestia-earth/hestia-glossary/issues/880)
100
+ * **liveAquaticSpecies:** add "allowedExcreta" lookups ([f1bdd3d](https://gitlab.com/hestia-earth/hestia-glossary/commit/f1bdd3d223ec259e5f71c374a962b3d3ffbfe5a4)), closes [#1327](https://gitlab.com/hestia-earth/hestia-glossary/issues/1327)
101
+ * **measurement:** set `skipAggregation` on multiple terms ([1fbbb46](https://gitlab.com/hestia-earth/hestia-glossary/commit/1fbbb46a1fcdc34b51c21b64bbba1a7fd0e28ae8))
102
+ * **operation:** add new terms for electric water pumps ([c7a53ca](https://gitlab.com/hestia-earth/hestia-glossary/commit/c7a53ca134ae2e8d04f3102eb09517f5463ba414))
103
+ * **operation:** add synonyms to stubble cultivation terms ([ae239ab](https://gitlab.com/hestia-earth/hestia-glossary/commit/ae239abaf9533357e5437a23d797e426389b0cac)), closes [#1330](https://gitlab.com/hestia-earth/hestia-glossary/issues/1330)
104
+ * **otherOrganicChemical:** add `CAS-68891-38-3` and `CAS-78330-21-9` ([1789a5b](https://gitlab.com/hestia-earth/hestia-glossary/commit/1789a5bd38a7e503457b7e903165640457f9922c))
105
+ * **pesticideBrandName:** add 16 pesticide brand names ([5586f66](https://gitlab.com/hestia-earth/hestia-glossary/commit/5586f66e1a5ef8d6a4a46c0b118fa19f6bd9e0e8))
106
+ * **soilAmendment:** add ecoinvent proxy for `gypsum` ([8d3603b](https://gitlab.com/hestia-earth/hestia-glossary/commit/8d3603bfe6a146d7ad52e4ff9f47c48f7d89fbf3))
107
+ * **soilType:** add `synonyms` to `Histosol` term ([ed8dddf](https://gitlab.com/hestia-earth/hestia-glossary/commit/ed8dddf5d8554d167fa5978b252c67fa8fd07fab)), closes [#1329](https://gitlab.com/hestia-earth/hestia-glossary/issues/1329)
108
+ * **soilType:** set `siteTypesAllowed` ([6667564](https://gitlab.com/hestia-earth/hestia-glossary/commit/66675641780629c2f23ec78be058a09023e53de7))
109
+ * **system:** add `Biofloc aquaculture system` ([ac5fb44](https://gitlab.com/hestia-earth/hestia-glossary/commit/ac5fb447bfbd0b7f766e8edbc1a967db9bde1a40)), closes [#1332](https://gitlab.com/hestia-earth/hestia-glossary/issues/1332)
110
+ * **system:** update lookups to align to latest glossaries ([8c2d860](https://gitlab.com/hestia-earth/hestia-glossary/commit/8c2d86080efe5469973adca6f2433ade52ed1c13))
111
+ * **usdaSoilType:** add `synonyms` to `Histosols` term ([ffb7638](https://gitlab.com/hestia-earth/hestia-glossary/commit/ffb763876d901941ee495388cda8c2263853f868)), closes [#1329](https://gitlab.com/hestia-earth/hestia-glossary/issues/1329)
112
+ * **waterRegime:** add SFp factor for `Unknown pre-season water regime` ([3c7bcfd](https://gitlab.com/hestia-earth/hestia-glossary/commit/3c7bcfd7f7b3d27303b740ebb091ada21e8e7dda)), closes [#1334](https://gitlab.com/hestia-earth/hestia-glossary/issues/1334)
113
+
114
+
115
+ ### Bug Fixes
116
+
117
+ * **characterisedIndicator:** error on units on eutrophication term ([03be5bb](https://gitlab.com/hestia-earth/hestia-glossary/commit/03be5bba000859c516d9d86865656a9ff4ff5f0b)), closes [#1328](https://gitlab.com/hestia-earth/hestia-glossary/issues/1328)
118
+ * **emission:** add animal products to `productTermIdsAllowed` for `CH4, to air, enteric methane` ([eab0bb7](https://gitlab.com/hestia-earth/hestia-glossary/commit/eab0bb7cf467d0ee1ee235b7ca7d323557d0dd90)), closes [#1333](https://gitlab.com/hestia-earth/hestia-glossary/issues/1333)
119
+ * **landUseManagement:** errors in `dataState` ([2bf5101](https://gitlab.com/hestia-earth/hestia-glossary/commit/2bf51013e37281c15042683db474f07ad29b2909))
120
+ * **liveAquaticSpecies:** remove `Tambaqui` as it is a duplicate of `Cachama` ([4538f6c](https://gitlab.com/hestia-earth/hestia-glossary/commit/4538f6c737ada6d96c208f205686795d2f6eb1bf))
121
+ * **measurement:** remove `agri-food processor` from `siteTypesAllowed` for terms ([f20dc67](https://gitlab.com/hestia-earth/hestia-glossary/commit/f20dc671ce9cd9429bd6949a315ac0fc3d0cb362)), closes [#1341](https://gitlab.com/hestia-earth/hestia-glossary/issues/1341)
122
+ * **pesticideAI:** move `CAS-60240-47-3` from `otherOrganicChemical` ([82106a3](https://gitlab.com/hestia-earth/hestia-glossary/commit/82106a3aab736763c62c3deeb1769f52767204fb))
123
+ * **pesticideBrandName:** delete `(S)-Methoprene Technical` ([35f691a](https://gitlab.com/hestia-earth/hestia-glossary/commit/35f691a51aacf4c7f0dac3b9169bfbdaa6bf6aa1))
124
+ * **pesticideBrandName:** delete `Atroban 11% EC` ([9df3655](https://gitlab.com/hestia-earth/hestia-glossary/commit/9df3655ed886fc4822ac157c6b627dabae9899a0))
125
+ * **pesticideBrandName:** delete `Tri-Chlor Granular` ([83a21de](https://gitlab.com/hestia-earth/hestia-glossary/commit/83a21de6cfc9192dd50fddf13a9007c49cb33abc))
126
+ * **pesticideBrandName:** rename `Superchlor` to `Super Chlor Shock` ([dcec984](https://gitlab.com/hestia-earth/hestia-glossary/commit/dcec98425524bdefbfc9be7ba852a8863312b62b))
127
+
128
+
129
+ * **pesticideBrandName:** rename `Per-Ox` to `Per-Ox (pesticide brand name)` ([9e3ec57](https://gitlab.com/hestia-earth/hestia-glossary/commit/9e3ec57ea2b19973102d7e09d6661d145e560d90))
130
+ * **waterRegime:** restructure `IPCC_2019_CH4_rice_SFw` and `IPCC_2019_CH4_rice_SFp` lookups ([8e53ce3](https://gitlab.com/hestia-earth/hestia-glossary/commit/8e53ce3b4fc0e8d0aef0eed9329cdd4d649d653a))
131
+
5
132
  ## [0.44.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.43.0...v0.44.0) (2024-03-04)
6
133
 
7
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.44.0",
3
+ "version": "0.46.0",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -475,6 +475,7 @@
475
475
  "singletop",
476
476
  "efficient28",
477
477
  "fielderMagnesiumN",
478
+ "novaMagS",
478
479
  "anthracite",
479
480
  "cokingCoal",
480
481
  "otherBituminousCoal",
@@ -619,6 +620,7 @@
619
620
  "dicalciumPhosphateKgP2O5",
620
621
  "trisodiumPhosphateKgP2O5",
621
622
  "potassiumChlorideKgK2O",
623
+ "sylviniteOreKgK2O",
622
624
  "potassiumNitrateKgK2O",
623
625
  "potassiumNitrateKgN",
624
626
  "potassiumSodiumNitrateKgN",
@@ -641,6 +643,7 @@
641
643
  "thomasSlagKgP2O5",
642
644
  "zincSulphateKgZn",
643
645
  "boronTrioxideKgB",
646
+ "manganeseSulphateKgMn",
644
647
  "forest",
645
648
  "naturalForest",
646
649
  "plantationForest",
@@ -990,6 +993,7 @@
990
993
  "walnutTree",
991
994
  "watercressPlant",
992
995
  "watermelonVine",
996
+ "waterSpinachPlant",
993
997
  "wasabiPlant",
994
998
  "wheatPlant",
995
999
  "wildGarlicPlant",
@@ -11936,7 +11940,8 @@
11936
11940
  "CAS-167465-36-3",
11937
11941
  "CAS-61-80-3",
11938
11942
  "CAS-37882-31-8",
11939
- "CAS-60240-47-3",
11943
+ "CAS-68891-38-3",
11944
+ "CAS-78330-21-9",
11940
11945
  "pesticideUnspecifiedAi",
11941
11946
  "pesticideAdjuvantUnspecified",
11942
11947
  "acaricideUnspecifiedAi",
@@ -15404,11 +15409,11 @@
15404
15409
  "CAS-54774-45-7",
15405
15410
  "CAS-70901-12-1",
15406
15411
  "CAS-7637-07-2",
15412
+ "CAS-60240-47-3",
15407
15413
  "dilutedPesticideUnspecifiedKg",
15408
15414
  "antifoulingPaintUnspecified",
15409
15415
  "Hsp2OPro",
15410
15416
  "SHydropreneTechnical",
15411
- "SMethopreneTechnical",
15412
15417
  "0067AceleprynInsecticideOnFertiliser",
15413
15418
  "008MesoFertiliser",
15414
15419
  "008MesotrioneOnFertiliser",
@@ -16245,7 +16250,6 @@
16245
16250
  "atrinalNurseryGreenhouse",
16246
16251
  "atrinalPlantGrowthRegulator",
16247
16252
  "atroban11EC",
16248
- "atroban11Ec",
16249
16253
  "atroban425Ec",
16250
16254
  "atrobanDelicePlusInsecticide",
16251
16255
  "aureobasidiumPullulansStrainDsm14940Technical",
@@ -21093,7 +21097,7 @@
21093
21097
  "permethrinTechnicalInsecticide",
21094
21098
  "permetron",
21095
21099
  "permitPlus",
21096
- "perOx",
21100
+ "perOxPesticideBrandName",
21097
21101
  "perOxExtreme",
21098
21102
  "peroxal35Bio",
21099
21103
  "peroxal50Bio",
@@ -22694,7 +22698,7 @@
22694
22698
  "superShockwaveShockTreatmentForSwimmingPools",
22695
22699
  "superSolidPlus",
22696
22700
  "superchlo",
22697
- "superchlor",
22701
+ "superChlorShock",
22698
22702
  "superChlor",
22699
22703
  "superchlor7",
22700
22704
  "superChlor84",
@@ -23222,7 +23226,6 @@
23222
23226
  "tribufosTechnicalDefoliant",
23223
23227
  "tribuneHerbicide",
23224
23228
  "trichlorGranular",
23225
- "triChlorGranular",
23226
23229
  "trichlorGranularTechnical",
23227
23230
  "trichlorTablets",
23228
23231
  "trichloroGranularMg",
@@ -23875,6 +23878,21 @@
23875
23878
  "taylor",
23876
23879
  "zetanil",
23877
23880
  "fugoKill",
23881
+ "betanalFlo",
23882
+ "betanalProgress",
23883
+ "betanalTandem",
23884
+ "debutHerbicide",
23885
+ "dowShield",
23886
+ "fusilade250Ew",
23887
+ "gaucho",
23888
+ "goltixWg",
23889
+ "pdq",
23890
+ "punchC",
23891
+ "pyraminDf",
23892
+ "stingEco",
23893
+ "temik10G",
23894
+ "thiovit",
23895
+ "venzarFlowable",
23878
23896
  "processingAidUnspecified",
23879
23897
  "polyacrylamideProcessingAid",
23880
23898
  "aluminiumChlorohydrate",
@@ -23913,12 +23931,12 @@
23913
23931
  "hydratedLime",
23914
23932
  "burntLime",
23915
23933
  "dolomiticLime",
23934
+ "gypsum",
23916
23935
  "woodAsh",
23917
23936
  "woodChip",
23918
23937
  "aluminumSulphate",
23919
23938
  "ironSulphate",
23920
23939
  "sulphur",
23921
- "gypsum",
23922
23940
  "humus",
23923
23941
  "liquidHumus",
23924
23942
  "solidHumus",