@hestia-earth/glossary 0.23.0 → 0.24.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 +22 -0
- package/package.json +1 -1
- package/resources/impactAssessment.json +4 -0
- package/resources/term-restrictions.json +34 -21
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
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.24.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.23.0...v0.24.0) (2023-06-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **landUseManagement:** move `Number of fertilisations` to `landUseManagement` glossary.
|
|
11
|
+
* **landUseManagement:** move `Number of pesticide applications` to `landUseManagement` glossary.
|
|
12
|
+
* **landUseManagement:** move `Number of weedings` to `landUseManagement` glossary.
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **landUseManagement:** add `Number of harvests` ([9d01c01](https://gitlab.com/hestia-earth/hestia-glossary/commit/9d01c01fa14439fcae442beac1c0adac042e0144))
|
|
17
|
+
* **landUseManagement:** move `Number of` terms from `cropEstablishment` glossary ([cc696fc](https://gitlab.com/hestia-earth/hestia-glossary/commit/cc696fcdece0d805657cc3739dae3d0c4c348e6f))
|
|
18
|
+
* **material:** add terms for `Alkyd resin` and `Alkyd resin 70%` ([24182f8](https://gitlab.com/hestia-earth/hestia-glossary/commit/24182f8b5a7e2518187455a87b1ba72245be77b6)), closes [#771](https://gitlab.com/hestia-earth/hestia-glossary/issues/771)
|
|
19
|
+
* **waterRegime:** add `allowedRiceTermId` lookup ([838b698](https://gitlab.com/hestia-earth/hestia-glossary/commit/838b6985cb751e34cb62dc4af641df66c3f8191b))
|
|
20
|
+
* **waterRegime:** add `percentAreaSumIs100` lookup ([2ba4b90](https://gitlab.com/hestia-earth/hestia-glossary/commit/2ba4b905c23c7be56ed9e7b4e5f032821e7c323a)), closes [#797](https://gitlab.com/hestia-earth/hestia-glossary/issues/797)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **waterRegime:** set `IPCC_2019_CH4_rice_SFw` lookup as `not required` if no flooding occurs ([6869f9b](https://gitlab.com/hestia-earth/hestia-glossary/commit/6869f9b44139364f3d093eb96e7fea0a3d7deb2e)), closes [#797](https://gitlab.com/hestia-earth/hestia-glossary/issues/797)
|
|
26
|
+
|
|
5
27
|
## [0.23.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.22.0...v0.23.0) (2023-06-16)
|
|
6
28
|
|
|
7
29
|
|
package/package.json
CHANGED
|
@@ -1097,6 +1097,8 @@
|
|
|
1097
1097
|
"cropSupportInfrastructureDepreciatedAmountPerCycle",
|
|
1098
1098
|
"irrigationInfrastructureDepreciatedAmountPerCycle",
|
|
1099
1099
|
"machineryInfrastructureDepreciatedAmountPerCycle",
|
|
1100
|
+
"alkydResinDepreciatedAmountPerCycle",
|
|
1101
|
+
"alkydResin70DepreciatedAmountPerCycle",
|
|
1100
1102
|
"aluminiumDepreciatedAmountPerCycle",
|
|
1101
1103
|
"brickDepreciatedAmountPerCycle",
|
|
1102
1104
|
"cardboardDepreciatedAmountPerCycle",
|
|
@@ -1128,6 +1130,8 @@
|
|
|
1128
1130
|
"stainlessSteelDepreciatedAmountPerCycle",
|
|
1129
1131
|
"steelDepreciatedAmountPerCycle",
|
|
1130
1132
|
"woodMaterialDepreciatedAmountPerCycle",
|
|
1133
|
+
"alkydResin",
|
|
1134
|
+
"alkydResin70",
|
|
1131
1135
|
"aluminium",
|
|
1132
1136
|
"brick",
|
|
1133
1137
|
"cardboard",
|
|
@@ -1260,13 +1260,6 @@
|
|
|
1260
1260
|
"permanent pasture"
|
|
1261
1261
|
]
|
|
1262
1262
|
},
|
|
1263
|
-
"numberOfFertilisations": {
|
|
1264
|
-
"siteTypesAllowed": [
|
|
1265
|
-
"cropland",
|
|
1266
|
-
"glass or high accessible cover",
|
|
1267
|
-
"permanent pasture"
|
|
1268
|
-
]
|
|
1269
|
-
},
|
|
1270
1263
|
"fertigation": {
|
|
1271
1264
|
"siteTypesAllowed": [
|
|
1272
1265
|
"cropland",
|
|
@@ -1330,20 +1323,6 @@
|
|
|
1330
1323
|
"permanent pasture"
|
|
1331
1324
|
]
|
|
1332
1325
|
},
|
|
1333
|
-
"numberOfPesticideApplications": {
|
|
1334
|
-
"siteTypesAllowed": [
|
|
1335
|
-
"cropland",
|
|
1336
|
-
"glass or high accessible cover",
|
|
1337
|
-
"permanent pasture"
|
|
1338
|
-
]
|
|
1339
|
-
},
|
|
1340
|
-
"numberOfWeedings": {
|
|
1341
|
-
"siteTypesAllowed": [
|
|
1342
|
-
"cropland",
|
|
1343
|
-
"glass or high accessible cover",
|
|
1344
|
-
"permanent pasture"
|
|
1345
|
-
]
|
|
1346
|
-
},
|
|
1347
1326
|
"aboveGroundCropResidueTotal": {
|
|
1348
1327
|
"siteTypesAllowed": [
|
|
1349
1328
|
"cropland",
|
|
@@ -7035,6 +7014,40 @@
|
|
|
7035
7014
|
"glass or high accessible cover"
|
|
7036
7015
|
]
|
|
7037
7016
|
},
|
|
7017
|
+
"numberOfFertilisations": {
|
|
7018
|
+
"siteTypesAllowed": [
|
|
7019
|
+
"cropland",
|
|
7020
|
+
"glass or high accessible cover",
|
|
7021
|
+
"permanent pasture"
|
|
7022
|
+
]
|
|
7023
|
+
},
|
|
7024
|
+
"numberOfPesticideApplications": {
|
|
7025
|
+
"siteTypesAllowed": [
|
|
7026
|
+
"cropland",
|
|
7027
|
+
"glass or high accessible cover",
|
|
7028
|
+
"permanent pasture"
|
|
7029
|
+
]
|
|
7030
|
+
},
|
|
7031
|
+
"numberOfWeedings": {
|
|
7032
|
+
"siteTypesAllowed": [
|
|
7033
|
+
"cropland",
|
|
7034
|
+
"glass or high accessible cover",
|
|
7035
|
+
"permanent pasture"
|
|
7036
|
+
]
|
|
7037
|
+
},
|
|
7038
|
+
"numberOfHarvests": {
|
|
7039
|
+
"siteTypesAllowed": [
|
|
7040
|
+
"forest",
|
|
7041
|
+
"other natural vegetation",
|
|
7042
|
+
"cropland",
|
|
7043
|
+
"glass or high accessible cover",
|
|
7044
|
+
"pond",
|
|
7045
|
+
"river or stream",
|
|
7046
|
+
"lake",
|
|
7047
|
+
"sea or ocean",
|
|
7048
|
+
"agri-food processor"
|
|
7049
|
+
]
|
|
7050
|
+
},
|
|
7038
7051
|
"altitude": {
|
|
7039
7052
|
"aggregatedModels": {
|
|
7040
7053
|
"siteTypesAllowed": [
|