@hestia-earth/glossary 0.14.0 → 0.14.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 +63 -0
- package/LICENSE +21 -674
- package/package.json +3 -3
- package/resources/arrayTreatment.json +6 -2
- package/resources/defaultModelId.json +1 -1
- package/resources/impactAssessment.json +4 -0
- package/resources/term-restrictions.json +424 -22
|
@@ -189,6 +189,48 @@
|
|
|
189
189
|
"animal housing"
|
|
190
190
|
]
|
|
191
191
|
},
|
|
192
|
+
"milkYieldPerSheepFpcm": {
|
|
193
|
+
"siteTypesAllowed": [
|
|
194
|
+
"cropland",
|
|
195
|
+
"permanent pasture",
|
|
196
|
+
"animal housing"
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"milkYieldPerSheepRaw": {
|
|
200
|
+
"siteTypesAllowed": [
|
|
201
|
+
"cropland",
|
|
202
|
+
"permanent pasture",
|
|
203
|
+
"animal housing"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
"milkYieldPerBuffaloFpcm": {
|
|
207
|
+
"siteTypesAllowed": [
|
|
208
|
+
"cropland",
|
|
209
|
+
"permanent pasture",
|
|
210
|
+
"animal housing"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"milkYieldPerBuffaloRaw": {
|
|
214
|
+
"siteTypesAllowed": [
|
|
215
|
+
"cropland",
|
|
216
|
+
"permanent pasture",
|
|
217
|
+
"animal housing"
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
"milkYieldPerGoatRaw": {
|
|
221
|
+
"siteTypesAllowed": [
|
|
222
|
+
"cropland",
|
|
223
|
+
"permanent pasture",
|
|
224
|
+
"animal housing"
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
"milkYieldPerCamelRaw": {
|
|
228
|
+
"siteTypesAllowed": [
|
|
229
|
+
"cropland",
|
|
230
|
+
"permanent pasture",
|
|
231
|
+
"animal housing"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
192
234
|
"mortality": {
|
|
193
235
|
"siteTypesAllowed": [
|
|
194
236
|
"cropland",
|
|
@@ -4184,6 +4226,16 @@
|
|
|
4184
4226
|
"cropland"
|
|
4185
4227
|
]
|
|
4186
4228
|
},
|
|
4229
|
+
"orchardReplacementRate": {
|
|
4230
|
+
"siteTypesAllowed": [
|
|
4231
|
+
"cropland"
|
|
4232
|
+
]
|
|
4233
|
+
},
|
|
4234
|
+
"orchardMortalityRate": {
|
|
4235
|
+
"siteTypesAllowed": [
|
|
4236
|
+
"cropland"
|
|
4237
|
+
]
|
|
4238
|
+
},
|
|
4187
4239
|
"currentOrchardAge": {
|
|
4188
4240
|
"siteTypesAllowed": [
|
|
4189
4241
|
"cropland"
|
|
@@ -4234,6 +4286,18 @@
|
|
|
4234
4286
|
"permanent pasture"
|
|
4235
4287
|
]
|
|
4236
4288
|
},
|
|
4289
|
+
"shadeTreeReplacementRate": {
|
|
4290
|
+
"siteTypesAllowed": [
|
|
4291
|
+
"cropland",
|
|
4292
|
+
"permanent pasture"
|
|
4293
|
+
]
|
|
4294
|
+
},
|
|
4295
|
+
"shadeTreeMortalityRate": {
|
|
4296
|
+
"siteTypesAllowed": [
|
|
4297
|
+
"cropland",
|
|
4298
|
+
"permanent pasture"
|
|
4299
|
+
]
|
|
4300
|
+
},
|
|
4237
4301
|
"canopyCoverPasture": {
|
|
4238
4302
|
"siteTypesAllowed": [
|
|
4239
4303
|
"cropland",
|
|
@@ -7007,7 +7071,7 @@
|
|
|
7007
7071
|
"permanent pasture"
|
|
7008
7072
|
]
|
|
7009
7073
|
},
|
|
7010
|
-
"
|
|
7074
|
+
"plantAvailablePotassiumPerKgSoil": {
|
|
7011
7075
|
"siteTypesAllowed": [
|
|
7012
7076
|
"forest",
|
|
7013
7077
|
"other natural vegetation",
|
|
@@ -7025,6 +7089,15 @@
|
|
|
7025
7089
|
"permanent pasture"
|
|
7026
7090
|
]
|
|
7027
7091
|
},
|
|
7092
|
+
"plantAvailableCalciumPerKgSoil": {
|
|
7093
|
+
"siteTypesAllowed": [
|
|
7094
|
+
"forest",
|
|
7095
|
+
"other natural vegetation",
|
|
7096
|
+
"cropland",
|
|
7097
|
+
"glass or high accessible cover",
|
|
7098
|
+
"permanent pasture"
|
|
7099
|
+
]
|
|
7100
|
+
},
|
|
7028
7101
|
"calciumCarbonatePerKgSoil": {
|
|
7029
7102
|
"siteTypesAllowed": [
|
|
7030
7103
|
"forest",
|
|
@@ -7133,6 +7206,15 @@
|
|
|
7133
7206
|
"permanent pasture"
|
|
7134
7207
|
]
|
|
7135
7208
|
},
|
|
7209
|
+
"plantAvailableSodiumPerKgSoil": {
|
|
7210
|
+
"siteTypesAllowed": [
|
|
7211
|
+
"forest",
|
|
7212
|
+
"other natural vegetation",
|
|
7213
|
+
"cropland",
|
|
7214
|
+
"glass or high accessible cover",
|
|
7215
|
+
"permanent pasture"
|
|
7216
|
+
]
|
|
7217
|
+
},
|
|
7136
7218
|
"microbialBiomassCarbonPerKgSoil": {
|
|
7137
7219
|
"siteTypesAllowed": [
|
|
7138
7220
|
"forest",
|
|
@@ -7394,7 +7476,7 @@
|
|
|
7394
7476
|
"permanent pasture"
|
|
7395
7477
|
]
|
|
7396
7478
|
},
|
|
7397
|
-
"
|
|
7479
|
+
"plantAvailablePotassiumPerM3Soil": {
|
|
7398
7480
|
"siteTypesAllowed": [
|
|
7399
7481
|
"forest",
|
|
7400
7482
|
"other natural vegetation",
|
|
@@ -7412,6 +7494,15 @@
|
|
|
7412
7494
|
"permanent pasture"
|
|
7413
7495
|
]
|
|
7414
7496
|
},
|
|
7497
|
+
"plantAvailableCalciumPerM3Soil": {
|
|
7498
|
+
"siteTypesAllowed": [
|
|
7499
|
+
"forest",
|
|
7500
|
+
"other natural vegetation",
|
|
7501
|
+
"cropland",
|
|
7502
|
+
"glass or high accessible cover",
|
|
7503
|
+
"permanent pasture"
|
|
7504
|
+
]
|
|
7505
|
+
},
|
|
7415
7506
|
"calciumCarbonatePerM3Soil": {
|
|
7416
7507
|
"siteTypesAllowed": [
|
|
7417
7508
|
"forest",
|
|
@@ -7520,6 +7611,15 @@
|
|
|
7520
7611
|
"permanent pasture"
|
|
7521
7612
|
]
|
|
7522
7613
|
},
|
|
7614
|
+
"plantAvailableSodiumPerM3Soil": {
|
|
7615
|
+
"siteTypesAllowed": [
|
|
7616
|
+
"forest",
|
|
7617
|
+
"other natural vegetation",
|
|
7618
|
+
"cropland",
|
|
7619
|
+
"glass or high accessible cover",
|
|
7620
|
+
"permanent pasture"
|
|
7621
|
+
]
|
|
7622
|
+
},
|
|
7523
7623
|
"microbialBiomassCarbonPerM3Soil": {
|
|
7524
7624
|
"siteTypesAllowed": [
|
|
7525
7625
|
"forest",
|
|
@@ -7929,6 +8029,15 @@
|
|
|
7929
8029
|
"permanent pasture"
|
|
7930
8030
|
]
|
|
7931
8031
|
},
|
|
8032
|
+
"ploughingByHand": {
|
|
8033
|
+
"siteTypesAllowed": [
|
|
8034
|
+
"forest",
|
|
8035
|
+
"other natural vegetation",
|
|
8036
|
+
"cropland",
|
|
8037
|
+
"glass or high accessible cover",
|
|
8038
|
+
"permanent pasture"
|
|
8039
|
+
]
|
|
8040
|
+
},
|
|
7932
8041
|
"cultivatorUseOperationUnspecified": {
|
|
7933
8042
|
"siteTypesAllowed": [
|
|
7934
8043
|
"forest",
|
|
@@ -8191,6 +8300,15 @@
|
|
|
8191
8300
|
"permanent pasture"
|
|
8192
8301
|
]
|
|
8193
8302
|
},
|
|
8303
|
+
"earthingUpByHand": {
|
|
8304
|
+
"siteTypesAllowed": [
|
|
8305
|
+
"forest",
|
|
8306
|
+
"other natural vegetation",
|
|
8307
|
+
"cropland",
|
|
8308
|
+
"glass or high accessible cover",
|
|
8309
|
+
"permanent pasture"
|
|
8310
|
+
]
|
|
8311
|
+
},
|
|
8194
8312
|
"bundFormingWithBundFormer": {
|
|
8195
8313
|
"siteTypesAllowed": [
|
|
8196
8314
|
"forest",
|
|
@@ -8317,6 +8435,15 @@
|
|
|
8317
8435
|
"permanent pasture"
|
|
8318
8436
|
]
|
|
8319
8437
|
},
|
|
8438
|
+
"incorporatingFertiliserWithCultivator": {
|
|
8439
|
+
"siteTypesAllowed": [
|
|
8440
|
+
"forest",
|
|
8441
|
+
"other natural vegetation",
|
|
8442
|
+
"cropland",
|
|
8443
|
+
"glass or high accessible cover",
|
|
8444
|
+
"permanent pasture"
|
|
8445
|
+
]
|
|
8446
|
+
},
|
|
8320
8447
|
"floodingOfPaddyFieldsWithMotorCultivator": {
|
|
8321
8448
|
"siteTypesAllowed": [
|
|
8322
8449
|
"forest",
|
|
@@ -8459,6 +8586,15 @@
|
|
|
8459
8586
|
"permanent pasture"
|
|
8460
8587
|
]
|
|
8461
8588
|
},
|
|
8589
|
+
"hoeingByHand": {
|
|
8590
|
+
"siteTypesAllowed": [
|
|
8591
|
+
"forest",
|
|
8592
|
+
"other natural vegetation",
|
|
8593
|
+
"cropland",
|
|
8594
|
+
"glass or high accessible cover",
|
|
8595
|
+
"permanent pasture"
|
|
8596
|
+
]
|
|
8597
|
+
},
|
|
8462
8598
|
"hoopsPlantingForPlasticTunnel": {
|
|
8463
8599
|
"siteTypesAllowed": [
|
|
8464
8600
|
"cropland",
|
|
@@ -8483,6 +8619,15 @@
|
|
|
8483
8619
|
"permanent pasture"
|
|
8484
8620
|
]
|
|
8485
8621
|
},
|
|
8622
|
+
"plantThinningByHand": {
|
|
8623
|
+
"siteTypesAllowed": [
|
|
8624
|
+
"forest",
|
|
8625
|
+
"other natural vegetation",
|
|
8626
|
+
"cropland",
|
|
8627
|
+
"glass or high accessible cover",
|
|
8628
|
+
"permanent pasture"
|
|
8629
|
+
]
|
|
8630
|
+
},
|
|
8486
8631
|
"limingOnBed": {
|
|
8487
8632
|
"siteTypesAllowed": [
|
|
8488
8633
|
"cropland",
|
|
@@ -8708,6 +8853,15 @@
|
|
|
8708
8853
|
"permanent pasture"
|
|
8709
8854
|
]
|
|
8710
8855
|
},
|
|
8856
|
+
"weedingWithCultivator": {
|
|
8857
|
+
"siteTypesAllowed": [
|
|
8858
|
+
"forest",
|
|
8859
|
+
"other natural vegetation",
|
|
8860
|
+
"cropland",
|
|
8861
|
+
"glass or high accessible cover",
|
|
8862
|
+
"permanent pasture"
|
|
8863
|
+
]
|
|
8864
|
+
},
|
|
8711
8865
|
"weedingWithFlamer": {
|
|
8712
8866
|
"siteTypesAllowed": [
|
|
8713
8867
|
"forest",
|
|
@@ -9553,6 +9707,76 @@
|
|
|
9553
9707
|
"permanent pasture"
|
|
9554
9708
|
]
|
|
9555
9709
|
},
|
|
9710
|
+
"heapingManureByHand": {
|
|
9711
|
+
"siteTypesAllowed": [
|
|
9712
|
+
"forest",
|
|
9713
|
+
"other natural vegetation",
|
|
9714
|
+
"cropland",
|
|
9715
|
+
"glass or high accessible cover",
|
|
9716
|
+
"permanent pasture",
|
|
9717
|
+
"animal housing",
|
|
9718
|
+
"pond"
|
|
9719
|
+
]
|
|
9720
|
+
},
|
|
9721
|
+
"heapingManureMachineUnspecified": {
|
|
9722
|
+
"siteTypesAllowed": [
|
|
9723
|
+
"forest",
|
|
9724
|
+
"other natural vegetation",
|
|
9725
|
+
"cropland",
|
|
9726
|
+
"glass or high accessible cover",
|
|
9727
|
+
"permanent pasture",
|
|
9728
|
+
"animal housing",
|
|
9729
|
+
"pond"
|
|
9730
|
+
]
|
|
9731
|
+
},
|
|
9732
|
+
"destoningByHand": {
|
|
9733
|
+
"siteTypesAllowed": [
|
|
9734
|
+
"cropland",
|
|
9735
|
+
"glass or high accessible cover",
|
|
9736
|
+
"agri-food processor"
|
|
9737
|
+
]
|
|
9738
|
+
},
|
|
9739
|
+
"destoningWithDestonerMachine": {
|
|
9740
|
+
"siteTypesAllowed": [
|
|
9741
|
+
"cropland",
|
|
9742
|
+
"glass or high accessible cover",
|
|
9743
|
+
"agri-food processor"
|
|
9744
|
+
]
|
|
9745
|
+
},
|
|
9746
|
+
"foodGradingByHand": {
|
|
9747
|
+
"siteTypesAllowed": [
|
|
9748
|
+
"all"
|
|
9749
|
+
]
|
|
9750
|
+
},
|
|
9751
|
+
"foodGradingMachineUnspecified": {
|
|
9752
|
+
"siteTypesAllowed": [
|
|
9753
|
+
"all"
|
|
9754
|
+
]
|
|
9755
|
+
},
|
|
9756
|
+
"dehullingByHand": {
|
|
9757
|
+
"siteTypesAllowed": [
|
|
9758
|
+
"agri-food processor",
|
|
9759
|
+
"food retailer"
|
|
9760
|
+
]
|
|
9761
|
+
},
|
|
9762
|
+
"dehullingMachineUnspecified": {
|
|
9763
|
+
"siteTypesAllowed": [
|
|
9764
|
+
"agri-food processor",
|
|
9765
|
+
"food retailer"
|
|
9766
|
+
]
|
|
9767
|
+
},
|
|
9768
|
+
"digitalSorting": {
|
|
9769
|
+
"siteTypesAllowed": [
|
|
9770
|
+
"agri-food processor",
|
|
9771
|
+
"food retailer"
|
|
9772
|
+
]
|
|
9773
|
+
},
|
|
9774
|
+
"splittingSeedsMachineUnspecified": {
|
|
9775
|
+
"siteTypesAllowed": [
|
|
9776
|
+
"agri-food processor",
|
|
9777
|
+
"food retailer"
|
|
9778
|
+
]
|
|
9779
|
+
},
|
|
9556
9780
|
"seed": {
|
|
9557
9781
|
"siteTypesAllowed": [
|
|
9558
9782
|
"cropland",
|
|
@@ -9745,12 +9969,17 @@
|
|
|
9745
9969
|
"permanent pasture"
|
|
9746
9970
|
]
|
|
9747
9971
|
},
|
|
9972
|
+
"acidDetergentFibreContent": {
|
|
9973
|
+
"siteTypesAllowed": [
|
|
9974
|
+
"all"
|
|
9975
|
+
]
|
|
9976
|
+
},
|
|
9748
9977
|
"activeIngredient": {
|
|
9749
9978
|
"siteTypesAllowed": [
|
|
9750
9979
|
"all"
|
|
9751
9980
|
]
|
|
9752
9981
|
},
|
|
9753
|
-
"
|
|
9982
|
+
"alaContent": {
|
|
9754
9983
|
"siteTypesAllowed": [
|
|
9755
9984
|
"all"
|
|
9756
9985
|
]
|
|
@@ -9765,6 +9994,11 @@
|
|
|
9765
9994
|
"all"
|
|
9766
9995
|
]
|
|
9767
9996
|
},
|
|
9997
|
+
"betaGlucanContent": {
|
|
9998
|
+
"siteTypesAllowed": [
|
|
9999
|
+
"all"
|
|
10000
|
+
]
|
|
10001
|
+
},
|
|
9768
10002
|
"biodieselContent": {
|
|
9769
10003
|
"siteTypesAllowed": [
|
|
9770
10004
|
"all"
|
|
@@ -9809,7 +10043,7 @@
|
|
|
9809
10043
|
"all"
|
|
9810
10044
|
]
|
|
9811
10045
|
},
|
|
9812
|
-
"
|
|
10046
|
+
"celluloseContent": {
|
|
9813
10047
|
"siteTypesAllowed": [
|
|
9814
10048
|
"all"
|
|
9815
10049
|
]
|
|
@@ -9819,11 +10053,26 @@
|
|
|
9819
10053
|
"all"
|
|
9820
10054
|
]
|
|
9821
10055
|
},
|
|
10056
|
+
"cholesterolContent": {
|
|
10057
|
+
"siteTypesAllowed": [
|
|
10058
|
+
"all"
|
|
10059
|
+
]
|
|
10060
|
+
},
|
|
9822
10061
|
"chromiumContent": {
|
|
9823
10062
|
"siteTypesAllowed": [
|
|
9824
10063
|
"all"
|
|
9825
10064
|
]
|
|
9826
10065
|
},
|
|
10066
|
+
"coldCarcassWeightPerHead": {
|
|
10067
|
+
"siteTypesAllowed": [
|
|
10068
|
+
"all"
|
|
10069
|
+
]
|
|
10070
|
+
},
|
|
10071
|
+
"coldDressedCarcassWeightPerHead": {
|
|
10072
|
+
"siteTypesAllowed": [
|
|
10073
|
+
"all"
|
|
10074
|
+
]
|
|
10075
|
+
},
|
|
9827
10076
|
"controlledReleaseFertiliserUsed": {
|
|
9828
10077
|
"siteTypesAllowed": [
|
|
9829
10078
|
"all"
|
|
@@ -9844,52 +10093,52 @@
|
|
|
9844
10093
|
"all"
|
|
9845
10094
|
]
|
|
9846
10095
|
},
|
|
9847
|
-
"
|
|
10096
|
+
"density": {
|
|
9848
10097
|
"siteTypesAllowed": [
|
|
9849
10098
|
"all"
|
|
9850
10099
|
]
|
|
9851
10100
|
},
|
|
9852
|
-
"
|
|
10101
|
+
"dhaContent": {
|
|
9853
10102
|
"siteTypesAllowed": [
|
|
9854
10103
|
"all"
|
|
9855
10104
|
]
|
|
9856
10105
|
},
|
|
9857
|
-
"
|
|
10106
|
+
"dietaryFibreContent": {
|
|
9858
10107
|
"siteTypesAllowed": [
|
|
9859
10108
|
"all"
|
|
9860
10109
|
]
|
|
9861
10110
|
},
|
|
9862
|
-
"
|
|
10111
|
+
"digestibleEnergyAquaticSpecies": {
|
|
9863
10112
|
"siteTypesAllowed": [
|
|
9864
10113
|
"all"
|
|
9865
10114
|
]
|
|
9866
10115
|
},
|
|
9867
|
-
"
|
|
10116
|
+
"digestibleEnergyOtherAnimals": {
|
|
9868
10117
|
"siteTypesAllowed": [
|
|
9869
10118
|
"all"
|
|
9870
10119
|
]
|
|
9871
10120
|
},
|
|
9872
|
-
"
|
|
10121
|
+
"digestibleEnergyPigs": {
|
|
9873
10122
|
"siteTypesAllowed": [
|
|
9874
10123
|
"all"
|
|
9875
10124
|
]
|
|
9876
10125
|
},
|
|
9877
|
-
"
|
|
10126
|
+
"digestibleEnergyPoultry": {
|
|
9878
10127
|
"siteTypesAllowed": [
|
|
9879
10128
|
"all"
|
|
9880
10129
|
]
|
|
9881
10130
|
},
|
|
9882
|
-
"
|
|
10131
|
+
"digestibleEnergyRabbits": {
|
|
9883
10132
|
"siteTypesAllowed": [
|
|
9884
10133
|
"all"
|
|
9885
10134
|
]
|
|
9886
10135
|
},
|
|
9887
|
-
"
|
|
10136
|
+
"digestibleEnergyRuminants": {
|
|
9888
10137
|
"siteTypesAllowed": [
|
|
9889
10138
|
"all"
|
|
9890
10139
|
]
|
|
9891
10140
|
},
|
|
9892
|
-
"
|
|
10141
|
+
"digestibleEnergySalmonids": {
|
|
9893
10142
|
"siteTypesAllowed": [
|
|
9894
10143
|
"all"
|
|
9895
10144
|
]
|
|
@@ -9954,7 +10203,27 @@
|
|
|
9954
10203
|
"all"
|
|
9955
10204
|
]
|
|
9956
10205
|
},
|
|
9957
|
-
"
|
|
10206
|
+
"fructanContent": {
|
|
10207
|
+
"siteTypesAllowed": [
|
|
10208
|
+
"all"
|
|
10209
|
+
]
|
|
10210
|
+
},
|
|
10211
|
+
"fructoseContent": {
|
|
10212
|
+
"siteTypesAllowed": [
|
|
10213
|
+
"all"
|
|
10214
|
+
]
|
|
10215
|
+
},
|
|
10216
|
+
"galactanContent": {
|
|
10217
|
+
"siteTypesAllowed": [
|
|
10218
|
+
"all"
|
|
10219
|
+
]
|
|
10220
|
+
},
|
|
10221
|
+
"glucoseContent": {
|
|
10222
|
+
"siteTypesAllowed": [
|
|
10223
|
+
"all"
|
|
10224
|
+
]
|
|
10225
|
+
},
|
|
10226
|
+
"hemicelluloseContent": {
|
|
9958
10227
|
"siteTypesAllowed": [
|
|
9959
10228
|
"all"
|
|
9960
10229
|
]
|
|
@@ -9968,11 +10237,26 @@
|
|
|
9968
10237
|
"permanent pasture"
|
|
9969
10238
|
]
|
|
9970
10239
|
},
|
|
10240
|
+
"inulinContent": {
|
|
10241
|
+
"siteTypesAllowed": [
|
|
10242
|
+
"all"
|
|
10243
|
+
]
|
|
10244
|
+
},
|
|
10245
|
+
"ironContent": {
|
|
10246
|
+
"siteTypesAllowed": [
|
|
10247
|
+
"all"
|
|
10248
|
+
]
|
|
10249
|
+
},
|
|
9971
10250
|
"kernelRecoveryRate": {
|
|
9972
10251
|
"siteTypesAllowed": [
|
|
9973
10252
|
"all"
|
|
9974
10253
|
]
|
|
9975
10254
|
},
|
|
10255
|
+
"lactoseContent": {
|
|
10256
|
+
"siteTypesAllowed": [
|
|
10257
|
+
"all"
|
|
10258
|
+
]
|
|
10259
|
+
},
|
|
9976
10260
|
"leadContent": {
|
|
9977
10261
|
"siteTypesAllowed": [
|
|
9978
10262
|
"all"
|
|
@@ -10003,12 +10287,22 @@
|
|
|
10003
10287
|
"all"
|
|
10004
10288
|
]
|
|
10005
10289
|
},
|
|
10290
|
+
"maltoseContent": {
|
|
10291
|
+
"siteTypesAllowed": [
|
|
10292
|
+
"all"
|
|
10293
|
+
]
|
|
10294
|
+
},
|
|
10006
10295
|
"manganeseContent": {
|
|
10007
10296
|
"siteTypesAllowed": [
|
|
10008
10297
|
"all"
|
|
10009
10298
|
]
|
|
10010
10299
|
},
|
|
10011
|
-
"
|
|
10300
|
+
"monounsaturatedFatContent": {
|
|
10301
|
+
"siteTypesAllowed": [
|
|
10302
|
+
"all"
|
|
10303
|
+
]
|
|
10304
|
+
},
|
|
10305
|
+
"neutralDetergentFibreContent": {
|
|
10012
10306
|
"siteTypesAllowed": [
|
|
10013
10307
|
"all"
|
|
10014
10308
|
]
|
|
@@ -10032,6 +10326,31 @@
|
|
|
10032
10326
|
"all"
|
|
10033
10327
|
]
|
|
10034
10328
|
},
|
|
10329
|
+
"nonFibrousCarbohydrateContent": {
|
|
10330
|
+
"siteTypesAllowed": [
|
|
10331
|
+
"all"
|
|
10332
|
+
]
|
|
10333
|
+
},
|
|
10334
|
+
"nonProteinNitrogenContent": {
|
|
10335
|
+
"siteTypesAllowed": [
|
|
10336
|
+
"all"
|
|
10337
|
+
]
|
|
10338
|
+
},
|
|
10339
|
+
"nonStructuralCarbohydrateContent": {
|
|
10340
|
+
"siteTypesAllowed": [
|
|
10341
|
+
"all"
|
|
10342
|
+
]
|
|
10343
|
+
},
|
|
10344
|
+
"omega3Content": {
|
|
10345
|
+
"siteTypesAllowed": [
|
|
10346
|
+
"all"
|
|
10347
|
+
]
|
|
10348
|
+
},
|
|
10349
|
+
"omega6Content": {
|
|
10350
|
+
"siteTypesAllowed": [
|
|
10351
|
+
"all"
|
|
10352
|
+
]
|
|
10353
|
+
},
|
|
10035
10354
|
"organicCarbonContent": {
|
|
10036
10355
|
"siteTypesAllowed": [
|
|
10037
10356
|
"all"
|
|
@@ -10047,6 +10366,17 @@
|
|
|
10047
10366
|
"all"
|
|
10048
10367
|
]
|
|
10049
10368
|
},
|
|
10369
|
+
"pectinContent": {
|
|
10370
|
+
"siteTypesAllowed": [
|
|
10371
|
+
"all"
|
|
10372
|
+
]
|
|
10373
|
+
},
|
|
10374
|
+
"percentageOfProductSavedForSeed": {
|
|
10375
|
+
"siteTypesAllowed": [
|
|
10376
|
+
"cropland",
|
|
10377
|
+
"glass or high accessible cover"
|
|
10378
|
+
]
|
|
10379
|
+
},
|
|
10050
10380
|
"percentageOfProductSold": {
|
|
10051
10381
|
"siteTypesAllowed": [
|
|
10052
10382
|
"all"
|
|
@@ -10072,11 +10402,51 @@
|
|
|
10072
10402
|
"all"
|
|
10073
10403
|
]
|
|
10074
10404
|
},
|
|
10405
|
+
"phytosterolContent": {
|
|
10406
|
+
"siteTypesAllowed": [
|
|
10407
|
+
"all"
|
|
10408
|
+
]
|
|
10409
|
+
},
|
|
10410
|
+
"plantAvailableCalciumContent": {
|
|
10411
|
+
"siteTypesAllowed": [
|
|
10412
|
+
"all"
|
|
10413
|
+
]
|
|
10414
|
+
},
|
|
10415
|
+
"plantAvailableMagnesiumContent": {
|
|
10416
|
+
"siteTypesAllowed": [
|
|
10417
|
+
"all"
|
|
10418
|
+
]
|
|
10419
|
+
},
|
|
10075
10420
|
"plantAvailableNitrogenContent": {
|
|
10076
10421
|
"siteTypesAllowed": [
|
|
10077
10422
|
"all"
|
|
10078
10423
|
]
|
|
10079
10424
|
},
|
|
10425
|
+
"plantAvailablePhosphorusContent": {
|
|
10426
|
+
"siteTypesAllowed": [
|
|
10427
|
+
"all"
|
|
10428
|
+
]
|
|
10429
|
+
},
|
|
10430
|
+
"plantAvailablePotassiumContentAsK": {
|
|
10431
|
+
"siteTypesAllowed": [
|
|
10432
|
+
"all"
|
|
10433
|
+
]
|
|
10434
|
+
},
|
|
10435
|
+
"plantAvailablePotassiumContentAsK2O": {
|
|
10436
|
+
"siteTypesAllowed": [
|
|
10437
|
+
"all"
|
|
10438
|
+
]
|
|
10439
|
+
},
|
|
10440
|
+
"plantAvailableSodiumContent": {
|
|
10441
|
+
"siteTypesAllowed": [
|
|
10442
|
+
"all"
|
|
10443
|
+
]
|
|
10444
|
+
},
|
|
10445
|
+
"polyunsaturatedFatContent": {
|
|
10446
|
+
"siteTypesAllowed": [
|
|
10447
|
+
"all"
|
|
10448
|
+
]
|
|
10449
|
+
},
|
|
10080
10450
|
"postHarvestLosses": {
|
|
10081
10451
|
"siteTypesAllowed": [
|
|
10082
10452
|
"all"
|
|
@@ -10112,6 +10482,11 @@
|
|
|
10112
10482
|
"all"
|
|
10113
10483
|
]
|
|
10114
10484
|
},
|
|
10485
|
+
"processingConversionHotCarcassWeightToColdCarcassWeight": {
|
|
10486
|
+
"siteTypesAllowed": [
|
|
10487
|
+
"all"
|
|
10488
|
+
]
|
|
10489
|
+
},
|
|
10115
10490
|
"processingConversionLiveweightToColdCarcassWeight": {
|
|
10116
10491
|
"siteTypesAllowed": [
|
|
10117
10492
|
"all"
|
|
@@ -10132,7 +10507,7 @@
|
|
|
10132
10507
|
"all"
|
|
10133
10508
|
]
|
|
10134
10509
|
},
|
|
10135
|
-
"
|
|
10510
|
+
"proteinNitrogenContent": {
|
|
10136
10511
|
"siteTypesAllowed": [
|
|
10137
10512
|
"all"
|
|
10138
10513
|
]
|
|
@@ -10151,6 +10526,11 @@
|
|
|
10151
10526
|
"permanent pasture"
|
|
10152
10527
|
]
|
|
10153
10528
|
},
|
|
10529
|
+
"saturatedFatContent": {
|
|
10530
|
+
"siteTypesAllowed": [
|
|
10531
|
+
"all"
|
|
10532
|
+
]
|
|
10533
|
+
},
|
|
10154
10534
|
"siliconContent": {
|
|
10155
10535
|
"siteTypesAllowed": [
|
|
10156
10536
|
"all"
|
|
@@ -10171,27 +10551,37 @@
|
|
|
10171
10551
|
"all"
|
|
10172
10552
|
]
|
|
10173
10553
|
},
|
|
10174
|
-
"
|
|
10554
|
+
"sulphurContent": {
|
|
10175
10555
|
"siteTypesAllowed": [
|
|
10176
10556
|
"all"
|
|
10177
10557
|
]
|
|
10178
10558
|
},
|
|
10179
|
-
"
|
|
10559
|
+
"totalAmmoniacalNitrogenContentAsN": {
|
|
10180
10560
|
"siteTypesAllowed": [
|
|
10181
10561
|
"all"
|
|
10182
10562
|
]
|
|
10183
10563
|
},
|
|
10184
|
-
"
|
|
10564
|
+
"totalCarbohydrateContent": {
|
|
10185
10565
|
"siteTypesAllowed": [
|
|
10186
10566
|
"all"
|
|
10187
10567
|
]
|
|
10188
10568
|
},
|
|
10189
|
-
"
|
|
10569
|
+
"totalSolidsContent": {
|
|
10190
10570
|
"siteTypesAllowed": [
|
|
10191
10571
|
"all"
|
|
10192
10572
|
]
|
|
10193
10573
|
},
|
|
10194
|
-
"
|
|
10574
|
+
"transFatContent": {
|
|
10575
|
+
"siteTypesAllowed": [
|
|
10576
|
+
"all"
|
|
10577
|
+
]
|
|
10578
|
+
},
|
|
10579
|
+
"trueProteinContent": {
|
|
10580
|
+
"siteTypesAllowed": [
|
|
10581
|
+
"all"
|
|
10582
|
+
]
|
|
10583
|
+
},
|
|
10584
|
+
"unsaturatedFatContent": {
|
|
10195
10585
|
"siteTypesAllowed": [
|
|
10196
10586
|
"all"
|
|
10197
10587
|
]
|
|
@@ -13472,6 +13862,13 @@
|
|
|
13472
13862
|
"permanent pasture"
|
|
13473
13863
|
]
|
|
13474
13864
|
},
|
|
13865
|
+
"ridgeTillage": {
|
|
13866
|
+
"siteTypesAllowed": [
|
|
13867
|
+
"cropland",
|
|
13868
|
+
"glass or high accessible cover",
|
|
13869
|
+
"permanent pasture"
|
|
13870
|
+
]
|
|
13871
|
+
},
|
|
13475
13872
|
"fullTillage": {
|
|
13476
13873
|
"siteTypesAllowed": [
|
|
13477
13874
|
"cropland",
|
|
@@ -39075,6 +39472,11 @@
|
|
|
39075
39472
|
"cropland"
|
|
39076
39473
|
]
|
|
39077
39474
|
},
|
|
39475
|
+
"unknownPreSeasonWaterRegime": {
|
|
39476
|
+
"siteTypesAllowed": [
|
|
39477
|
+
"cropland"
|
|
39478
|
+
]
|
|
39479
|
+
},
|
|
39078
39480
|
"irrigationInterval": {
|
|
39079
39481
|
"siteTypesAllowed": [
|
|
39080
39482
|
"cropland",
|