@hestia-earth/glossary 0.4.0 → 0.5.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 +112 -0
- package/README.md +19 -1
- package/index.js +10 -1
- package/package.json +3 -2
- package/resources/arrayTreatment.json +50 -9
- package/resources/defaultModelId.json +44 -0
- package/resources/impactAssessment.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,118 @@
|
|
|
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.5.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.4.2...v0.5.0) (2022-07-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **measurement:** renamed
|
|
11
|
+
`availableNitrogenPerKgSoil` to `plantAvailableNitrogenPerKgSoil`
|
|
12
|
+
`availablePhosphorusPerKgSoil` to `plantAvailablePhosphorusPerKgSoil`
|
|
13
|
+
`availableNitrogenPerM3Soil` to `plantAvailableNitrogenPerM3Soil`
|
|
14
|
+
`availablePhosphorusPerM3Soil` to `plantAvailablePhosphorusPerM3Soil`
|
|
15
|
+
* **measurement:** `phosphorusPerKgSoil` renamed to `totalPhosphorusPerKgSoil`,
|
|
16
|
+
`phosphorusPerM3Soil` renamed to `totalPhosphorusPerM3Soil`
|
|
17
|
+
* **measurement:** `phosphatePerM3Soil` and `phosphatePerKgSoil` have been removed
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* add `siteTypesAllowed` to remaining practice terms ([7871b5a](https://gitlab.com/hestia-earth/hestia-glossary/commit/7871b5a2ca9c94d071fd7eaab822554790995d56)), closes [#409](https://gitlab.com/hestia-earth/hestia-glossary/issues/409)
|
|
22
|
+
* add `Tjurin method` ([d857008](https://gitlab.com/hestia-earth/hestia-glossary/commit/d8570085a61d7241cb8e529d15c6d006b0c92afd))
|
|
23
|
+
* add ecoregion/region-siteType lookups for land stress LC-Impact ([fe38abf](https://gitlab.com/hestia-earth/hestia-glossary/commit/fe38abf3e55d98aed8c107380bcf9609812e35d5))
|
|
24
|
+
* **characterisedIndicator:** add LC-impact climate change indicators ([73b8098](https://gitlab.com/hestia-earth/hestia-glossary/commit/73b80980af444f831c35869fdb6a0e4c2cf2b9fb)), closes [#400](https://gitlab.com/hestia-earth/hestia-glossary/issues/400)
|
|
25
|
+
* **characterisedIndicator:** add LC-Impact Eutrophication indicators ([7fa08f6](https://gitlab.com/hestia-earth/hestia-glossary/commit/7fa08f6fb7b34aa17617155f2d579463fe15dd78)), closes [#418](https://gitlab.com/hestia-earth/hestia-glossary/issues/418) [#420](https://gitlab.com/hestia-earth/hestia-glossary/issues/420)
|
|
26
|
+
* **characterisedIndicator:** add LC-impact ozone depletion indicators ([5968afd](https://gitlab.com/hestia-earth/hestia-glossary/commit/5968afd21a0829d7483d16bc717ab11f963767c4)), closes [#411](https://gitlab.com/hestia-earth/hestia-glossary/issues/411)
|
|
27
|
+
* **characterisedIndicator:** add LC-Impact Ozone Formation CFs ([07c5df4](https://gitlab.com/hestia-earth/hestia-glossary/commit/07c5df48a88327dada8e0e28a30721cd9c06aa3e))
|
|
28
|
+
* **characterisedIndicator:** add LC-Impact PM formation and acidification indicators ([065ea1a](https://gitlab.com/hestia-earth/hestia-glossary/commit/065ea1a554b034b1db701fdc69c56ec2c6f8c402)), closes [#416](https://gitlab.com/hestia-earth/hestia-glossary/issues/416) [#417](https://gitlab.com/hestia-earth/hestia-glossary/issues/417)
|
|
29
|
+
* **characterisedIndicator:** add LC-Impact toxicity indicators ([f67fb15](https://gitlab.com/hestia-earth/hestia-glossary/commit/f67fb154d75ba43f48c18c0db52f92182de226d0)), closes [#421](https://gitlab.com/hestia-earth/hestia-glossary/issues/421) [#426](https://gitlab.com/hestia-earth/hestia-glossary/issues/426)
|
|
30
|
+
* **crop:** add `Pea, plants` ([506171b](https://gitlab.com/hestia-earth/hestia-glossary/commit/506171b48ac7ffad2bcfa789d94e5878f4049d6b))
|
|
31
|
+
* **crop:** add `possibleCoverCrop` lookup ([6bc27d4](https://gitlab.com/hestia-earth/hestia-glossary/commit/6bc27d4544ed4f3b127df5933e02ca77afd44eae))
|
|
32
|
+
* **crop:** add `teff, hay` and `teff, straw` and rename `teff` ([f7e635d](https://gitlab.com/hestia-earth/hestia-glossary/commit/f7e635dfc3d1c67909804f2bfdeae5e9e31432f3)), closes [#202](https://gitlab.com/hestia-earth/hestia-glossary/issues/202)
|
|
33
|
+
* **crop:** add sudangrass and sisal terms ([cc7af9e](https://gitlab.com/hestia-earth/hestia-glossary/commit/cc7af9e029a07f96d4cfa34533fdd935ac04cf5b))
|
|
34
|
+
* **cropResidue:** add `possibleCoverCrop` lookup ([3a5865e](https://gitlab.com/hestia-earth/hestia-glossary/commit/3a5865ef39ec9a3b6fb73ae3949da635e5326ee4))
|
|
35
|
+
* **cropResidue:** add `siteTypesAllowed` ([4e14215](https://gitlab.com/hestia-earth/hestia-glossary/commit/4e142150782b58bf369032b1ffebff71b444d613))
|
|
36
|
+
* **emission:** add LC-Impact Climate Change CFs ([2d4d5fe](https://gitlab.com/hestia-earth/hestia-glossary/commit/2d4d5fec91a992a4de65a227076994a41d565c49)), closes [#400](https://gitlab.com/hestia-earth/hestia-glossary/issues/400)
|
|
37
|
+
* **emission:** add LC-Impact Ozone Depletion CFs ([0b6bfbb](https://gitlab.com/hestia-earth/hestia-glossary/commit/0b6bfbba4b1a769764f13a5716388de75252c842)), closes [#411](https://gitlab.com/hestia-earth/hestia-glossary/issues/411)
|
|
38
|
+
* **emission:** make `productTermTypesAllowed` less restrictive ([1ad9ac5](https://gitlab.com/hestia-earth/hestia-glossary/commit/1ad9ac51d320e4357ef04023a853c39d54b687f7))
|
|
39
|
+
* **endpointIndicator:** add LC-Impact endpoints ([9fa6fa5](https://gitlab.com/hestia-earth/hestia-glossary/commit/9fa6fa5913701725bb681617f9460e22be54fb1f)), closes [#407](https://gitlab.com/hestia-earth/hestia-glossary/issues/407)
|
|
40
|
+
* **endpointIndicator:** rename ReCiPe endpoints ([dc3604b](https://gitlab.com/hestia-earth/hestia-glossary/commit/dc3604beba8fa1c0fa4dea138faac4d83e83a459))
|
|
41
|
+
* **excreta:** add lookup colour coding and `dataState` ([5a715ae](https://gitlab.com/hestia-earth/hestia-glossary/commit/5a715ae7c17f1a55726ca1bbb939455bfe1d0e27)), closes [#344](https://gitlab.com/hestia-earth/hestia-glossary/issues/344)
|
|
42
|
+
* **fuel:** change unit from `m3` to `kg` for `Liquefied petroleum gases (LPG)` ([3398c26](https://gitlab.com/hestia-earth/hestia-glossary/commit/3398c267080bcb872ad5372f2d75324758c5e479)), closes [#363](https://gitlab.com/hestia-earth/hestia-glossary/issues/363)
|
|
43
|
+
* **grass:** add property lookup ([a629df0](https://gitlab.com/hestia-earth/hestia-glossary/commit/a629df0387fa1e65d94c0ed3ed59c99338cfb46f))
|
|
44
|
+
* **grass:** create grass glossary ([2050c75](https://gitlab.com/hestia-earth/hestia-glossary/commit/2050c75dc2d24362cda4c0b35cd42324510768a4)), closes [#399](https://gitlab.com/hestia-earth/hestia-glossary/issues/399)
|
|
45
|
+
* **landUseManagement:** add `number of hives` from biodiversity glossary ([b1fe245](https://gitlab.com/hestia-earth/hestia-glossary/commit/b1fe2459f161cedf97f0a07323fc25ebce292315))
|
|
46
|
+
* **landUseManagement:** add term `Cover crop` ([2f334bb](https://gitlab.com/hestia-earth/hestia-glossary/commit/2f334bb17b477a1f7acd059919cea021f4fb250d))
|
|
47
|
+
* **liveAnimal:** add lookup colour coding and `dataState` ([f85929c](https://gitlab.com/hestia-earth/hestia-glossary/commit/f85929c4298797f2c9c87e9098a9fe9bde0bd8bf)), closes [#344](https://gitlab.com/hestia-earth/hestia-glossary/issues/344)
|
|
48
|
+
* **measurement:** add `soil solution P` as synonym for `Available phosphorus` ([61903dd](https://gitlab.com/hestia-earth/hestia-glossary/commit/61903ddb08e75390ebe524ac9f160e47dcd15efe)), closes [#428](https://gitlab.com/hestia-earth/hestia-glossary/issues/428)
|
|
49
|
+
* **measurement:** add `subClassOf` to soil measurements ([a3a8c95](https://gitlab.com/hestia-earth/hestia-glossary/commit/a3a8c9553221acca016a11a42d7e3155a5246255))
|
|
50
|
+
* **measurement:** add additional soil phosphorus terms and create hierarchy ([c49fcaa](https://gitlab.com/hestia-earth/hestia-glossary/commit/c49fcaae333aad7e33171ecca1c6d00fe1b61f6a)), closes [#428](https://gitlab.com/hestia-earth/hestia-glossary/issues/428)
|
|
51
|
+
* **measurement:** delete soil phosphate terms ([fe4634e](https://gitlab.com/hestia-earth/hestia-glossary/commit/fe4634e2c7667a703d7617a9688ff67088c5d579)), closes [#428](https://gitlab.com/hestia-earth/hestia-glossary/issues/428)
|
|
52
|
+
* **measurement:** improve definition of `Available phosphorus...` terms ([a8a86b3](https://gitlab.com/hestia-earth/hestia-glossary/commit/a8a86b3eb250236cb0b680464d487ad352f0f581)), closes [#428](https://gitlab.com/hestia-earth/hestia-glossary/issues/428)
|
|
53
|
+
* **measurement:** rename `Phosphorus (per...` to `Total phosphorus (per...` ([83c17f8](https://gitlab.com/hestia-earth/hestia-glossary/commit/83c17f8edb337f8c81d8c97b2d61af0b562b0e68)), closes [#428](https://gitlab.com/hestia-earth/hestia-glossary/issues/428)
|
|
54
|
+
* **measurement:** rename all `Available...` terms to `Plant available...` ([c9802c6](https://gitlab.com/hestia-earth/hestia-glossary/commit/c9802c6c78810a374b6f61565ef501ebe3c63693))
|
|
55
|
+
* **methodMeasurement:** add `Tinsley method` and improve synonyms for related terms ([145d77b](https://gitlab.com/hestia-earth/hestia-glossary/commit/145d77b1f034837c5427eb2d6d77f232dad7032f))
|
|
56
|
+
* **methodMeasurement:** add Egner-Riehm method ([18fec26](https://gitlab.com/hestia-earth/hestia-glossary/commit/18fec260054603517861bc20db74e80697c85131))
|
|
57
|
+
* **model:** add LC-Impact models ([2127bed](https://gitlab.com/hestia-earth/hestia-glossary/commit/2127bed50f94ab5bc3c5a4e5a202867e25073584)), closes [#405](https://gitlab.com/hestia-earth/hestia-glossary/issues/405)
|
|
58
|
+
* **model:** delete `LC-Impact` ([c7ecd23](https://gitlab.com/hestia-earth/hestia-glossary/commit/c7ecd23f2f4ca31979bd92c35d847b1e356ec82a))
|
|
59
|
+
* **model:** delete `Other background database` add `Linked Impact Assessment` ([3ee1534](https://gitlab.com/hestia-earth/hestia-glossary/commit/3ee1534f292e3e04066370184462f7cce9cec8d6)), closes [#402](https://gitlab.com/hestia-earth/hestia-glossary/issues/402)
|
|
60
|
+
* **operation:** add `watering animals` and `cleaning animal housing` ([a6141eb](https://gitlab.com/hestia-earth/hestia-glossary/commit/a6141eb0f7ba45558c4dcadfb24b1c1fce1136c7)), closes [#415](https://gitlab.com/hestia-earth/hestia-glossary/issues/415)
|
|
61
|
+
* **operation:** add `watering animals` and `cleaning animal housing` ([c036ed8](https://gitlab.com/hestia-earth/hestia-glossary/commit/c036ed862b52cc44bd87f7f1f422d5559edf92c0)), closes [#415](https://gitlab.com/hestia-earth/hestia-glossary/issues/415)
|
|
62
|
+
* **region:** add region-MarineEutrophicationLCImpactCF lookup ([9a826df](https://gitlab.com/hestia-earth/hestia-glossary/commit/9a826df6aa01e1470cbff388ff019004fafc02f5)), closes [#418](https://gitlab.com/hestia-earth/hestia-glossary/issues/418)
|
|
63
|
+
* **region:** add LC-Impact water stress CFs to awareWaterBasinId lookup ([7424cd3](https://gitlab.com/hestia-earth/hestia-glossary/commit/7424cd380ea503f2ced212f65a26954cdd3a8933))
|
|
64
|
+
* **region:** add region-FreshwaterEutrophicationLCImpactCF lookup ([c4cb983](https://gitlab.com/hestia-earth/hestia-glossary/commit/c4cb983e9c4819e675430e3c1f0558a2992491f6)), closes [#420](https://gitlab.com/hestia-earth/hestia-glossary/issues/420)
|
|
65
|
+
* **region:** add region-OzoneFormationLCImpactCF lookups ([b0684bf](https://gitlab.com/hestia-earth/hestia-glossary/commit/b0684bf0c2841768bb02a7411076c250471b53bf))
|
|
66
|
+
* **region:** add region-ParticulateMatterFormationLCImpactCF lookup ([2b7d652](https://gitlab.com/hestia-earth/hestia-glossary/commit/2b7d652f4f406b7c23195782480e56e2cc218586)), closes [#416](https://gitlab.com/hestia-earth/hestia-glossary/issues/416)
|
|
67
|
+
* **region:** add region-resourceUse lookups for LC-Impact water stress CFs ([ac9260f](https://gitlab.com/hestia-earth/hestia-glossary/commit/ac9260f387c78402485cff801ee4944560be2d27))
|
|
68
|
+
* **region:** add region-TerrestrialAcidificationLCImpactCF lookup ([b7cd669](https://gitlab.com/hestia-earth/hestia-glossary/commit/b7cd669185f682c0c925bfc92b36ec43114ad443)), closes [#417](https://gitlab.com/hestia-earth/hestia-glossary/issues/417)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* **characterisedIndicator:** fix mapping to model `linkedImpactAssessment` ([812683f](https://gitlab.com/hestia-earth/hestia-glossary/commit/812683fa36302baf734d8851ce0623b4bd27415a))
|
|
74
|
+
* **characterisedIndicator:** rename LC-Impact indicators to remove model from name ([51cb68f](https://gitlab.com/hestia-earth/hestia-glossary/commit/51cb68f18d9537f7546c172d4f3388c07fd907a4))
|
|
75
|
+
* **endpointIndicator:** rename ReCiPe and LC-Impact indicators and fix units ([70e09e6](https://gitlab.com/hestia-earth/hestia-glossary/commit/70e09e6c88edb3bb056954271fc2bc702e65d63f))
|
|
76
|
+
* **inorganicFertilizer:** add space in `Calcium metaphosphate (kg P2O5)` term name ([e3c6afb](https://gitlab.com/hestia-earth/hestia-glossary/commit/e3c6afb8409ef3aa049ae6d23bbb42c914f78cd9))
|
|
77
|
+
* **measurement:** set minimum humidity lookup to `0.1` ([7005a27](https://gitlab.com/hestia-earth/hestia-glossary/commit/7005a273d2edda75cbd3284a70df952061b9545e))
|
|
78
|
+
|
|
79
|
+
### [0.4.2](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.4.1...v0.4.2) (2022-06-21)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* **crop:** add pearl millet forage, hay and straw ([3b41ae9](https://gitlab.com/hestia-earth/hestia-glossary/commit/3b41ae90c4ed43d5fc91a9c1c883961f234dd929))
|
|
85
|
+
* **crop:** remove grasses ([11bef75](https://gitlab.com/hestia-earth/hestia-glossary/commit/11bef7506ed0e07823e6c7b08e08d5013cdbc6fe)), closes [#103](https://gitlab.com/hestia-earth/hestia-glossary/issues/103)
|
|
86
|
+
* **liveAnimal:** add `chick` ([3b2553a](https://gitlab.com/hestia-earth/hestia-glossary/commit/3b2553a02c98ed463bf7cc45e5d6e55a865866f6))
|
|
87
|
+
* **measurement:** add `(growing season)` terms ([c1585d1](https://gitlab.com/hestia-earth/hestia-glossary/commit/c1585d11300a7eafc1f32170059202d21dc284a0))
|
|
88
|
+
* **measurement:** add `Soil saturated hydraulic conductivity` ([a0b3633](https://gitlab.com/hestia-earth/hestia-glossary/commit/a0b3633ca58e896332745176336b43684a033ac4))
|
|
89
|
+
* **methodMeasurement:** add `NH4OAc method, exchangeable potassium` ([d8b6827](https://gitlab.com/hestia-earth/hestia-glossary/commit/d8b682790e495f435314eb052da4a3761ca5653c))
|
|
90
|
+
* **organicFertilizer:** add `Seamac Gold` ([d34967f](https://gitlab.com/hestia-earth/hestia-glossary/commit/d34967fefa82cee252f06a307017238fd35d1ae3))
|
|
91
|
+
* **pesticideAI:** rename `magnesium sulphate` `magnesium sulfate anhydrous` ([971cfc5](https://gitlab.com/hestia-earth/hestia-glossary/commit/971cfc5c17e2493cf7cb2c43904e778318f506e5)), closes [#365](https://gitlab.com/hestia-earth/hestia-glossary/issues/365)
|
|
92
|
+
* **soilAmendment:** add `kieserite` ([9154d93](https://gitlab.com/hestia-earth/hestia-glossary/commit/9154d934b9fb0acc03df787bc1e188da59a91c7f)), closes [#365](https://gitlab.com/hestia-earth/hestia-glossary/issues/365)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* **emission:** error in `siteTypesAllowed` for excreta emissions ([bbfe9f3](https://gitlab.com/hestia-earth/hestia-glossary/commit/bbfe9f3e30b8fca8101367aa24811557620e487f))
|
|
98
|
+
* **inorganicFertilizer:** fix errors introduced in previous commit ([883773f](https://gitlab.com/hestia-earth/hestia-glossary/commit/883773ff960c626fb1f7ebf98885d6f584613df1))
|
|
99
|
+
|
|
100
|
+
### [0.4.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.4.0...v0.4.1) (2022-06-08)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Features
|
|
104
|
+
|
|
105
|
+
* **characterisedIndicator:** add `defaultModelId` ([94d384a](https://gitlab.com/hestia-earth/hestia-glossary/commit/94d384a4772c0e1f72a16307a2abd2c4c2ded820))
|
|
106
|
+
* **operation:** add 'top dressing, machine unspecified` ([4050b49](https://gitlab.com/hestia-earth/hestia-glossary/commit/4050b49cc7adb9cecc556548e3cc63aa47facf5f))
|
|
107
|
+
* **pesticideAI:** add `vegetable oil, unspecified (pesticide AI)` ([f03575a](https://gitlab.com/hestia-earth/hestia-glossary/commit/f03575a23547ad7c6aff27c241b0d87bbae32cbc))
|
|
108
|
+
* **pesticideAI:** add main urease inhibitors ([7b50c6b](https://gitlab.com/hestia-earth/hestia-glossary/commit/7b50c6b66f83378d8362e5507e446b1bb5fdfb0a)), closes [#395](https://gitlab.com/hestia-earth/hestia-glossary/issues/395)
|
|
109
|
+
* **property:** add `starch content` ([fba832b](https://gitlab.com/hestia-earth/hestia-glossary/commit/fba832babcd1b0532ee06d656886955c828c6fb5))
|
|
110
|
+
* **soilType:** add principal qualifiers and re-work glossary ([15d44f2](https://gitlab.com/hestia-earth/hestia-glossary/commit/15d44f2259362a0f730b0cfebe940b6ff8e334f1)), closes [#56](https://gitlab.com/hestia-earth/hestia-glossary/issues/56)
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Bug Fixes
|
|
114
|
+
|
|
115
|
+
* remove duplicated columns from excreta lookup table ([7bf5686](https://gitlab.com/hestia-earth/hestia-glossary/commit/7bf5686f86d4f69d2e9f7fde2dac0071f1b1bca3)), closes [#367](https://gitlab.com/hestia-earth/hestia-glossary/issues/367)
|
|
116
|
+
|
|
5
117
|
## [0.4.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.3.2...v0.4.0) (2022-06-07)
|
|
6
118
|
|
|
7
119
|
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Describing data consistently with the same terms makes data exchange possible. H
|
|
|
4
4
|
|
|
5
5
|
Terms are created or amended as follows:
|
|
6
6
|
|
|
7
|
-
1) Glossaries for each termType are initially created in Excel files. Each column header must either be a field in the schema for Term,
|
|
7
|
+
1) Glossaries for each termType are initially created in Excel files. Each column header must either be a field in the schema for Term, a Property from the Glossary of Terms, or a lookup.
|
|
8
8
|
|
|
9
9
|
2) To update or change an Excel file, carefully follow the [contribution guidelines](/CONTRIBUTING.md). The Hestia team will review your updates and approve them.
|
|
10
10
|
|
|
@@ -12,6 +12,24 @@ Terms are created or amended as follows:
|
|
|
12
12
|
|
|
13
13
|
4) The terms are then indexed, assigned `@id` fields, and are available for use when uploading new data or performing calculations on existing data.
|
|
14
14
|
|
|
15
|
+
# Properties versus lookups
|
|
16
|
+
|
|
17
|
+
Properties are data items that describe a Term in more depth or differentiate a Term from another Term. For example, the dry matter of a crop defines the nature of the crop (e.g. whether it is pre-drying, dried, or expressed in dry matter equivalents). Properties can be overridden by the user.
|
|
18
|
+
|
|
19
|
+
Lookups provide additional information about each Term for use in environmental models. Lookups cannot be overridden by the user.
|
|
20
|
+
|
|
21
|
+
# Property and lookup colour coding
|
|
22
|
+
|
|
23
|
+
The data in Properties and lookups can be of variable quality and might be missing. For lookups we indicate this with `dataState`. For both Properties and lookups we also use the following colour coding.
|
|
24
|
+
|
|
25
|
+
| `dataState` | Colour | Definition |
|
|
26
|
+
|-----------------------|-------------|-----------------------------------------------------------------------------|
|
|
27
|
+
| `complete` | Dark green | The data are complete with no validation issues identified. |
|
|
28
|
+
| `not required` | Dark green | The data are not required or relevant. |
|
|
29
|
+
| `requires validation` | Light Green | The data require validation due to possible or known errors. |
|
|
30
|
+
| `missing` | Pink | The data are missing and need to be added to run models based on this Term. |
|
|
31
|
+
| `unassigned` | White | A data state has not been assigned. |
|
|
32
|
+
|
|
15
33
|
# Contributing
|
|
16
34
|
|
|
17
35
|
Please read the [contribution guidelines](/CONTRIBUTING.md) before making contributions to the Glossary of Terms.
|
package/index.js
CHANGED
|
@@ -41,10 +41,19 @@ const idToIso31662 = (id = '') => loadResourceKey('id-to-iso3166-2.json', id.toU
|
|
|
41
41
|
*/
|
|
42
42
|
const getArrayTreatment = (id) => loadResource('arrayTreatment.json')[id] || 'sum';
|
|
43
43
|
|
|
44
|
+
/**
|
|
45
|
+
* Returns the `@id` of the default model that should be used for display of this Term.
|
|
46
|
+
*
|
|
47
|
+
* @param {string} id The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
48
|
+
* @returns {string} The `@id` of the model if set.
|
|
49
|
+
*/
|
|
50
|
+
const getDefaultModeId = (id) => loadResource('defaultModelId.json')[id];
|
|
51
|
+
|
|
44
52
|
module.exports = {
|
|
45
53
|
loadResourceKey,
|
|
46
54
|
iso31662ToName,
|
|
47
55
|
iso31662ToId,
|
|
48
56
|
idToIso31662,
|
|
49
|
-
getArrayTreatment
|
|
57
|
+
getArrayTreatment,
|
|
58
|
+
getDefaultModeId
|
|
50
59
|
};
|
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hestia-earth/glossary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Hestia Earth Glossary library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
-
"generate:all": "npm run generate:mappings && npm run generate:impact-assessment && npm run generate:arrayTreatment",
|
|
8
|
+
"generate:all": "npm run generate:mappings && npm run generate:impact-assessment && npm run generate:arrayTreatment && npm run generate:defaultModelId",
|
|
9
9
|
"generate:mappings": "node gadm/mappings.js",
|
|
10
10
|
"generate:impact-assessment": "node scripts/generate-impact-assessment-data.js",
|
|
11
11
|
"generate:arrayTreatment": "node scripts/generate-arrayTreatment-data.js",
|
|
12
|
+
"generate:defaultModelId": "node scripts/generate-defaultModelId-data.js",
|
|
12
13
|
"release": "standard-version -a",
|
|
13
14
|
"postrelease": "git push origin master --follow-tags"
|
|
14
15
|
},
|
|
@@ -12,30 +12,40 @@
|
|
|
12
12
|
"precipitationMonthly": "mean",
|
|
13
13
|
"precipitationDaily": "mean",
|
|
14
14
|
"precipitationHourly": "mean",
|
|
15
|
+
"precipitationGrowingSeason": "mean",
|
|
16
|
+
"precipitationGrowingSeasonLongTermAnnualMean": "mean",
|
|
15
17
|
"rainfallLongTermAnnualMean": "mean",
|
|
16
18
|
"rainfallAnnual": "mean",
|
|
17
19
|
"rainfallPeriod": "mean",
|
|
18
20
|
"rainfallMonthly": "mean",
|
|
19
21
|
"rainfallDaily": "mean",
|
|
20
22
|
"rainfallHourly": "mean",
|
|
23
|
+
"rainfallGrowingSeason": "mean",
|
|
24
|
+
"rainfallGrowingSeasonLongTermAnnualMean": "mean",
|
|
21
25
|
"drainageWaterLongTermAnnualMean": "mean",
|
|
22
26
|
"drainageWaterAnnual": "mean",
|
|
23
27
|
"drainageWaterPeriod": "mean",
|
|
24
28
|
"drainageWaterMonthly": "mean",
|
|
25
29
|
"drainageWaterDaily": "mean",
|
|
26
30
|
"drainageWaterHourly": "mean",
|
|
31
|
+
"drainageWaterGrowingSeason": "mean",
|
|
32
|
+
"drainageWaterGrowingSeasonLongTermAnnualMean": "mean",
|
|
27
33
|
"arealActualEvapotranspirationLongTermAnnualMean": "mean",
|
|
28
34
|
"arealActualEvapotranspirationAnnual": "mean",
|
|
29
35
|
"arealActualEvapotranspirationPeriod": "mean",
|
|
30
36
|
"arealActualEvapotranspirationMonthly": "mean",
|
|
31
37
|
"arealActualEvapotranspirationDaily": "mean",
|
|
32
38
|
"arealActualEvapotranspirationHourly": "mean",
|
|
39
|
+
"arealActualEvapotranspirationGrowingSeason": "mean",
|
|
40
|
+
"arealActualEvapotranspirationGrowingSeasonLongTermAnnualMean": "mean",
|
|
33
41
|
"potentialEvapotranspirationLongTermAnnualMean": "mean",
|
|
34
42
|
"potentialEvapotranspirationAnnual": "mean",
|
|
35
43
|
"potentialEvapotranspirationPeriod": "mean",
|
|
36
44
|
"potentialEvapotranspirationMonthly": "mean",
|
|
37
45
|
"potentialEvapotranspirationDaily": "mean",
|
|
38
46
|
"potentialEvapotranspirationHourly": "mean",
|
|
47
|
+
"potentialEvapotranspirationGrowingSeason": "mean",
|
|
48
|
+
"potentialEvapotranspirationGrowingSeasonLongTermAnnualMean": "mean",
|
|
39
49
|
"temperatureLongTermAnnualMean": "mean",
|
|
40
50
|
"temperatureAnnual": "mean",
|
|
41
51
|
"temperaturePeriod": "mean",
|
|
@@ -43,8 +53,8 @@
|
|
|
43
53
|
"temperatureDaily": "mean",
|
|
44
54
|
"temperatureHourly": "mean",
|
|
45
55
|
"temperaturePointMeasurement": "mean",
|
|
46
|
-
"temperatureGrowingSeasonLongTermAnnualMean": "mean",
|
|
47
56
|
"temperatureGrowingSeason": "mean",
|
|
57
|
+
"temperatureGrowingSeasonLongTermAnnualMean": "mean",
|
|
48
58
|
"wetBulbTemperatureLongTermAnnualMean": "mean",
|
|
49
59
|
"wetBulbTemperatureAnnual": "mean",
|
|
50
60
|
"wetBulbTemperaturePeriod": "mean",
|
|
@@ -52,6 +62,8 @@
|
|
|
52
62
|
"wetBulbTemperatureDaily": "mean",
|
|
53
63
|
"wetBulbTemperatureHourly": "mean",
|
|
54
64
|
"wetBulbTemperaturePointMeasurement": "mean",
|
|
65
|
+
"wetBulbTemperatureGrowingSeason": "mean",
|
|
66
|
+
"wetBulbTemperatureGrowingSeasonLongTermAnnualMean": "mean",
|
|
55
67
|
"soilTemperatureLongTermAnnualMean": "mean",
|
|
56
68
|
"soilTemperatureAnnual": "mean",
|
|
57
69
|
"soilTemperaturePeriod": "mean",
|
|
@@ -59,33 +71,45 @@
|
|
|
59
71
|
"soilTemperatureDaily": "mean",
|
|
60
72
|
"soilTemperatureHourly": "mean",
|
|
61
73
|
"soilTemperaturePointMeasurement": "mean",
|
|
74
|
+
"soilTemperatureGrowingSeason": "mean",
|
|
75
|
+
"soilTemperatureGrowingSeasonLongTermAnnualMean": "mean",
|
|
62
76
|
"sunshineDurationLongTermAnnualMean": "mean",
|
|
63
77
|
"sunshineDurationAnnual": "mean",
|
|
64
78
|
"sunshineDurationPeriod": "mean",
|
|
65
79
|
"sunshineDurationMonthly": "mean",
|
|
66
80
|
"sunshineDurationDaily": "mean",
|
|
81
|
+
"sunshineDurationGrowingSeason": "mean",
|
|
82
|
+
"sunshineDurationGrowingSeasonLongTermAnnualMean": "mean",
|
|
67
83
|
"numberOfFrozenDaysLongTermAnnualMean": "mean",
|
|
68
84
|
"numberOfFrozenDaysAnnual": "mean",
|
|
69
85
|
"numberOfFrozenDaysPeriod": "mean",
|
|
70
86
|
"numberOfFrozenDaysMonthly": "mean",
|
|
87
|
+
"numberOfFrozenDaysGrowingSeason": "mean",
|
|
88
|
+
"numberOfFrozenDaysGrowingSeasonLongTermAnnualMean": "mean",
|
|
71
89
|
"totalSolarRadiationLongTermAnnualMean": "mean",
|
|
72
90
|
"totalSolarRadiationAnnual": "mean",
|
|
73
91
|
"totalSolarRadiationPeriod": "mean",
|
|
74
92
|
"totalSolarRadiationMonthly": "mean",
|
|
75
93
|
"totalSolarRadiationDaily": "mean",
|
|
76
94
|
"totalSolarRadiationHourly": "mean",
|
|
95
|
+
"totalSolarRadiationGrowingSeason": "mean",
|
|
96
|
+
"totalSolarRadiationGrowingSeasonLongTermAnnualMean": "mean",
|
|
77
97
|
"directSolarRadiationLongTermAnnualMean": "mean",
|
|
78
98
|
"directSolarRadiationAnnual": "mean",
|
|
79
99
|
"directSolarRadiationPeriod": "mean",
|
|
80
100
|
"directSolarRadiationMonthly": "mean",
|
|
81
101
|
"directSolarRadiationDaily": "mean",
|
|
82
102
|
"directSolarRadiationHourly": "mean",
|
|
103
|
+
"directSolarRadiationGrowingSeason": "mean",
|
|
104
|
+
"directSolarRadiationGrowingSeasonLongTermAnnualMean": "mean",
|
|
83
105
|
"diffuseSolarRadiationLongTermAnnualMean": "mean",
|
|
84
106
|
"diffuseSolarRadiationAnnual": "mean",
|
|
85
107
|
"diffuseSolarRadiationPeriod": "mean",
|
|
86
108
|
"diffuseSolarRadiationMonthly": "mean",
|
|
87
109
|
"diffuseSolarRadiationDaily": "mean",
|
|
88
110
|
"diffuseSolarRadiationHourly": "mean",
|
|
111
|
+
"diffuseSolarRadiationGrowingSeason": "mean",
|
|
112
|
+
"diffuseSolarRadiationGrowingSeasonLongTermAnnualMean": "mean",
|
|
89
113
|
"humidityLongTermAnnualMean": "mean",
|
|
90
114
|
"humidityAnnual": "mean",
|
|
91
115
|
"humidityPeriod": "mean",
|
|
@@ -93,6 +117,8 @@
|
|
|
93
117
|
"humidityDaily": "mean",
|
|
94
118
|
"humidityHourly": "mean",
|
|
95
119
|
"humidityPointMeasurement": "mean",
|
|
120
|
+
"humidityGrowingSeason": "mean",
|
|
121
|
+
"humidityGrowingSeasonLongTermAnnualMean": "mean",
|
|
96
122
|
"dewPointLongTermAnnualMean": "mean",
|
|
97
123
|
"dewPointAnnual": "mean",
|
|
98
124
|
"dewPointPeriod": "mean",
|
|
@@ -100,6 +126,8 @@
|
|
|
100
126
|
"dewPointDaily": "mean",
|
|
101
127
|
"dewPointHourly": "mean",
|
|
102
128
|
"dewPointPointMeasurement": "mean",
|
|
129
|
+
"dewPointGrowingSeason": "mean",
|
|
130
|
+
"dewPointGrowingSeasonLongTermAnnualMean": "mean",
|
|
103
131
|
"airPressureLongTermAnnualMean": "mean",
|
|
104
132
|
"airPressureAnnual": "mean",
|
|
105
133
|
"airPressurePeriod": "mean",
|
|
@@ -107,6 +135,8 @@
|
|
|
107
135
|
"airPressureDaily": "mean",
|
|
108
136
|
"airPressureHourly": "mean",
|
|
109
137
|
"airPressurePointMeasurement": "mean",
|
|
138
|
+
"airPressureGrowingSeason": "mean",
|
|
139
|
+
"airPressureGrowingSeasonLongTermAnnualMean": "mean",
|
|
110
140
|
"windSpeedLongTermAnnualMean": "mean",
|
|
111
141
|
"windSpeedAnnual": "mean",
|
|
112
142
|
"windSpeedPeriod": "mean",
|
|
@@ -114,6 +144,8 @@
|
|
|
114
144
|
"windSpeedDaily": "mean",
|
|
115
145
|
"windSpeedHourly": "mean",
|
|
116
146
|
"windSpeedPointMeasurement": "mean",
|
|
147
|
+
"windSpeedGrowingSeason": "mean",
|
|
148
|
+
"windSpeedGrowingSeasonLongTermAnnualMean": "mean",
|
|
117
149
|
"windDirectionLongTermAnnualMean": "mean",
|
|
118
150
|
"windDirectionAnnual": "mean",
|
|
119
151
|
"windDirectionPeriod": "mean",
|
|
@@ -121,6 +153,8 @@
|
|
|
121
153
|
"windDirectionDaily": "mean",
|
|
122
154
|
"windDirectionHourly": "mean",
|
|
123
155
|
"windDirectionPointMeasurement": "mean",
|
|
156
|
+
"windDirectionGrowingSeason": "mean",
|
|
157
|
+
"windDirectionGrowingSeasonLongTermAnnualMean": "mean",
|
|
124
158
|
"leafWetness": "mean",
|
|
125
159
|
"soilDepth": "mean",
|
|
126
160
|
"soilBulkDensity": "mean",
|
|
@@ -151,12 +185,15 @@
|
|
|
151
185
|
"dissolvedOrganicNitrogenPerKgSoil": "mean",
|
|
152
186
|
"inorganicNitrogenPerKgSoil": "mean",
|
|
153
187
|
"mineralNitrogenPerKgSoil": "mean",
|
|
154
|
-
"
|
|
188
|
+
"plantAvailableNitrogenPerKgSoil": "mean",
|
|
155
189
|
"nitratePerKgSoil": "mean",
|
|
156
190
|
"ammoniumPerKgSoil": "mean",
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
191
|
+
"totalPhosphorusPerKgSoil": "mean",
|
|
192
|
+
"organicPhosphorusPerKgSoil": "mean",
|
|
193
|
+
"inorganicPhosphorusPerKgSoil": "mean",
|
|
194
|
+
"plantAvailablePhosphorusPerKgSoil": "mean",
|
|
195
|
+
"sorbedPhosphorusPerKgSoil": "mean",
|
|
196
|
+
"mineralPhosphorusPerKgSoil": "mean",
|
|
160
197
|
"potassiumPerKgSoil": "mean",
|
|
161
198
|
"exchangeablePotassiumPerKgSoil": "mean",
|
|
162
199
|
"calciumPerKgSoil": "mean",
|
|
@@ -183,12 +220,15 @@
|
|
|
183
220
|
"dissolvedOrganicNitrogenPerM3Soil": "mean",
|
|
184
221
|
"inorganicNitrogenPerM3Soil": "mean",
|
|
185
222
|
"mineralNitrogenPerM3Soil": "mean",
|
|
186
|
-
"
|
|
223
|
+
"plantAvailableNitrogenPerM3Soil": "mean",
|
|
187
224
|
"nitratePerM3Soil": "mean",
|
|
188
225
|
"ammoniumPerM3Soil": "mean",
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
226
|
+
"totalPhosphorusPerM3Soil": "mean",
|
|
227
|
+
"organicPhosphorusPerM3Soil": "mean",
|
|
228
|
+
"inorganicPhosphorusPerM3Soil": "mean",
|
|
229
|
+
"plantAvailablePhosphorusPerM3Soil": "mean",
|
|
230
|
+
"sorbedPhosphorusPerM3Soil": "mean",
|
|
231
|
+
"mineralPhosphorusPerM3Soil": "mean",
|
|
192
232
|
"potassiumPerM3Soil": "mean",
|
|
193
233
|
"exchangeablePotassiumPerM3Soil": "mean",
|
|
194
234
|
"calciumPerM3Soil": "mean",
|
|
@@ -220,6 +260,7 @@
|
|
|
220
260
|
"cationExchangeCapacityPerM3Soil": "mean",
|
|
221
261
|
"soilRedoxPotential": "mean",
|
|
222
262
|
"soilElectricalConductivity": "mean",
|
|
263
|
+
"soilSaturatedHydraulicConductivity": "mean",
|
|
223
264
|
"rootBiomass": "mean",
|
|
224
265
|
"aboveGroundBiomass": "mean",
|
|
225
266
|
"leafLitterBiomass": "mean",
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"gwp20": "",
|
|
3
|
+
"gwp100": "ipcc2013IncludingFeedbacks",
|
|
4
|
+
"ozoneDepletionPotential": "",
|
|
5
|
+
"humanDamageOzoneFormation": "",
|
|
6
|
+
"ecosystemDamageOzoneFormation": "",
|
|
7
|
+
"terrestrialAcidificationPotentialExcludingFate": "cml2001NonBaseline",
|
|
8
|
+
"terrestrialAcidificationPotential": "",
|
|
9
|
+
"eutrophicationPotentialExcludingFate": "cml2001NonBaseline",
|
|
10
|
+
"freshwaterEutrophicationPotential": "",
|
|
11
|
+
"marineEutrophicationPotential": "",
|
|
12
|
+
"scarcityWeightedWaterUse": "aware",
|
|
13
|
+
"biodiversityLossTotalLandUseEffects": "chaudharyBrooks2018",
|
|
14
|
+
"biodiversityLossLandOccupation": "chaudharyBrooks2018",
|
|
15
|
+
"biodiversityLossLandTransformation": "chaudharyBrooks2018",
|
|
16
|
+
"freshwaterEcotoxicityPotentialPaf": "usetoxV2",
|
|
17
|
+
"freshwaterAquaticEcotoxicityPotential14Dcbeq": "",
|
|
18
|
+
"marineAquaticEcotoxicityPotential14Dcbeq": "",
|
|
19
|
+
"terrestrialEcotoxicityPotential14Dcbeq": "",
|
|
20
|
+
"freshwaterDepletion": "",
|
|
21
|
+
"humanCarcinogenicToxicity": "",
|
|
22
|
+
"humanNonCarcinogenicToxicity": "",
|
|
23
|
+
"agriculturalLandOccupationPotential": "",
|
|
24
|
+
"fineParticulateMatterFormation": "",
|
|
25
|
+
"damageToHumanHealthClimateChange": "",
|
|
26
|
+
"damageToTerrestrialEcosystemsClimateChange": "",
|
|
27
|
+
"damageToFreshwaterEcosystemsClimateChange": "",
|
|
28
|
+
"damageToHumanHealthStratosphericOzoneDepletion": "",
|
|
29
|
+
"damageToHumanHealthPhotochemicalOzoneFormation": "",
|
|
30
|
+
"damageToTerrestrialEcosystemsPhotochemicalOzoneFormation": "",
|
|
31
|
+
"damageToHumanHealthParticulateMatterFormation": "",
|
|
32
|
+
"damageToTerrestrialEcosystemsTerrestrialAcidification": "",
|
|
33
|
+
"damageToFreshwaterEcosystemsFreshwaterEutrophication": "",
|
|
34
|
+
"damageToMarineEcosystemsMarineEutrophication": "",
|
|
35
|
+
"damageToTerrestrialEcosystemsTerrestrialEcotoxicity": "",
|
|
36
|
+
"damageToFreshwaterEcosystemsFreshwaterEcotoxicity": "",
|
|
37
|
+
"damageToMarineEcosystemsMarineEcotoxicity": "",
|
|
38
|
+
"damageToHumanHealthHumanToxicityCancerogenic": "",
|
|
39
|
+
"damageToHumanHealthHumanToxicityNonCancerogenic": "",
|
|
40
|
+
"damageToTerrestrialEcosystemsLandOccupation": "",
|
|
41
|
+
"damageToTerrestrialEcosystemsLandTransformation": "",
|
|
42
|
+
"damageToHumanHealthWaterStress": "",
|
|
43
|
+
"damageToFreshwaterEcosystemsWaterStress": ""
|
|
44
|
+
}
|
|
@@ -35,11 +35,9 @@
|
|
|
35
35
|
"cratyliaPlant",
|
|
36
36
|
"durumWheatPlants",
|
|
37
37
|
"eggplant",
|
|
38
|
-
"elephantGrassPlants",
|
|
39
38
|
"gliricidiaSepiumTrees",
|
|
40
39
|
"grapeVines",
|
|
41
40
|
"guarBeanPlants",
|
|
42
|
-
"sudanGrassPlants",
|
|
43
41
|
"peanutPlants",
|
|
44
42
|
"jutePlants",
|
|
45
43
|
"largeLeafFlemingiaPlant",
|
|
@@ -51,6 +49,7 @@
|
|
|
51
49
|
"oatsPlants",
|
|
52
50
|
"oilPalmTrees",
|
|
53
51
|
"ornamentalPlants",
|
|
52
|
+
"peaPlants",
|
|
54
53
|
"plantain",
|
|
55
54
|
"poroTrees",
|
|
56
55
|
"sweetPotatoPlants",
|
|
@@ -62,11 +61,11 @@
|
|
|
62
61
|
"rosePlants",
|
|
63
62
|
"rubberTrees",
|
|
64
63
|
"ryePlants",
|
|
65
|
-
"ryegrassPlants",
|
|
66
64
|
"sesbanTrees",
|
|
67
65
|
"sisalPlants",
|
|
68
66
|
"sorghumPlants",
|
|
69
67
|
"soybeanPlants",
|
|
68
|
+
"sudanGrassPlants",
|
|
70
69
|
"sugarcanePlants",
|
|
71
70
|
"sunflowerPlants",
|
|
72
71
|
"tagasasteTrees",
|