@hestia-earth/glossary 0.56.0 → 0.56.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 +22 -0
- package/package.json +4 -2
- package/resources/arrayTreatment.json +4 -0
- package/resources/defaultModelId.json +3 -3
- package/resources/impactAssessment.json +27 -0
- package/resources/sumIs100Group.json +28 -0
- package/resources/sumMax100Group.json +424 -0
- package/resources/term-restrictions.json +40 -0
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.56.2](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.56.1...v0.56.2) (2024-10-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **fertiliserBrandName:** add fertilisers from Farm Carbon Calculator ([2011655](https://gitlab.com/hestia-earth/hestia-glossary/commit/2011655d96a5b9f141da2c537adb606a6b4f5cdb))
|
|
11
|
+
* **fertiliserBrandName:** add seven new terms ([16d9f67](https://gitlab.com/hestia-earth/hestia-glossary/commit/16d9f67a14ae43a9c9f2dc713745616f2df858a5)), closes [#1523](https://gitlab.com/hestia-earth/hestia-glossary/issues/1523) [#1511](https://gitlab.com/hestia-earth/hestia-glossary/issues/1511) [#1510](https://gitlab.com/hestia-earth/hestia-glossary/issues/1510)
|
|
12
|
+
* **inorganicFertiliser:** add `Cyanoguanidine (kg N)` ([842a872](https://gitlab.com/hestia-earth/hestia-glossary/commit/842a872d46d8bdd0188f3c792e2b5ad44c4475c5)), closes [#1530](https://gitlab.com/hestia-earth/hestia-glossary/issues/1530)
|
|
13
|
+
* **landCover:** add `pefTermGrouping` lookup ([a55d466](https://gitlab.com/hestia-earth/hestia-glossary/commit/a55d466f9efcca4e54d732cb6b16e3eb2566bbcc))
|
|
14
|
+
* **landCover:** add `Sea or ocean`, `Agri-food processor`, and `Food retailer` ([f076a9d](https://gitlab.com/hestia-earth/hestia-glossary/commit/f076a9d1e3fd3cddf92bd31bc79f5d0c31518056))
|
|
15
|
+
* **landCover:** add new term `desert` ([f046c4d](https://gitlab.com/hestia-earth/hestia-glossary/commit/f046c4dd90f65dd8831fd84550df3e0cfb135a6d))
|
|
16
|
+
* minor fixes related to EU PEF models ([8dc440a](https://gitlab.com/hestia-earth/hestia-glossary/commit/8dc440a3e2656cbba464a7c7131d6d268a3dbded))
|
|
17
|
+
* **operation:** add two "incorporating residue" terms ([39317c4](https://gitlab.com/hestia-earth/hestia-glossary/commit/39317c49e9524c9ec6fea8faf75d7888f6231684))
|
|
18
|
+
* **region:** add eu PEF land lookups ([e83eb7c](https://gitlab.com/hestia-earth/hestia-glossary/commit/e83eb7c557109209f0fac15bb3d495ea61305d68))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **soilAmendment:** change `PRACTICE_INCREASING_C_INPUT` lookup value for `basalt` ([aff70b7](https://gitlab.com/hestia-earth/hestia-glossary/commit/aff70b73c12c33a8c917068a7795169a924dafcb))
|
|
24
|
+
|
|
25
|
+
### [0.56.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.56.0...v0.56.1) (2024-10-04)
|
|
26
|
+
|
|
5
27
|
## [0.56.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.55.0...v0.56.0) (2024-10-01)
|
|
6
28
|
|
|
7
29
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hestia-earth/glossary",
|
|
3
|
-
"version": "0.56.
|
|
3
|
+
"version": "0.56.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 && npm run generate:defaultModelId && npm run generate:term-restrictions && npm run generate:inHestiaDefaultSystemBoundary",
|
|
8
|
+
"generate:all": "npm run generate:mappings && npm run generate:impact-assessment && npm run generate:arrayTreatment && npm run generate:defaultModelId && npm run generate:term-restrictions && npm run generate:inHestiaDefaultSystemBoundary && npm run generate:sumIs100Group && npm run generate:sumMax100Group",
|
|
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
12
|
"generate:defaultModelId": "node scripts/generate-defaultModelId-data.js",
|
|
13
13
|
"generate:term-restrictions": "node scripts/generate-term-restrictions.js",
|
|
14
14
|
"generate:inHestiaDefaultSystemBoundary": "node scripts/generate-inHestiaDefaultSystemBoundary-data.js",
|
|
15
|
+
"generate:sumIs100Group": "node scripts/generate-sumIs100Group-data.js",
|
|
16
|
+
"generate:sumMax100Group": "node scripts/generate-sumMax100Group-data.js",
|
|
15
17
|
"release": "standard-version -a",
|
|
16
18
|
"postrelease": "git push origin master --follow-tags"
|
|
17
19
|
},
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"naturalForest": "mean",
|
|
11
11
|
"plantationForest": "mean",
|
|
12
12
|
"otherNaturalVegetation": "mean",
|
|
13
|
+
"desert": "mean",
|
|
13
14
|
"cropland": "mean",
|
|
14
15
|
"annualCropland": "mean",
|
|
15
16
|
"permanentCropland": "mean",
|
|
@@ -24,8 +25,11 @@
|
|
|
24
25
|
"pond": "mean",
|
|
25
26
|
"riverOrStream": "mean",
|
|
26
27
|
"lake": "mean",
|
|
28
|
+
"seaOrOcean": "mean",
|
|
27
29
|
"industrialBuilding": "mean",
|
|
28
30
|
"urbanArea": "mean",
|
|
31
|
+
"agriFoodProcessor": "mean",
|
|
32
|
+
"foodRetailer": "mean",
|
|
29
33
|
"shortFallow": "mean",
|
|
30
34
|
"shortBareFallow": "mean",
|
|
31
35
|
"longFallow": "mean",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"biodiversityLossTotalLandUseEffects": "chaudharyBrooks2018",
|
|
14
14
|
"biodiversityLossLandOccupation": "chaudharyBrooks2018",
|
|
15
15
|
"biodiversityLossLandTransformation": "chaudharyBrooks2018",
|
|
16
|
-
"soilQualityIndexTotalLandUseEffects": "
|
|
17
|
-
"soilQualityIndexLandOccupation": "
|
|
18
|
-
"soilQualityIndexLandTransformation": "
|
|
16
|
+
"soilQualityIndexTotalLandUseEffects": "environmentalFootprintV3",
|
|
17
|
+
"soilQualityIndexLandOccupation": "environmentalFootprintV3",
|
|
18
|
+
"soilQualityIndexLandTransformation": "environmentalFootprintV3",
|
|
19
19
|
"bioticProductionTotalLandUseEffects": "lanca",
|
|
20
20
|
"bioticProductionLandOccupation": "lanca",
|
|
21
21
|
"bioticProductionLandTransformation": "lanca",
|
|
@@ -556,6 +556,28 @@
|
|
|
556
556
|
"originOsn35",
|
|
557
557
|
"pGrow",
|
|
558
558
|
"primaryP",
|
|
559
|
+
"npk151515",
|
|
560
|
+
"yara52Regular",
|
|
561
|
+
"yaraActyvaS",
|
|
562
|
+
"yaraAmidas",
|
|
563
|
+
"yaraComplex",
|
|
564
|
+
"yaraExtraGrass",
|
|
565
|
+
"yaraExtranS",
|
|
566
|
+
"yaraGreenSward",
|
|
567
|
+
"yaraGrower",
|
|
568
|
+
"yaraMaincrop",
|
|
569
|
+
"yaraNew18S",
|
|
570
|
+
"yaramilaSilageBooster",
|
|
571
|
+
"yaraNkSulphur",
|
|
572
|
+
"yaraNutriBooster",
|
|
573
|
+
"yaraPrilledN",
|
|
574
|
+
"rres25013",
|
|
575
|
+
"rres250137",
|
|
576
|
+
"kurus",
|
|
577
|
+
"shogunSamuraiHydroGrow",
|
|
578
|
+
"yarateraCalcinit",
|
|
579
|
+
"athenaProCore",
|
|
580
|
+
"solufeedF",
|
|
559
581
|
"anthracite",
|
|
560
582
|
"cokingCoal",
|
|
561
583
|
"otherBituminousCoal",
|
|
@@ -665,6 +687,7 @@
|
|
|
665
687
|
"ferrousAmmoniumSulphateKgN",
|
|
666
688
|
"calciumCyanamideKgN",
|
|
667
689
|
"calciumNitrateKgN",
|
|
690
|
+
"cyanoguanidineKgN",
|
|
668
691
|
"ureaCalciumNitrateKgN",
|
|
669
692
|
"sodiumNitrateKgN",
|
|
670
693
|
"nitricAcidKgN",
|
|
@@ -731,6 +754,7 @@
|
|
|
731
754
|
"naturalForest",
|
|
732
755
|
"plantationForest",
|
|
733
756
|
"otherNaturalVegetation",
|
|
757
|
+
"desert",
|
|
734
758
|
"cropland",
|
|
735
759
|
"annualCropland",
|
|
736
760
|
"permanentCropland",
|
|
@@ -745,8 +769,11 @@
|
|
|
745
769
|
"pond",
|
|
746
770
|
"riverOrStream",
|
|
747
771
|
"lake",
|
|
772
|
+
"seaOrOcean",
|
|
748
773
|
"industrialBuilding",
|
|
749
774
|
"urbanArea",
|
|
775
|
+
"agriFoodProcessor",
|
|
776
|
+
"foodRetailer",
|
|
750
777
|
"shortFallow",
|
|
751
778
|
"shortBareFallow",
|
|
752
779
|
"longFallow",
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"noTillage": "tillage",
|
|
3
|
+
"minimumTillage": "tillage",
|
|
4
|
+
"mulchTillage": "tillage",
|
|
5
|
+
"stripTillage": "tillage",
|
|
6
|
+
"ridgeTillage": "tillage",
|
|
7
|
+
"fullTillage": "tillage",
|
|
8
|
+
"fullInversionTillage": "tillage",
|
|
9
|
+
"deepTillage": "tillage",
|
|
10
|
+
"verticalTillage": "tillage",
|
|
11
|
+
"irrigatedTypeUnspecified": "water-regime",
|
|
12
|
+
"irrigatedFurrowIrrigation": "water-regime",
|
|
13
|
+
"irrigatedLocalizedIrrigation": "water-regime",
|
|
14
|
+
"irrigatedDripIrrigation": "water-regime",
|
|
15
|
+
"irrigatedSprinklerIrrigation": "water-regime",
|
|
16
|
+
"irrigatedCenterPivotIrrigation": "water-regime",
|
|
17
|
+
"irrigatedLateralMoveIrrigation": "water-regime",
|
|
18
|
+
"irrigatedSubIrrigation": "water-regime",
|
|
19
|
+
"irrigatedSurfaceIrrigationDrainageRegimeUnspecified": "water-regime",
|
|
20
|
+
"irrigatedSurfaceIrrigationContinuouslyFlooded": "water-regime",
|
|
21
|
+
"irrigatedSurfaceIrrigationSingleDrainagePeriod": "water-regime",
|
|
22
|
+
"irrigatedSurfaceIrrigationMultipleDrainagePeriods": "water-regime",
|
|
23
|
+
"rainfed": "water-regime",
|
|
24
|
+
"rainfedDroughtProne": "water-regime",
|
|
25
|
+
"rainfedDeepWater": "water-regime",
|
|
26
|
+
"rainfedDeepWaterWaterDepth50100Cm": "water-regime",
|
|
27
|
+
"rainfedDeepWaterWaterDepth100Cm": "water-regime"
|
|
28
|
+
}
|
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
{
|
|
2
|
+
"residueRemoved": "crop-residue",
|
|
3
|
+
"residueBurnt": "crop-residue",
|
|
4
|
+
"residueLeftOnField": "crop-residue",
|
|
5
|
+
"residueIncorporated": "crop-residue",
|
|
6
|
+
"residueIncorporatedLessThan30DaysBeforeCultivation": "crop-residue",
|
|
7
|
+
"residueIncorporatedMoreThan30DaysBeforeCultivation": "crop-residue",
|
|
8
|
+
"pastureRenewed": "",
|
|
9
|
+
"nurseryDuration": "",
|
|
10
|
+
"nurseryDensity": "",
|
|
11
|
+
"croppingDuration": "",
|
|
12
|
+
"shortFallowDuration": "",
|
|
13
|
+
"rotationDuration": "",
|
|
14
|
+
"longFallowRatio": "",
|
|
15
|
+
"longFallowDuration": "",
|
|
16
|
+
"croppingIntensity": "",
|
|
17
|
+
"multiCropped": "",
|
|
18
|
+
"doubleCropped": "multiCropped",
|
|
19
|
+
"tripleCropped": "multiCropped",
|
|
20
|
+
"intercropping": "",
|
|
21
|
+
"mixedIntercropping": "intercropping",
|
|
22
|
+
"rowCropping": "intercropping",
|
|
23
|
+
"relayCropping": "intercropping",
|
|
24
|
+
"permanentRaisedBeds": "",
|
|
25
|
+
"plantationLifespan": "",
|
|
26
|
+
"plantationProductiveLifespan": "",
|
|
27
|
+
"plantationReplacementRate": "",
|
|
28
|
+
"plantationMortalityRate": "",
|
|
29
|
+
"currentPlantationAge": "",
|
|
30
|
+
"plantationTreeSpacing": "",
|
|
31
|
+
"plantThinningRate": "",
|
|
32
|
+
"plantationDensity": "",
|
|
33
|
+
"numberOfFruitsPerTree": "",
|
|
34
|
+
"shadeTrees": "",
|
|
35
|
+
"shadeTreeDensity": "",
|
|
36
|
+
"shadeTreeReplacementRate": "",
|
|
37
|
+
"shadeTreeMortalityRate": "",
|
|
38
|
+
"canopyCoverShadeTrees": "",
|
|
39
|
+
"shadeTreeSpecies": "",
|
|
40
|
+
"shadeTreeSpacing": "",
|
|
41
|
+
"pastureGrass": "",
|
|
42
|
+
"continuousGrazing": "",
|
|
43
|
+
"rotationalGrazing": "",
|
|
44
|
+
"canopyCoverPasture": "",
|
|
45
|
+
"numberOfFertilisations": "",
|
|
46
|
+
"numberOfPesticideApplications": "",
|
|
47
|
+
"numberOfFungicideApplications": "",
|
|
48
|
+
"numberOfHerbicideApplications": "",
|
|
49
|
+
"numberOfInsecticideApplications": "",
|
|
50
|
+
"numberOfIrrigations": "",
|
|
51
|
+
"numberOfWeedings": "",
|
|
52
|
+
"numberOfHarvests": "",
|
|
53
|
+
"numberOfTillages": "",
|
|
54
|
+
"numberOfPruningsOrCuttings": "",
|
|
55
|
+
"animalManureUsed": "",
|
|
56
|
+
"organicFertiliserUsed": "",
|
|
57
|
+
"amendmentIncreasingSoilCarbonUsed": "",
|
|
58
|
+
"inorganicNitrogenFertiliserUsed": "",
|
|
59
|
+
"biologicalControlUsed": "",
|
|
60
|
+
"co2EnrichmentUsed": "",
|
|
61
|
+
"fertiliserPlacementDepth": "",
|
|
62
|
+
"greenManureIncorporated": "",
|
|
63
|
+
"mulching": "",
|
|
64
|
+
"plasticMulching": "",
|
|
65
|
+
"tillageDepth": "",
|
|
66
|
+
"numberOfDaysFlooded": "",
|
|
67
|
+
"irrigationInterval": "",
|
|
68
|
+
"nonFloodedPreSeasonLessThan180Days": "preSeasonFlooding",
|
|
69
|
+
"nonFloodedPreSeasonMoreThan180Days": "preSeasonFlooding",
|
|
70
|
+
"floodedPreSeasonMoreThan30Days": "preSeasonFlooding",
|
|
71
|
+
"nonFloodedPreSeasonMoreThan365Days": "preSeasonFlooding",
|
|
72
|
+
"unknownPreSeasonWaterRegime": "preSeasonFlooding",
|
|
73
|
+
"practiceFactor": "",
|
|
74
|
+
"nonProductivePhasePermanentCrops": "",
|
|
75
|
+
"productivePhasePermanentCrops": "",
|
|
76
|
+
"altitude": "",
|
|
77
|
+
"slopeLength": "",
|
|
78
|
+
"slope": "",
|
|
79
|
+
"nutrientLossToAquaticEnvironment": "",
|
|
80
|
+
"erodibility": "",
|
|
81
|
+
"ecoClimateZone": "",
|
|
82
|
+
"heavyWinterPrecipitation": "",
|
|
83
|
+
"precipitationLongTermAnnualMean": "",
|
|
84
|
+
"precipitationAnnual": "",
|
|
85
|
+
"precipitationPeriod": "",
|
|
86
|
+
"precipitationMonthly": "",
|
|
87
|
+
"precipitationDaily": "",
|
|
88
|
+
"precipitationHourly": "",
|
|
89
|
+
"precipitationGrowingSeason": "",
|
|
90
|
+
"precipitationGrowingSeasonLongTermAnnualMean": "",
|
|
91
|
+
"rainfallLongTermAnnualMean": "",
|
|
92
|
+
"rainfallAnnual": "",
|
|
93
|
+
"rainfallPeriod": "",
|
|
94
|
+
"rainfallMonthly": "",
|
|
95
|
+
"rainfallDaily": "",
|
|
96
|
+
"rainfallHourly": "",
|
|
97
|
+
"rainfallGrowingSeason": "",
|
|
98
|
+
"rainfallGrowingSeasonLongTermAnnualMean": "",
|
|
99
|
+
"drainageWaterLongTermAnnualMean": "",
|
|
100
|
+
"drainageWaterAnnual": "",
|
|
101
|
+
"drainageWaterPeriod": "",
|
|
102
|
+
"drainageWaterMonthly": "",
|
|
103
|
+
"drainageWaterDaily": "",
|
|
104
|
+
"drainageWaterHourly": "",
|
|
105
|
+
"drainageWaterGrowingSeason": "",
|
|
106
|
+
"drainageWaterGrowingSeasonLongTermAnnualMean": "",
|
|
107
|
+
"arealActualEvapotranspirationLongTermAnnualMean": "",
|
|
108
|
+
"arealActualEvapotranspirationAnnual": "",
|
|
109
|
+
"arealActualEvapotranspirationPeriod": "",
|
|
110
|
+
"arealActualEvapotranspirationMonthly": "",
|
|
111
|
+
"arealActualEvapotranspirationDaily": "",
|
|
112
|
+
"arealActualEvapotranspirationHourly": "",
|
|
113
|
+
"arealActualEvapotranspirationGrowingSeason": "",
|
|
114
|
+
"arealActualEvapotranspirationGrowingSeasonLongTermAnnualMean": "",
|
|
115
|
+
"potentialEvapotranspirationLongTermAnnualMean": "",
|
|
116
|
+
"potentialEvapotranspirationAnnual": "",
|
|
117
|
+
"potentialEvapotranspirationPeriod": "",
|
|
118
|
+
"potentialEvapotranspirationMonthly": "",
|
|
119
|
+
"potentialEvapotranspirationDaily": "",
|
|
120
|
+
"potentialEvapotranspirationHourly": "",
|
|
121
|
+
"potentialEvapotranspirationGrowingSeason": "",
|
|
122
|
+
"potentialEvapotranspirationGrowingSeasonLongTermAnnualMean": "",
|
|
123
|
+
"temperatureLongTermAnnualMean": "",
|
|
124
|
+
"temperatureAnnual": "",
|
|
125
|
+
"temperaturePeriod": "",
|
|
126
|
+
"temperatureMonthly": "",
|
|
127
|
+
"temperatureDaily": "",
|
|
128
|
+
"temperatureHourly": "",
|
|
129
|
+
"temperaturePointMeasurement": "",
|
|
130
|
+
"temperatureGrowingSeason": "",
|
|
131
|
+
"temperatureGrowingSeasonLongTermAnnualMean": "",
|
|
132
|
+
"temperatureIndoorPeriod": "",
|
|
133
|
+
"wetBulbTemperatureLongTermAnnualMean": "",
|
|
134
|
+
"wetBulbTemperatureAnnual": "",
|
|
135
|
+
"wetBulbTemperaturePeriod": "",
|
|
136
|
+
"wetBulbTemperatureMonthly": "",
|
|
137
|
+
"wetBulbTemperatureDaily": "",
|
|
138
|
+
"wetBulbTemperatureHourly": "",
|
|
139
|
+
"wetBulbTemperaturePointMeasurement": "",
|
|
140
|
+
"wetBulbTemperatureGrowingSeason": "",
|
|
141
|
+
"wetBulbTemperatureGrowingSeasonLongTermAnnualMean": "",
|
|
142
|
+
"soilTemperatureLongTermAnnualMean": "",
|
|
143
|
+
"soilTemperatureAnnual": "",
|
|
144
|
+
"soilTemperaturePeriod": "",
|
|
145
|
+
"soilTemperatureMonthly": "",
|
|
146
|
+
"soilTemperatureDaily": "",
|
|
147
|
+
"soilTemperatureHourly": "",
|
|
148
|
+
"soilTemperaturePointMeasurement": "",
|
|
149
|
+
"soilTemperatureGrowingSeason": "",
|
|
150
|
+
"soilTemperatureGrowingSeasonLongTermAnnualMean": "",
|
|
151
|
+
"sunshineDurationLongTermAnnualMean": "",
|
|
152
|
+
"sunshineDurationAnnual": "",
|
|
153
|
+
"sunshineDurationPeriod": "",
|
|
154
|
+
"sunshineDurationMonthly": "",
|
|
155
|
+
"sunshineDurationDaily": "",
|
|
156
|
+
"sunshineDurationGrowingSeason": "",
|
|
157
|
+
"sunshineDurationGrowingSeasonLongTermAnnualMean": "",
|
|
158
|
+
"darknessDurationIndoorDaily": "",
|
|
159
|
+
"numberOfFrozenDaysLongTermAnnualMean": "",
|
|
160
|
+
"numberOfFrozenDaysAnnual": "",
|
|
161
|
+
"numberOfFrozenDaysPeriod": "",
|
|
162
|
+
"numberOfFrozenDaysMonthly": "",
|
|
163
|
+
"numberOfFrozenDaysGrowingSeason": "",
|
|
164
|
+
"numberOfFrozenDaysGrowingSeasonLongTermAnnualMean": "",
|
|
165
|
+
"totalSolarRadiationLongTermAnnualMean": "",
|
|
166
|
+
"totalSolarRadiationAnnual": "",
|
|
167
|
+
"totalSolarRadiationPeriod": "",
|
|
168
|
+
"totalSolarRadiationMonthly": "",
|
|
169
|
+
"totalSolarRadiationDaily": "",
|
|
170
|
+
"totalSolarRadiationHourly": "",
|
|
171
|
+
"totalSolarRadiationGrowingSeason": "",
|
|
172
|
+
"totalSolarRadiationGrowingSeasonLongTermAnnualMean": "",
|
|
173
|
+
"directSolarRadiationLongTermAnnualMean": "",
|
|
174
|
+
"directSolarRadiationAnnual": "",
|
|
175
|
+
"directSolarRadiationPeriod": "",
|
|
176
|
+
"directSolarRadiationMonthly": "",
|
|
177
|
+
"directSolarRadiationDaily": "",
|
|
178
|
+
"directSolarRadiationHourly": "",
|
|
179
|
+
"directSolarRadiationGrowingSeason": "",
|
|
180
|
+
"directSolarRadiationGrowingSeasonLongTermAnnualMean": "",
|
|
181
|
+
"diffuseSolarRadiationLongTermAnnualMean": "",
|
|
182
|
+
"diffuseSolarRadiationAnnual": "",
|
|
183
|
+
"diffuseSolarRadiationPeriod": "",
|
|
184
|
+
"diffuseSolarRadiationMonthly": "",
|
|
185
|
+
"diffuseSolarRadiationDaily": "",
|
|
186
|
+
"diffuseSolarRadiationHourly": "",
|
|
187
|
+
"diffuseSolarRadiationGrowingSeason": "",
|
|
188
|
+
"diffuseSolarRadiationGrowingSeasonLongTermAnnualMean": "",
|
|
189
|
+
"humidityLongTermAnnualMean": "",
|
|
190
|
+
"humidityAnnual": "",
|
|
191
|
+
"humidityPeriod": "",
|
|
192
|
+
"humidityMonthly": "",
|
|
193
|
+
"humidityDaily": "",
|
|
194
|
+
"humidityHourly": "",
|
|
195
|
+
"humidityPointMeasurement": "",
|
|
196
|
+
"humidityGrowingSeason": "",
|
|
197
|
+
"humidityGrowingSeasonLongTermAnnualMean": "",
|
|
198
|
+
"humidityIndoorPeriod": "",
|
|
199
|
+
"dewPointLongTermAnnualMean": "",
|
|
200
|
+
"dewPointAnnual": "",
|
|
201
|
+
"dewPointPeriod": "",
|
|
202
|
+
"dewPointMonthly": "",
|
|
203
|
+
"dewPointDaily": "",
|
|
204
|
+
"dewPointHourly": "",
|
|
205
|
+
"dewPointPointMeasurement": "",
|
|
206
|
+
"dewPointGrowingSeason": "",
|
|
207
|
+
"dewPointGrowingSeasonLongTermAnnualMean": "",
|
|
208
|
+
"airPressureLongTermAnnualMean": "",
|
|
209
|
+
"airPressureAnnual": "",
|
|
210
|
+
"airPressurePeriod": "",
|
|
211
|
+
"airPressureMonthly": "",
|
|
212
|
+
"airPressureDaily": "",
|
|
213
|
+
"airPressureHourly": "",
|
|
214
|
+
"airPressurePointMeasurement": "",
|
|
215
|
+
"airPressureGrowingSeason": "",
|
|
216
|
+
"airPressureGrowingSeasonLongTermAnnualMean": "",
|
|
217
|
+
"windSpeedLongTermAnnualMean": "",
|
|
218
|
+
"windSpeedAnnual": "",
|
|
219
|
+
"windSpeedPeriod": "",
|
|
220
|
+
"windSpeedMonthly": "",
|
|
221
|
+
"windSpeedDaily": "",
|
|
222
|
+
"windSpeedHourly": "",
|
|
223
|
+
"windSpeedPointMeasurement": "",
|
|
224
|
+
"windSpeedGrowingSeason": "",
|
|
225
|
+
"windSpeedGrowingSeasonLongTermAnnualMean": "",
|
|
226
|
+
"windDirectionLongTermAnnualMean": "",
|
|
227
|
+
"windDirectionAnnual": "",
|
|
228
|
+
"windDirectionPeriod": "",
|
|
229
|
+
"windDirectionMonthly": "",
|
|
230
|
+
"windDirectionDaily": "",
|
|
231
|
+
"windDirectionHourly": "",
|
|
232
|
+
"windDirectionPointMeasurement": "",
|
|
233
|
+
"windDirectionGrowingSeason": "",
|
|
234
|
+
"windDirectionGrowingSeasonLongTermAnnualMean": "",
|
|
235
|
+
"leafWetness": "",
|
|
236
|
+
"soilDepth": "",
|
|
237
|
+
"soilBulkDensity": "",
|
|
238
|
+
"soilMoistureByWeight": "",
|
|
239
|
+
"soilMoistureByVolume": "",
|
|
240
|
+
"waterFilledPoreSpace": "",
|
|
241
|
+
"soilPorosity": "",
|
|
242
|
+
"soilWaterPotential": "",
|
|
243
|
+
"soilFieldCapacity": "",
|
|
244
|
+
"permanentWiltingPoint": "",
|
|
245
|
+
"plantAvailableWater": "",
|
|
246
|
+
"soilWaterHoldingCapacity": "",
|
|
247
|
+
"drainageClass": "",
|
|
248
|
+
"waterTableLevelAboveHardPan": "",
|
|
249
|
+
"waterTableDepth": "",
|
|
250
|
+
"hardPanDepth": "",
|
|
251
|
+
"soilAggregateMeanWeightDiameter": "",
|
|
252
|
+
"sandContent": "soil-texture",
|
|
253
|
+
"siltContent": "soil-texture",
|
|
254
|
+
"clayContent": "soil-texture",
|
|
255
|
+
"stoneContent": "",
|
|
256
|
+
"organicCarbonPerKgSoil": "",
|
|
257
|
+
"dissolvedOrganicCarbonPerKgSoil": "",
|
|
258
|
+
"particulateOrganicCarbonPerKgSoil": "",
|
|
259
|
+
"inorganicCarbonPerKgSoil": "",
|
|
260
|
+
"organicMatterPerKgSoil": "",
|
|
261
|
+
"totalNitrogenPerKgSoil": "",
|
|
262
|
+
"organicNitrogenPerKgSoil": "",
|
|
263
|
+
"dissolvedOrganicNitrogenPerKgSoil": "",
|
|
264
|
+
"particulateOrganicNitrogenPerKgSoil": "",
|
|
265
|
+
"inorganicNitrogenPerKgSoil": "",
|
|
266
|
+
"mineralNitrogenPerKgSoil": "",
|
|
267
|
+
"plantAvailableNitrogenPerKgSoil": "",
|
|
268
|
+
"nitratePerKgSoil": "",
|
|
269
|
+
"ammoniumPerKgSoil": "",
|
|
270
|
+
"totalPhosphorusPerKgSoil": "",
|
|
271
|
+
"organicPhosphorusPerKgSoil": "",
|
|
272
|
+
"inorganicPhosphorusPerKgSoil": "",
|
|
273
|
+
"plantAvailablePhosphorusPerKgSoil": "",
|
|
274
|
+
"sorbedPhosphorusPerKgSoil": "",
|
|
275
|
+
"mineralPhosphorusPerKgSoil": "",
|
|
276
|
+
"potassiumPerKgSoil": "",
|
|
277
|
+
"plantAvailablePotassiumPerKgSoil": "",
|
|
278
|
+
"calciumPerKgSoil": "",
|
|
279
|
+
"plantAvailableCalciumPerKgSoil": "",
|
|
280
|
+
"calciumCarbonatePerKgSoil": "",
|
|
281
|
+
"magnesiumPerKgSoil": "",
|
|
282
|
+
"plantAvailableMagnesiumPerKgSoil": "",
|
|
283
|
+
"cadmiumPerKgSoil": "",
|
|
284
|
+
"sulphatePerKgSoil": "",
|
|
285
|
+
"ironPerKgSoil": "",
|
|
286
|
+
"manganesePerKgSoil": "",
|
|
287
|
+
"zincPerKgSoil": "",
|
|
288
|
+
"copperPerKgSoil": "",
|
|
289
|
+
"sulphurPerKgSoil": "",
|
|
290
|
+
"boronPerKgSoil": "",
|
|
291
|
+
"sodiumPerKgSoil": "",
|
|
292
|
+
"plantAvailableSodiumPerKgSoil": "",
|
|
293
|
+
"microbialBiomassCarbonPerKgSoil": "",
|
|
294
|
+
"microbialBiomassNitrogenPerKgSoil": "",
|
|
295
|
+
"microbialCellulaseActivityPerKgSoil": "",
|
|
296
|
+
"bacterialPopulationPerKgSoil": "",
|
|
297
|
+
"ammoniumOxidizingBacterialPopulationPerKgSoil": "",
|
|
298
|
+
"nitriteOxidizingBacterialPopulationPerKgSoil": "",
|
|
299
|
+
"denitrifyingBacterialPopulationPerKgSoil": "",
|
|
300
|
+
"nitrifyingBacterialPopulationPerKgSoil": "",
|
|
301
|
+
"microbialDenitrifyingEnzymeActivityPerKgSoil": "",
|
|
302
|
+
"organicCarbonPerM3Soil": "",
|
|
303
|
+
"dissolvedOrganicCarbonPerM3Soil": "",
|
|
304
|
+
"particulateOrganicCarbonPerM3Soil": "",
|
|
305
|
+
"inorganicCarbonPerM3Soil": "",
|
|
306
|
+
"organicMatterPerM3Soil": "",
|
|
307
|
+
"totalNitrogenPerM3Soil": "",
|
|
308
|
+
"organicNitrogenPerM3Soil": "",
|
|
309
|
+
"dissolvedOrganicNitrogenPerM3Soil": "",
|
|
310
|
+
"particulateOrganicNitrogenPerM3Soil": "",
|
|
311
|
+
"inorganicNitrogenPerM3Soil": "",
|
|
312
|
+
"mineralNitrogenPerM3Soil": "",
|
|
313
|
+
"plantAvailableNitrogenPerM3Soil": "",
|
|
314
|
+
"nitratePerM3Soil": "",
|
|
315
|
+
"ammoniumPerM3Soil": "",
|
|
316
|
+
"totalPhosphorusPerM3Soil": "",
|
|
317
|
+
"organicPhosphorusPerM3Soil": "",
|
|
318
|
+
"inorganicPhosphorusPerM3Soil": "",
|
|
319
|
+
"plantAvailablePhosphorusPerM3Soil": "",
|
|
320
|
+
"sorbedPhosphorusPerM3Soil": "",
|
|
321
|
+
"mineralPhosphorusPerM3Soil": "",
|
|
322
|
+
"potassiumPerM3Soil": "",
|
|
323
|
+
"plantAvailablePotassiumPerM3Soil": "",
|
|
324
|
+
"calciumPerM3Soil": "",
|
|
325
|
+
"plantAvailableCalciumPerM3Soil": "",
|
|
326
|
+
"calciumCarbonatePerM3Soil": "",
|
|
327
|
+
"magnesiumPerM3Soil": "",
|
|
328
|
+
"plantAvailableMagnesiumPerM3Soil": "",
|
|
329
|
+
"cadmiumPerM3Soil": "",
|
|
330
|
+
"sulphatePerM3Soil": "",
|
|
331
|
+
"ironPerM3Soil": "",
|
|
332
|
+
"manganesePerM3Soil": "",
|
|
333
|
+
"zincPerM3Soil": "",
|
|
334
|
+
"copperPerM3Soil": "",
|
|
335
|
+
"sulphurPerM3Soil": "",
|
|
336
|
+
"boronPerM3Soil": "",
|
|
337
|
+
"sodiumPerM3Soil": "",
|
|
338
|
+
"plantAvailableSodiumPerM3Soil": "",
|
|
339
|
+
"microbialBiomassCarbonPerM3Soil": "",
|
|
340
|
+
"microbialBiomassNitrogenPerM3Soil": "",
|
|
341
|
+
"microbialCellulaseActivityPerM3Soil": "",
|
|
342
|
+
"bacterialPopulationPerM3Soil": "",
|
|
343
|
+
"ammoniumOxidizingBacterialPopulationPerM3Soil": "",
|
|
344
|
+
"nitriteOxidizingBacterialPopulationPerM3Soil": "",
|
|
345
|
+
"denitrifyingBacterialPopulationPerM3Soil": "",
|
|
346
|
+
"nitrifyingBacterialPopulationPerM3Soil": "",
|
|
347
|
+
"microbialDenitrifyingEnzymeActivityPerM3Soil": "",
|
|
348
|
+
"organicCarbonPerHa": "",
|
|
349
|
+
"dissolvedOrganicCarbonPerHa": "",
|
|
350
|
+
"particulateOrganicCarbonPerHa": "",
|
|
351
|
+
"inorganicCarbonPerHa": "",
|
|
352
|
+
"organicMatterPerHa": "",
|
|
353
|
+
"totalNitrogenPerHa": "",
|
|
354
|
+
"organicNitrogenPerHa": "",
|
|
355
|
+
"dissolvedOrganicNitrogenPerHa": "",
|
|
356
|
+
"particulateOrganicNitrogenPerHa": "",
|
|
357
|
+
"inorganicNitrogenPerHa": "",
|
|
358
|
+
"mineralNitrogenPerHa": "",
|
|
359
|
+
"plantAvailableNitrogenPerHa": "",
|
|
360
|
+
"nitratePerHa": "",
|
|
361
|
+
"ammoniumPerHa": "",
|
|
362
|
+
"totalPhosphorusPerHa": "",
|
|
363
|
+
"organicPhosphorusPerHa": "",
|
|
364
|
+
"inorganicPhosphorusPerHa": "",
|
|
365
|
+
"plantAvailablePhosphorusPerHa": "",
|
|
366
|
+
"sorbedPhosphorusPerHa": "",
|
|
367
|
+
"mineralPhosphorusPerHa": "",
|
|
368
|
+
"potassiumPerHa": "",
|
|
369
|
+
"plantAvailablePotassiumPerHa": "",
|
|
370
|
+
"calciumPerHa": "",
|
|
371
|
+
"plantAvailableCalciumPerHa": "",
|
|
372
|
+
"calciumCarbonatePerHa": "",
|
|
373
|
+
"magnesiumPerHa": "",
|
|
374
|
+
"plantAvailableMagnesiumPerHa": "",
|
|
375
|
+
"cadmiumPerHa": "",
|
|
376
|
+
"sulphatePerHa": "",
|
|
377
|
+
"ironPerHa": "",
|
|
378
|
+
"manganesePerHa": "",
|
|
379
|
+
"zincPerHa": "",
|
|
380
|
+
"copperPerHa": "",
|
|
381
|
+
"sulphurPerHa": "",
|
|
382
|
+
"boronPerHa": "",
|
|
383
|
+
"sodiumPerHa": "",
|
|
384
|
+
"plantAvailableSodiumPerHa": "",
|
|
385
|
+
"microbialBiomassCarbonPerHa": "",
|
|
386
|
+
"microbialBiomassNitrogenPerHa": "",
|
|
387
|
+
"microbialCellulaseActivityPerHa": "",
|
|
388
|
+
"bacterialPopulationPerHa": "",
|
|
389
|
+
"ammoniumOxidizingBacterialPopulationPerHa": "",
|
|
390
|
+
"nitriteOxidizingBacterialPopulationPerHa": "",
|
|
391
|
+
"denitrifyingBacterialPopulationPerHa": "",
|
|
392
|
+
"nitrifyingBacterialPopulationPerHa": "",
|
|
393
|
+
"microbialDenitrifyingEnzymeActivityPerHa": "",
|
|
394
|
+
"earthwormsPerM3Soil": "",
|
|
395
|
+
"adultEarthwormsPerM3Soil": "",
|
|
396
|
+
"juvenileEarthwormsPerM3Soil": "",
|
|
397
|
+
"epigeicEarthwormsPerM3Soil": "",
|
|
398
|
+
"adultEpigeicEarthwormsPerM3Soil": "",
|
|
399
|
+
"endogeicEarthwormsPerM3Soil": "",
|
|
400
|
+
"adultEndogeicEarthwormsPerM3Soil": "",
|
|
401
|
+
"anecicEarthwormsPerM3Soil": "",
|
|
402
|
+
"adultAnecicEarthwormsPerM3Soil": "",
|
|
403
|
+
"soilPh": "",
|
|
404
|
+
"waterPh": "",
|
|
405
|
+
"waterSalinity": "",
|
|
406
|
+
"salineWater": "",
|
|
407
|
+
"freshWater": "",
|
|
408
|
+
"brackishWater": "",
|
|
409
|
+
"cationExchangeCapacityPerKgSoil": "",
|
|
410
|
+
"cationExchangeCapacityPerM3Soil": "",
|
|
411
|
+
"baseSaturation": "",
|
|
412
|
+
"calciumSaturation": "",
|
|
413
|
+
"soilRedoxPotential": "",
|
|
414
|
+
"soilElectricalConductivity": "",
|
|
415
|
+
"soilSaturatedHydraulicConductivity": "",
|
|
416
|
+
"rootBiomass": "",
|
|
417
|
+
"aboveGroundBiomass": "",
|
|
418
|
+
"belowGroundBiomass": "",
|
|
419
|
+
"leafLitterBiomass": "",
|
|
420
|
+
"waterDepth": "",
|
|
421
|
+
"slowFlowingWater": "",
|
|
422
|
+
"fastFlowingWater": "",
|
|
423
|
+
"netPrimaryProduction": ""
|
|
424
|
+
}
|
|
@@ -87040,6 +87040,11 @@
|
|
|
87040
87040
|
"other natural vegetation"
|
|
87041
87041
|
]
|
|
87042
87042
|
},
|
|
87043
|
+
"desert": {
|
|
87044
|
+
"siteTypesAllowed": [
|
|
87045
|
+
"other natural vegetation"
|
|
87046
|
+
]
|
|
87047
|
+
},
|
|
87043
87048
|
"cropland": {
|
|
87044
87049
|
"siteTypesAllowed": [
|
|
87045
87050
|
"cropland"
|
|
@@ -87110,6 +87115,11 @@
|
|
|
87110
87115
|
"lake"
|
|
87111
87116
|
]
|
|
87112
87117
|
},
|
|
87118
|
+
"seaOrOcean": {
|
|
87119
|
+
"siteTypesAllowed": [
|
|
87120
|
+
"sea or ocean"
|
|
87121
|
+
]
|
|
87122
|
+
},
|
|
87113
87123
|
"industrialBuilding": {
|
|
87114
87124
|
"siteTypesAllowed": [
|
|
87115
87125
|
"agri-food processor",
|
|
@@ -87122,6 +87132,18 @@
|
|
|
87122
87132
|
"food retailer"
|
|
87123
87133
|
]
|
|
87124
87134
|
},
|
|
87135
|
+
"agriFoodProcessor": {
|
|
87136
|
+
"siteTypesAllowed": [
|
|
87137
|
+
"agri-food processor",
|
|
87138
|
+
"food retailer"
|
|
87139
|
+
]
|
|
87140
|
+
},
|
|
87141
|
+
"foodRetailer": {
|
|
87142
|
+
"siteTypesAllowed": [
|
|
87143
|
+
"agri-food processor",
|
|
87144
|
+
"food retailer"
|
|
87145
|
+
]
|
|
87146
|
+
},
|
|
87125
87147
|
"shortFallow": {
|
|
87126
87148
|
"siteTypesAllowed": [
|
|
87127
87149
|
"cropland",
|
|
@@ -192894,6 +192916,24 @@
|
|
|
192894
192916
|
"permanent pasture"
|
|
192895
192917
|
]
|
|
192896
192918
|
},
|
|
192919
|
+
"incorporatingResidueMachineUnspecified": {
|
|
192920
|
+
"siteTypesAllowed": [
|
|
192921
|
+
"forest",
|
|
192922
|
+
"other natural vegetation",
|
|
192923
|
+
"cropland",
|
|
192924
|
+
"glass or high accessible cover",
|
|
192925
|
+
"permanent pasture"
|
|
192926
|
+
]
|
|
192927
|
+
},
|
|
192928
|
+
"incorporatingResidueByHand": {
|
|
192929
|
+
"siteTypesAllowed": [
|
|
192930
|
+
"forest",
|
|
192931
|
+
"other natural vegetation",
|
|
192932
|
+
"cropland",
|
|
192933
|
+
"glass or high accessible cover",
|
|
192934
|
+
"permanent pasture"
|
|
192935
|
+
]
|
|
192936
|
+
},
|
|
192897
192937
|
"machineryUseOperationUnspecified": {
|
|
192898
192938
|
"siteTypesAllowed": [
|
|
192899
192939
|
"forest",
|