@hestia-earth/glossary 0.22.0 → 0.23.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 +41 -0
- package/package.json +1 -1
- package/resources/impactAssessment.json +1 -0
- package/resources/term-restrictions.json +172 -68
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,47 @@
|
|
|
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.23.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.22.0...v0.23.0) (2023-06-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **emission:** Split term
|
|
11
|
+
`CO2, to air, above ground biomass stock change` into two new terms
|
|
12
|
+
`CO2, to air, above ground biomass stock change, management change`
|
|
13
|
+
and
|
|
14
|
+
`CO2, to air, above ground biomass stock change, land use change`.
|
|
15
|
+
* **emission:** Split term
|
|
16
|
+
`CO2, to air, below ground biomass stock change` into two new terms
|
|
17
|
+
`CO2, to air, below ground biomass stock change, management change`
|
|
18
|
+
and
|
|
19
|
+
`CO2, to air, below ground biomass stock change, land use change`.
|
|
20
|
+
* **emission:** Split term
|
|
21
|
+
`CO2, to air, soil carbon stock change` into two new terms
|
|
22
|
+
`CO2, to air, soil carbon stock change, management change` and
|
|
23
|
+
`CO2, to air, soil carbon stock change, land use change`.
|
|
24
|
+
* **emission:** Split term
|
|
25
|
+
`N2O, to air, diminishing soil carbon stocks` into two new terms
|
|
26
|
+
`N2O, to air, diminishing soil carbon stocks, management change, direct`
|
|
27
|
+
and
|
|
28
|
+
`N2O, to air, diminishing soil carbon stocks, land use change, direct`.
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* **crop:** add `Cassava, stalk` ([8928df9](https://gitlab.com/hestia-earth/hestia-glossary/commit/8928df928dc4eca44d9f6de69e517c5fa4ac60b3))
|
|
33
|
+
* **crop:** add `Wheat, Alkalage®` ([24995e2](https://gitlab.com/hestia-earth/hestia-glossary/commit/24995e2025d3876ed722888eea020500f5179381)), closes [#761](https://gitlab.com/hestia-earth/hestia-glossary/issues/761)
|
|
34
|
+
* **emission:** split carbon stock change emissions into management and LUC ([8838866](https://gitlab.com/hestia-earth/hestia-glossary/commit/883886610dc09f51623dd9774dde71a5f2255bfc)), closes [#669](https://gitlab.com/hestia-earth/hestia-glossary/issues/669)
|
|
35
|
+
* **feedFoodAdditive:** adds `Rumen protected fat` ([61d30ec](https://gitlab.com/hestia-earth/hestia-glossary/commit/61d30ec2417a02dfdc3ae5b672ac90f8ec517c70)), closes [#760](https://gitlab.com/hestia-earth/hestia-glossary/issues/760)
|
|
36
|
+
* **operation:** add `Power tiller use, machine unspecified` and `Harvesting fish, by hand` ([ff3d902](https://gitlab.com/hestia-earth/hestia-glossary/commit/ff3d902427ee45ded9b59e772d659f67f3745dcf))
|
|
37
|
+
* **processedFood:** add `Calf milk replacer, powder (unspecified)` ([4b2ce7c](https://gitlab.com/hestia-earth/hestia-glossary/commit/4b2ce7c859ae0369f6b431f31c9a1d0455f59f31)), closes [#763](https://gitlab.com/hestia-earth/hestia-glossary/issues/763)
|
|
38
|
+
* **region:** include GADM level 1 in `landUseManagement` lookup ([2aa5dcf](https://gitlab.com/hestia-earth/hestia-glossary/commit/2aa5dcfebf6028701ca4e4e1ed92ac1f7e7999c9))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* **forage:** typo in `name` of `Ryegrass, hay` ([97d0dc4](https://gitlab.com/hestia-earth/hestia-glossary/commit/97d0dc40606b955b944de3697c8d21c996140c7e))
|
|
44
|
+
* **operation:** typo in term id in lookup ([c8545c3](https://gitlab.com/hestia-earth/hestia-glossary/commit/c8545c3e7aa1572a2308b810306695151e6d70cd)), closes [#794](https://gitlab.com/hestia-earth/hestia-glossary/issues/794)
|
|
45
|
+
|
|
5
46
|
## [0.22.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.21.0...v0.22.0) (2023-06-15)
|
|
6
47
|
|
|
7
48
|
|
package/package.json
CHANGED
|
@@ -2239,23 +2239,7 @@
|
|
|
2239
2239
|
"siteTypesAllowed": [
|
|
2240
2240
|
""
|
|
2241
2241
|
]
|
|
2242
|
-
}
|
|
2243
|
-
"siteTypesAllowed": [
|
|
2244
|
-
"forest",
|
|
2245
|
-
"other natural vegetation",
|
|
2246
|
-
"cropland",
|
|
2247
|
-
"glass or high accessible cover",
|
|
2248
|
-
"permanent pasture"
|
|
2249
|
-
],
|
|
2250
|
-
"productTermIdsAllowed": [
|
|
2251
|
-
"all"
|
|
2252
|
-
],
|
|
2253
|
-
"productTermTypesAllowed": [
|
|
2254
|
-
"all"
|
|
2255
|
-
],
|
|
2256
|
-
"typesAllowed": [
|
|
2257
|
-
"Cycle"
|
|
2258
|
-
]
|
|
2242
|
+
}
|
|
2259
2243
|
},
|
|
2260
2244
|
"co2ToAirBelowGroundBiomassStockChange": {
|
|
2261
2245
|
"stehfestBouwman2006": {
|
|
@@ -2267,23 +2251,7 @@
|
|
|
2267
2251
|
"siteTypesAllowed": [
|
|
2268
2252
|
""
|
|
2269
2253
|
]
|
|
2270
|
-
}
|
|
2271
|
-
"siteTypesAllowed": [
|
|
2272
|
-
"forest",
|
|
2273
|
-
"other natural vegetation",
|
|
2274
|
-
"cropland",
|
|
2275
|
-
"glass or high accessible cover",
|
|
2276
|
-
"permanent pasture"
|
|
2277
|
-
],
|
|
2278
|
-
"productTermIdsAllowed": [
|
|
2279
|
-
"all"
|
|
2280
|
-
],
|
|
2281
|
-
"productTermTypesAllowed": [
|
|
2282
|
-
"all"
|
|
2283
|
-
],
|
|
2284
|
-
"typesAllowed": [
|
|
2285
|
-
"Cycle"
|
|
2286
|
-
]
|
|
2254
|
+
}
|
|
2287
2255
|
},
|
|
2288
2256
|
"co2ToAirFuelCombustion": {
|
|
2289
2257
|
"stehfestBouwman2006": {
|
|
@@ -2457,23 +2425,7 @@
|
|
|
2457
2425
|
"siteTypesAllowed": [
|
|
2458
2426
|
""
|
|
2459
2427
|
]
|
|
2460
|
-
}
|
|
2461
|
-
"siteTypesAllowed": [
|
|
2462
|
-
"forest",
|
|
2463
|
-
"other natural vegetation",
|
|
2464
|
-
"cropland",
|
|
2465
|
-
"glass or high accessible cover",
|
|
2466
|
-
"permanent pasture"
|
|
2467
|
-
],
|
|
2468
|
-
"productTermIdsAllowed": [
|
|
2469
|
-
"all"
|
|
2470
|
-
],
|
|
2471
|
-
"productTermTypesAllowed": [
|
|
2472
|
-
"all"
|
|
2473
|
-
],
|
|
2474
|
-
"typesAllowed": [
|
|
2475
|
-
"Cycle"
|
|
2476
|
-
]
|
|
2428
|
+
}
|
|
2477
2429
|
},
|
|
2478
2430
|
"co2ToAirUreaHydrolysis": {
|
|
2479
2431
|
"stehfestBouwman2006": {
|
|
@@ -3252,23 +3204,7 @@
|
|
|
3252
3204
|
"siteTypesAllowed": [
|
|
3253
3205
|
""
|
|
3254
3206
|
]
|
|
3255
|
-
}
|
|
3256
|
-
"siteTypesAllowed": [
|
|
3257
|
-
"forest",
|
|
3258
|
-
"other natural vegetation",
|
|
3259
|
-
"cropland",
|
|
3260
|
-
"glass or high accessible cover",
|
|
3261
|
-
"permanent pasture"
|
|
3262
|
-
],
|
|
3263
|
-
"productTermIdsAllowed": [
|
|
3264
|
-
"all"
|
|
3265
|
-
],
|
|
3266
|
-
"productTermTypesAllowed": [
|
|
3267
|
-
"all"
|
|
3268
|
-
],
|
|
3269
|
-
"typesAllowed": [
|
|
3270
|
-
"Cycle"
|
|
3271
|
-
]
|
|
3207
|
+
}
|
|
3272
3208
|
},
|
|
3273
3209
|
"n2OToAirExcretaDirect": {
|
|
3274
3210
|
"stehfestBouwman2006": {
|
|
@@ -6183,6 +6119,150 @@
|
|
|
6183
6119
|
"Cycle"
|
|
6184
6120
|
]
|
|
6185
6121
|
},
|
|
6122
|
+
"co2ToAirAboveGroundBiomassStockChangeManagementChange": {
|
|
6123
|
+
"siteTypesAllowed": [
|
|
6124
|
+
"forest",
|
|
6125
|
+
"other natural vegetation",
|
|
6126
|
+
"cropland",
|
|
6127
|
+
"glass or high accessible cover",
|
|
6128
|
+
"permanent pasture"
|
|
6129
|
+
],
|
|
6130
|
+
"productTermIdsAllowed": [
|
|
6131
|
+
"all"
|
|
6132
|
+
],
|
|
6133
|
+
"productTermTypesAllowed": [
|
|
6134
|
+
"all"
|
|
6135
|
+
],
|
|
6136
|
+
"typesAllowed": [
|
|
6137
|
+
"Cycle"
|
|
6138
|
+
]
|
|
6139
|
+
},
|
|
6140
|
+
"co2ToAirAboveGroundBiomassStockChangeLandUseChange": {
|
|
6141
|
+
"siteTypesAllowed": [
|
|
6142
|
+
"forest",
|
|
6143
|
+
"other natural vegetation",
|
|
6144
|
+
"cropland",
|
|
6145
|
+
"glass or high accessible cover",
|
|
6146
|
+
"permanent pasture"
|
|
6147
|
+
],
|
|
6148
|
+
"productTermIdsAllowed": [
|
|
6149
|
+
"all"
|
|
6150
|
+
],
|
|
6151
|
+
"productTermTypesAllowed": [
|
|
6152
|
+
"all"
|
|
6153
|
+
],
|
|
6154
|
+
"typesAllowed": [
|
|
6155
|
+
"Cycle"
|
|
6156
|
+
]
|
|
6157
|
+
},
|
|
6158
|
+
"co2ToAirBelowGroundBiomassStockChangeManagementChange": {
|
|
6159
|
+
"siteTypesAllowed": [
|
|
6160
|
+
"forest",
|
|
6161
|
+
"other natural vegetation",
|
|
6162
|
+
"cropland",
|
|
6163
|
+
"glass or high accessible cover",
|
|
6164
|
+
"permanent pasture"
|
|
6165
|
+
],
|
|
6166
|
+
"productTermIdsAllowed": [
|
|
6167
|
+
"all"
|
|
6168
|
+
],
|
|
6169
|
+
"productTermTypesAllowed": [
|
|
6170
|
+
"all"
|
|
6171
|
+
],
|
|
6172
|
+
"typesAllowed": [
|
|
6173
|
+
"Cycle"
|
|
6174
|
+
]
|
|
6175
|
+
},
|
|
6176
|
+
"co2ToAirBelowGroundBiomassStockChangeLandUseChange": {
|
|
6177
|
+
"siteTypesAllowed": [
|
|
6178
|
+
"forest",
|
|
6179
|
+
"other natural vegetation",
|
|
6180
|
+
"cropland",
|
|
6181
|
+
"glass or high accessible cover",
|
|
6182
|
+
"permanent pasture"
|
|
6183
|
+
],
|
|
6184
|
+
"productTermIdsAllowed": [
|
|
6185
|
+
"all"
|
|
6186
|
+
],
|
|
6187
|
+
"productTermTypesAllowed": [
|
|
6188
|
+
"all"
|
|
6189
|
+
],
|
|
6190
|
+
"typesAllowed": [
|
|
6191
|
+
"Cycle"
|
|
6192
|
+
]
|
|
6193
|
+
},
|
|
6194
|
+
"co2ToAirSoilCarbonStockChangeManagementChange": {
|
|
6195
|
+
"siteTypesAllowed": [
|
|
6196
|
+
"forest",
|
|
6197
|
+
"other natural vegetation",
|
|
6198
|
+
"cropland",
|
|
6199
|
+
"glass or high accessible cover",
|
|
6200
|
+
"permanent pasture"
|
|
6201
|
+
],
|
|
6202
|
+
"productTermIdsAllowed": [
|
|
6203
|
+
"all"
|
|
6204
|
+
],
|
|
6205
|
+
"productTermTypesAllowed": [
|
|
6206
|
+
"all"
|
|
6207
|
+
],
|
|
6208
|
+
"typesAllowed": [
|
|
6209
|
+
"Cycle"
|
|
6210
|
+
]
|
|
6211
|
+
},
|
|
6212
|
+
"co2ToAirSoilCarbonStockChangeLandUseChange": {
|
|
6213
|
+
"siteTypesAllowed": [
|
|
6214
|
+
"forest",
|
|
6215
|
+
"other natural vegetation",
|
|
6216
|
+
"cropland",
|
|
6217
|
+
"glass or high accessible cover",
|
|
6218
|
+
"permanent pasture"
|
|
6219
|
+
],
|
|
6220
|
+
"productTermIdsAllowed": [
|
|
6221
|
+
"all"
|
|
6222
|
+
],
|
|
6223
|
+
"productTermTypesAllowed": [
|
|
6224
|
+
"all"
|
|
6225
|
+
],
|
|
6226
|
+
"typesAllowed": [
|
|
6227
|
+
"Cycle"
|
|
6228
|
+
]
|
|
6229
|
+
},
|
|
6230
|
+
"n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect": {
|
|
6231
|
+
"siteTypesAllowed": [
|
|
6232
|
+
"forest",
|
|
6233
|
+
"other natural vegetation",
|
|
6234
|
+
"cropland",
|
|
6235
|
+
"glass or high accessible cover",
|
|
6236
|
+
"permanent pasture"
|
|
6237
|
+
],
|
|
6238
|
+
"productTermIdsAllowed": [
|
|
6239
|
+
"all"
|
|
6240
|
+
],
|
|
6241
|
+
"productTermTypesAllowed": [
|
|
6242
|
+
"all"
|
|
6243
|
+
],
|
|
6244
|
+
"typesAllowed": [
|
|
6245
|
+
"Cycle"
|
|
6246
|
+
]
|
|
6247
|
+
},
|
|
6248
|
+
"n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect": {
|
|
6249
|
+
"siteTypesAllowed": [
|
|
6250
|
+
"forest",
|
|
6251
|
+
"other natural vegetation",
|
|
6252
|
+
"cropland",
|
|
6253
|
+
"glass or high accessible cover",
|
|
6254
|
+
"permanent pasture"
|
|
6255
|
+
],
|
|
6256
|
+
"productTermIdsAllowed": [
|
|
6257
|
+
"all"
|
|
6258
|
+
],
|
|
6259
|
+
"productTermTypesAllowed": [
|
|
6260
|
+
"all"
|
|
6261
|
+
],
|
|
6262
|
+
"typesAllowed": [
|
|
6263
|
+
"Cycle"
|
|
6264
|
+
]
|
|
6265
|
+
},
|
|
6186
6266
|
"pastureRangePaddockExcretaManagement": {
|
|
6187
6267
|
"siteTypesAllowed": [
|
|
6188
6268
|
"cropland",
|
|
@@ -6658,6 +6738,12 @@
|
|
|
6658
6738
|
"all"
|
|
6659
6739
|
]
|
|
6660
6740
|
},
|
|
6741
|
+
"rumenProtectedFat": {
|
|
6742
|
+
"siteTypesAllowed": [
|
|
6743
|
+
"permanent pasture",
|
|
6744
|
+
"animal housing"
|
|
6745
|
+
]
|
|
6746
|
+
},
|
|
6661
6747
|
"croppingIntensity": {
|
|
6662
6748
|
"siteTypesAllowed": [
|
|
6663
6749
|
"cropland",
|
|
@@ -137371,6 +137457,15 @@
|
|
|
137371
137457
|
"permanent pasture"
|
|
137372
137458
|
]
|
|
137373
137459
|
},
|
|
137460
|
+
"powerTillerUseOperationUnspecified": {
|
|
137461
|
+
"siteTypesAllowed": [
|
|
137462
|
+
"forest",
|
|
137463
|
+
"other natural vegetation",
|
|
137464
|
+
"cropland",
|
|
137465
|
+
"glass or high accessible cover",
|
|
137466
|
+
"permanent pasture"
|
|
137467
|
+
]
|
|
137468
|
+
},
|
|
137374
137469
|
"helicopterUseOperationUnspecified": {
|
|
137375
137470
|
"siteTypesAllowed": [
|
|
137376
137471
|
"forest",
|
|
@@ -138960,6 +139055,15 @@
|
|
|
138960
139055
|
"harvestingFishMachineUnspecified": {
|
|
138961
139056
|
"siteTypesAllowed": [
|
|
138962
139057
|
"pond",
|
|
139058
|
+
"lake",
|
|
139059
|
+
"river or stream",
|
|
139060
|
+
"sea or ocean"
|
|
139061
|
+
]
|
|
139062
|
+
},
|
|
139063
|
+
"harvestingFishByHand": {
|
|
139064
|
+
"siteTypesAllowed": [
|
|
139065
|
+
"pond",
|
|
139066
|
+
"lake",
|
|
138963
139067
|
"river or stream",
|
|
138964
139068
|
"sea or ocean"
|
|
138965
139069
|
]
|