@hestia-earth/glossary 0.3.2 → 0.4.2
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 +83 -0
- package/index.js +10 -1
- package/package.json +3 -2
- package/resources/arrayTreatment.json +56 -1
- package/resources/defaultModelId.json +25 -0
- package/resources/impactAssessment.json +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,89 @@
|
|
|
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.4.2](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.4.1...v0.4.2) (2022-06-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **crop:** add pearl millet forage, hay and straw ([3b41ae9](https://gitlab.com/hestia-earth/hestia-glossary/commit/3b41ae90c4ed43d5fc91a9c1c883961f234dd929))
|
|
11
|
+
* **crop:** remove grasses ([11bef75](https://gitlab.com/hestia-earth/hestia-glossary/commit/11bef7506ed0e07823e6c7b08e08d5013cdbc6fe)), closes [#103](https://gitlab.com/hestia-earth/hestia-glossary/issues/103)
|
|
12
|
+
* **liveAnimal:** add `chick` ([3b2553a](https://gitlab.com/hestia-earth/hestia-glossary/commit/3b2553a02c98ed463bf7cc45e5d6e55a865866f6))
|
|
13
|
+
* **measurement:** add `(growing season)` terms ([c1585d1](https://gitlab.com/hestia-earth/hestia-glossary/commit/c1585d11300a7eafc1f32170059202d21dc284a0))
|
|
14
|
+
* **measurement:** add `Soil saturated hydraulic conductivity` ([a0b3633](https://gitlab.com/hestia-earth/hestia-glossary/commit/a0b3633ca58e896332745176336b43684a033ac4))
|
|
15
|
+
* **methodMeasurement:** add `NH4OAc method, exchangeable potassium` ([d8b6827](https://gitlab.com/hestia-earth/hestia-glossary/commit/d8b682790e495f435314eb052da4a3761ca5653c))
|
|
16
|
+
* **organicFertilizer:** add `Seamac Gold` ([d34967f](https://gitlab.com/hestia-earth/hestia-glossary/commit/d34967fefa82cee252f06a307017238fd35d1ae3))
|
|
17
|
+
* **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)
|
|
18
|
+
* **soilAmendment:** add `kieserite` ([9154d93](https://gitlab.com/hestia-earth/hestia-glossary/commit/9154d934b9fb0acc03df787bc1e188da59a91c7f)), closes [#365](https://gitlab.com/hestia-earth/hestia-glossary/issues/365)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **emission:** error in `siteTypesAllowed` for excreta emissions ([bbfe9f3](https://gitlab.com/hestia-earth/hestia-glossary/commit/bbfe9f3e30b8fca8101367aa24811557620e487f))
|
|
24
|
+
* **inorganicFertilizer:** fix errors introduced in previous commit ([883773f](https://gitlab.com/hestia-earth/hestia-glossary/commit/883773ff960c626fb1f7ebf98885d6f584613df1))
|
|
25
|
+
|
|
26
|
+
### [0.4.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.4.0...v0.4.1) (2022-06-08)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* **characterisedIndicator:** add `defaultModelId` ([94d384a](https://gitlab.com/hestia-earth/hestia-glossary/commit/94d384a4772c0e1f72a16307a2abd2c4c2ded820))
|
|
32
|
+
* **operation:** add 'top dressing, machine unspecified` ([4050b49](https://gitlab.com/hestia-earth/hestia-glossary/commit/4050b49cc7adb9cecc556548e3cc63aa47facf5f))
|
|
33
|
+
* **pesticideAI:** add `vegetable oil, unspecified (pesticide AI)` ([f03575a](https://gitlab.com/hestia-earth/hestia-glossary/commit/f03575a23547ad7c6aff27c241b0d87bbae32cbc))
|
|
34
|
+
* **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)
|
|
35
|
+
* **property:** add `starch content` ([fba832b](https://gitlab.com/hestia-earth/hestia-glossary/commit/fba832babcd1b0532ee06d656886955c828c6fb5))
|
|
36
|
+
* **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)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* 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)
|
|
42
|
+
|
|
43
|
+
## [0.4.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.3.2...v0.4.0) (2022-06-07)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### ⚠ BREAKING CHANGES
|
|
47
|
+
|
|
48
|
+
* **model:** `usetox2008` and `usetox2010` replace by `usetoxV2`
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* add `siteTypesAllowed` to key practices ([069d4e7](https://gitlab.com/hestia-earth/hestia-glossary/commit/069d4e73a333cd2a8a102416d0378c3220cb7ba6))
|
|
53
|
+
* **biodiversity:** add `number of hives` ([cc893c3](https://gitlab.com/hestia-earth/hestia-glossary/commit/cc893c339a891bddc167a4c670ac5824d8c569e6)), closes [#357](https://gitlab.com/hestia-earth/hestia-glossary/issues/357)
|
|
54
|
+
* **crop:** add walnut terms ([0060616](https://gitlab.com/hestia-earth/hestia-glossary/commit/00606167ec789951643c74551ad650626a4b8bdb)), closes [#384](https://gitlab.com/hestia-earth/hestia-glossary/issues/384)
|
|
55
|
+
* **crop:** rename `walnut` to `walnut, kernel` ([087a8da](https://gitlab.com/hestia-earth/hestia-glossary/commit/087a8da412f27a5ede5992d01bb7b14e455147bb)), closes [#384](https://gitlab.com/hestia-earth/hestia-glossary/issues/384)
|
|
56
|
+
* **ecoClimateZone:** add `name` lookup ([6c159a1](https://gitlab.com/hestia-earth/hestia-glossary/commit/6c159a160a4bcfd3602fde746b32e2c1c0e440b6))
|
|
57
|
+
* **ecoClimateZone:** add `wet` lookup ([e739c40](https://gitlab.com/hestia-earth/hestia-glossary/commit/e739c40af322d93f78e2a8237cefb7607816122d))
|
|
58
|
+
* **emission:** add `glass or high accessible cover` to `siteTypesAllowed` ([b055bd3](https://gitlab.com/hestia-earth/hestia-glossary/commit/b055bd3223fb128675334e1088a21e0c35047d61)), closes [#338](https://gitlab.com/hestia-earth/hestia-glossary/issues/338)
|
|
59
|
+
* **inorganicFertilizer:** add fertilizers from Nebraska ([f3fc5c7](https://gitlab.com/hestia-earth/hestia-glossary/commit/f3fc5c7560cba6e0c39bd38bf26ddeb195bc36f2)), closes [#216](https://gitlab.com/hestia-earth/hestia-glossary/issues/216)
|
|
60
|
+
* **inorganicFertilizer:** rename `Triammonium phosphate (kg N)` ([24cd188](https://gitlab.com/hestia-earth/hestia-glossary/commit/24cd188ca53a30e43e693fab502ae587ce4e93bf))
|
|
61
|
+
* **landUseManagement:** add `number of fruits per tree` ([3100539](https://gitlab.com/hestia-earth/hestia-glossary/commit/3100539823718c0f17d37a593c3e6c685d9a0ea1)), closes [#378](https://gitlab.com/hestia-earth/hestia-glossary/issues/378)
|
|
62
|
+
* **measurement:** add `glass or high accessible cover` to `siteTypesAllowed` ([799ddad](https://gitlab.com/hestia-earth/hestia-glossary/commit/799ddadc33a7be676603b02c55c3412ea9b00fe3))
|
|
63
|
+
* **measurement:** add `soil water holding capacity` ([7fa00bc](https://gitlab.com/hestia-earth/hestia-glossary/commit/7fa00bca9bb2e15c916849d4ff132114297eb4fc)), closes [#375](https://gitlab.com/hestia-earth/hestia-glossary/issues/375)
|
|
64
|
+
* **measurement:** add number of frozen days terms ([62fa14f](https://gitlab.com/hestia-earth/hestia-glossary/commit/62fa14fa1e8d07bbc48f39e823a8557c83bcbc6e)), closes [#387](https://gitlab.com/hestia-earth/hestia-glossary/issues/387)
|
|
65
|
+
* **measurement:** add soil DOC, DON, NO3-, NH4+, and available P ([fabfa13](https://gitlab.com/hestia-earth/hestia-glossary/commit/fabfa136f503d6e174ac869709ab4e74fc5f8ce1)), closes [#370](https://gitlab.com/hestia-earth/hestia-glossary/issues/370)
|
|
66
|
+
* **measurement:** add sunshine duration terms ([fa2aa9c](https://gitlab.com/hestia-earth/hestia-glossary/commit/fa2aa9c90c242307bf000cac21d9a2ab2967666c)), closes [#387](https://gitlab.com/hestia-earth/hestia-glossary/issues/387)
|
|
67
|
+
* **model:** add `USEtox v2` and remove `USEtox 2008` and `USEtox 2010` ([a3f49d6](https://gitlab.com/hestia-earth/hestia-glossary/commit/a3f49d694bd565c1512c77c6fa14137a14a5ecfd))
|
|
68
|
+
* **operation:** add `harvesting fruits, with trunk shaker ` ([9670bc3](https://gitlab.com/hestia-earth/hestia-glossary/commit/9670bc39e1445c1bdb53f84a883803a174e698bf)), closes [#379](https://gitlab.com/hestia-earth/hestia-glossary/issues/379)
|
|
69
|
+
* **operation:** add `mowing, with disc mower` ([0eaf197](https://gitlab.com/hestia-earth/hestia-glossary/commit/0eaf1972b64e238f0f9fac127c8140924c571acd)), closes [#379](https://gitlab.com/hestia-earth/hestia-glossary/issues/379)
|
|
70
|
+
* **organicFertilizer:** add `nebraskaExstensionFertilizerCode` lookup and rename `precipitated bone phosphate (kg)` ([721c752](https://gitlab.com/hestia-earth/hestia-glossary/commit/721c7527dcfe65fa585ec0c471e88c4de202d0ab))
|
|
71
|
+
* **organicFertilizer:** add fertilizers from Nebraska Ag Glossary ([836408f](https://gitlab.com/hestia-earth/hestia-glossary/commit/836408f63434fb6cdb4d21f4e3bd0e1c7591e2c1)), closes [#216](https://gitlab.com/hestia-earth/hestia-glossary/issues/216)
|
|
72
|
+
* **pesticideAI:** add `3,4-dimethylpyrazole phosphate` ([2e1e810](https://gitlab.com/hestia-earth/hestia-glossary/commit/2e1e810285c921599af68eedda81391656118b3c))
|
|
73
|
+
* **property:** add `chloride content` ([c126792](https://gitlab.com/hestia-earth/hestia-glossary/commit/c126792fb7d35f64fd899c2ea03786ec8eaf1c7a)), closes [#377](https://gitlab.com/hestia-earth/hestia-glossary/issues/377)
|
|
74
|
+
* **property:** add `kernel recovery rate` ([866ef46](https://gitlab.com/hestia-earth/hestia-glossary/commit/866ef462f5663ef12b4ca74c7e28d783067e7554)), closes [#376](https://gitlab.com/hestia-earth/hestia-glossary/issues/376)
|
|
75
|
+
* **resourceUse:** add `glass or high accessible cover` to `siteTypesAllowed` ([2cd2bf3](https://gitlab.com/hestia-earth/hestia-glossary/commit/2cd2bf32b538051024f152347c45e1c4634178a7))
|
|
76
|
+
* **soilTexture:** add `siteTypesAllowed` ([6242e91](https://gitlab.com/hestia-earth/hestia-glossary/commit/6242e91ebf9361ce1aa1bea45c721b2bc56eebfe))
|
|
77
|
+
* **usdaSoilType:** add `siteTypesAllowed` ([125fdab](https://gitlab.com/hestia-earth/hestia-glossary/commit/125fdab3ec443f57aef83e80e541127e389b038b))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* **biodiversity:** capitalize uncapitalized terms ([f1bbeae](https://gitlab.com/hestia-earth/hestia-glossary/commit/f1bbeae37179b2843b02f6fddf32694e83ad15f3))
|
|
83
|
+
* **material:** fix ecoinvent coefficient for concrete and wood terms ([11e4f9f](https://gitlab.com/hestia-earth/hestia-glossary/commit/11e4f9f2de955e0238b604ff3cf8d5a73d23dad9)), closes [hestia-earth/hestia-engine-models#265](https://gitlab.com/hestia-earth/hestia-engine-models/issues/265)
|
|
84
|
+
* **organicFertilizer:** fix term id for bone meal terms ([709f754](https://gitlab.com/hestia-earth/hestia-glossary/commit/709f75476aea6cbe28476620b55bc9676b3ca228))
|
|
85
|
+
* **organicFertilizer:** remove `nitrogenContent` from `sewageSludgeHeatDriedKgMass` ([ff80a3c](https://gitlab.com/hestia-earth/hestia-glossary/commit/ff80a3c230bed379c07246180b166bb5be357f62))
|
|
86
|
+
* **region:** rename `Antarctica` and `Chives` to avoid duplicates ([3cba559](https://gitlab.com/hestia-earth/hestia-glossary/commit/3cba5595ddfa0a29f37fc20ebb9de1583e4b0ef7))
|
|
87
|
+
|
|
5
88
|
### [0.3.2](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.3.1...v0.3.2) (2022-05-24)
|
|
6
89
|
|
|
7
90
|
|
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.4.2",
|
|
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,24 +71,45 @@
|
|
|
59
71
|
"soilTemperatureDaily": "mean",
|
|
60
72
|
"soilTemperatureHourly": "mean",
|
|
61
73
|
"soilTemperaturePointMeasurement": "mean",
|
|
74
|
+
"soilTemperatureGrowingSeason": "mean",
|
|
75
|
+
"soilTemperatureGrowingSeasonLongTermAnnualMean": "mean",
|
|
76
|
+
"sunshineDurationLongTermAnnualMean": "mean",
|
|
77
|
+
"sunshineDurationAnnual": "mean",
|
|
78
|
+
"sunshineDurationPeriod": "mean",
|
|
79
|
+
"sunshineDurationMonthly": "mean",
|
|
80
|
+
"sunshineDurationDaily": "mean",
|
|
81
|
+
"sunshineDurationGrowingSeason": "mean",
|
|
82
|
+
"sunshineDurationGrowingSeasonLongTermAnnualMean": "mean",
|
|
83
|
+
"numberOfFrozenDaysLongTermAnnualMean": "mean",
|
|
84
|
+
"numberOfFrozenDaysAnnual": "mean",
|
|
85
|
+
"numberOfFrozenDaysPeriod": "mean",
|
|
86
|
+
"numberOfFrozenDaysMonthly": "mean",
|
|
87
|
+
"numberOfFrozenDaysGrowingSeason": "mean",
|
|
88
|
+
"numberOfFrozenDaysGrowingSeasonLongTermAnnualMean": "mean",
|
|
62
89
|
"totalSolarRadiationLongTermAnnualMean": "mean",
|
|
63
90
|
"totalSolarRadiationAnnual": "mean",
|
|
64
91
|
"totalSolarRadiationPeriod": "mean",
|
|
65
92
|
"totalSolarRadiationMonthly": "mean",
|
|
66
93
|
"totalSolarRadiationDaily": "mean",
|
|
67
94
|
"totalSolarRadiationHourly": "mean",
|
|
95
|
+
"totalSolarRadiationGrowingSeason": "mean",
|
|
96
|
+
"totalSolarRadiationGrowingSeasonLongTermAnnualMean": "mean",
|
|
68
97
|
"directSolarRadiationLongTermAnnualMean": "mean",
|
|
69
98
|
"directSolarRadiationAnnual": "mean",
|
|
70
99
|
"directSolarRadiationPeriod": "mean",
|
|
71
100
|
"directSolarRadiationMonthly": "mean",
|
|
72
101
|
"directSolarRadiationDaily": "mean",
|
|
73
102
|
"directSolarRadiationHourly": "mean",
|
|
103
|
+
"directSolarRadiationGrowingSeason": "mean",
|
|
104
|
+
"directSolarRadiationGrowingSeasonLongTermAnnualMean": "mean",
|
|
74
105
|
"diffuseSolarRadiationLongTermAnnualMean": "mean",
|
|
75
106
|
"diffuseSolarRadiationAnnual": "mean",
|
|
76
107
|
"diffuseSolarRadiationPeriod": "mean",
|
|
77
108
|
"diffuseSolarRadiationMonthly": "mean",
|
|
78
109
|
"diffuseSolarRadiationDaily": "mean",
|
|
79
110
|
"diffuseSolarRadiationHourly": "mean",
|
|
111
|
+
"diffuseSolarRadiationGrowingSeason": "mean",
|
|
112
|
+
"diffuseSolarRadiationGrowingSeasonLongTermAnnualMean": "mean",
|
|
80
113
|
"humidityLongTermAnnualMean": "mean",
|
|
81
114
|
"humidityAnnual": "mean",
|
|
82
115
|
"humidityPeriod": "mean",
|
|
@@ -84,6 +117,8 @@
|
|
|
84
117
|
"humidityDaily": "mean",
|
|
85
118
|
"humidityHourly": "mean",
|
|
86
119
|
"humidityPointMeasurement": "mean",
|
|
120
|
+
"humidityGrowingSeason": "mean",
|
|
121
|
+
"humidityGrowingSeasonLongTermAnnualMean": "mean",
|
|
87
122
|
"dewPointLongTermAnnualMean": "mean",
|
|
88
123
|
"dewPointAnnual": "mean",
|
|
89
124
|
"dewPointPeriod": "mean",
|
|
@@ -91,6 +126,8 @@
|
|
|
91
126
|
"dewPointDaily": "mean",
|
|
92
127
|
"dewPointHourly": "mean",
|
|
93
128
|
"dewPointPointMeasurement": "mean",
|
|
129
|
+
"dewPointGrowingSeason": "mean",
|
|
130
|
+
"dewPointGrowingSeasonLongTermAnnualMean": "mean",
|
|
94
131
|
"airPressureLongTermAnnualMean": "mean",
|
|
95
132
|
"airPressureAnnual": "mean",
|
|
96
133
|
"airPressurePeriod": "mean",
|
|
@@ -98,6 +135,8 @@
|
|
|
98
135
|
"airPressureDaily": "mean",
|
|
99
136
|
"airPressureHourly": "mean",
|
|
100
137
|
"airPressurePointMeasurement": "mean",
|
|
138
|
+
"airPressureGrowingSeason": "mean",
|
|
139
|
+
"airPressureGrowingSeasonLongTermAnnualMean": "mean",
|
|
101
140
|
"windSpeedLongTermAnnualMean": "mean",
|
|
102
141
|
"windSpeedAnnual": "mean",
|
|
103
142
|
"windSpeedPeriod": "mean",
|
|
@@ -105,6 +144,8 @@
|
|
|
105
144
|
"windSpeedDaily": "mean",
|
|
106
145
|
"windSpeedHourly": "mean",
|
|
107
146
|
"windSpeedPointMeasurement": "mean",
|
|
147
|
+
"windSpeedGrowingSeason": "mean",
|
|
148
|
+
"windSpeedGrowingSeasonLongTermAnnualMean": "mean",
|
|
108
149
|
"windDirectionLongTermAnnualMean": "mean",
|
|
109
150
|
"windDirectionAnnual": "mean",
|
|
110
151
|
"windDirectionPeriod": "mean",
|
|
@@ -112,6 +153,8 @@
|
|
|
112
153
|
"windDirectionDaily": "mean",
|
|
113
154
|
"windDirectionHourly": "mean",
|
|
114
155
|
"windDirectionPointMeasurement": "mean",
|
|
156
|
+
"windDirectionGrowingSeason": "mean",
|
|
157
|
+
"windDirectionGrowingSeasonLongTermAnnualMean": "mean",
|
|
115
158
|
"leafWetness": "mean",
|
|
116
159
|
"soilDepth": "mean",
|
|
117
160
|
"soilBulkDensity": "mean",
|
|
@@ -123,6 +166,7 @@
|
|
|
123
166
|
"soilFieldCapacity": "mean",
|
|
124
167
|
"permanentWiltingPoint": "mean",
|
|
125
168
|
"plantAvailableWater": "mean",
|
|
169
|
+
"soilWaterHoldingCapacity": "mean",
|
|
126
170
|
"drainageClass": "mode",
|
|
127
171
|
"waterTableLevelAboveHardPan": "mean",
|
|
128
172
|
"waterTableDepth": "mean",
|
|
@@ -132,16 +176,21 @@
|
|
|
132
176
|
"siltContent": "mean",
|
|
133
177
|
"clayContent": "mean",
|
|
134
178
|
"organicCarbonPerKgSoil": "mean",
|
|
179
|
+
"dissolvedOrganicCarbonPerKgSoil": "mean",
|
|
135
180
|
"inorganicCarbonPerKgSoil": "mean",
|
|
136
181
|
"totalCarbonPerKgSoil": "mean",
|
|
137
182
|
"organicMatterPerKgSoil": "mean",
|
|
138
183
|
"totalNitrogenPerKgSoil": "mean",
|
|
139
184
|
"organicNitrogenPerKgSoil": "mean",
|
|
185
|
+
"dissolvedOrganicNitrogenPerKgSoil": "mean",
|
|
140
186
|
"inorganicNitrogenPerKgSoil": "mean",
|
|
141
187
|
"mineralNitrogenPerKgSoil": "mean",
|
|
142
188
|
"availableNitrogenPerKgSoil": "mean",
|
|
189
|
+
"nitratePerKgSoil": "mean",
|
|
190
|
+
"ammoniumPerKgSoil": "mean",
|
|
143
191
|
"phosphorusPerKgSoil": "mean",
|
|
144
192
|
"phosphatePerKgSoil": "mean",
|
|
193
|
+
"availablePhosphorusPerKgSoil": "mean",
|
|
145
194
|
"potassiumPerKgSoil": "mean",
|
|
146
195
|
"exchangeablePotassiumPerKgSoil": "mean",
|
|
147
196
|
"calciumPerKgSoil": "mean",
|
|
@@ -159,16 +208,21 @@
|
|
|
159
208
|
"microbialBiomassNitrogenPerKgSoil": "mean",
|
|
160
209
|
"microbialCellulaseActivityPerKgSoil": "mean",
|
|
161
210
|
"organicCarbonPerM3Soil": "mean",
|
|
211
|
+
"dissolvedOrganicCarbonPerM3Soil": "mean",
|
|
162
212
|
"inorganicCarbonPerM3Soil": "mean",
|
|
163
213
|
"totalCarbonPerM3Soil": "mean",
|
|
164
214
|
"organicMatterPerM3Soil": "mean",
|
|
165
215
|
"totalNitrogenPerM3Soil": "mean",
|
|
166
216
|
"organicNitrogenPerM3Soil": "mean",
|
|
217
|
+
"dissolvedOrganicNitrogenPerM3Soil": "mean",
|
|
167
218
|
"inorganicNitrogenPerM3Soil": "mean",
|
|
168
219
|
"mineralNitrogenPerM3Soil": "mean",
|
|
169
220
|
"availableNitrogenPerM3Soil": "mean",
|
|
221
|
+
"nitratePerM3Soil": "mean",
|
|
222
|
+
"ammoniumPerM3Soil": "mean",
|
|
170
223
|
"phosphorusPerM3Soil": "mean",
|
|
171
224
|
"phosphatePerM3Soil": "mean",
|
|
225
|
+
"availablePhosphorusPerM3Soil": "mean",
|
|
172
226
|
"potassiumPerM3Soil": "mean",
|
|
173
227
|
"exchangeablePotassiumPerM3Soil": "mean",
|
|
174
228
|
"calciumPerM3Soil": "mean",
|
|
@@ -200,6 +254,7 @@
|
|
|
200
254
|
"cationExchangeCapacityPerM3Soil": "mean",
|
|
201
255
|
"soilRedoxPotential": "mean",
|
|
202
256
|
"soilElectricalConductivity": "mean",
|
|
257
|
+
"soilSaturatedHydraulicConductivity": "mean",
|
|
203
258
|
"rootBiomass": "mean",
|
|
204
259
|
"aboveGroundBiomass": "mean",
|
|
205
260
|
"leafLitterBiomass": "mean",
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
}
|
|
@@ -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",
|
|
@@ -62,9 +60,7 @@
|
|
|
62
60
|
"rosePlants",
|
|
63
61
|
"rubberTrees",
|
|
64
62
|
"ryePlants",
|
|
65
|
-
"ryegrassPlants",
|
|
66
63
|
"sesbanTrees",
|
|
67
|
-
"sisalPlants",
|
|
68
64
|
"sorghumPlants",
|
|
69
65
|
"soybeanPlants",
|
|
70
66
|
"sugarcanePlants",
|