@hestia-earth/glossary 0.5.1 → 0.5.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 +10 -0
- package/package.json +1 -1
- package/resources/term-restrictions.json +497 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
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.2](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.5.1...v0.5.2) (2022-07-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* create `region-measurements-lookups` ([b8e5d51](https://gitlab.com/hestia-earth/hestia-glossary/commit/b8e5d51b69a0ab5be6318c6aef846fa2313b56a5)), closes [#460](https://gitlab.com/hestia-earth/hestia-glossary/issues/460)
|
|
11
|
+
* **cropResidue:** add `productTermTypes` allowed lookup ([007b850](https://gitlab.com/hestia-earth/hestia-glossary/commit/007b8503c89cdad44b2e2fa3c0f427023e2b4193)), closes [#467](https://gitlab.com/hestia-earth/hestia-glossary/issues/467)
|
|
12
|
+
* **cropResidueManagement:** add `productTermTypes` allowed lookup ([ab2edd3](https://gitlab.com/hestia-earth/hestia-glossary/commit/ab2edd3a0e2704f6dfd0fe21ea5832e801bdf5b1)), closes [#467](https://gitlab.com/hestia-earth/hestia-glossary/issues/467)
|
|
13
|
+
* **property:** add `siteTypesAllowed` lookup ([38faaa3](https://gitlab.com/hestia-earth/hestia-glossary/commit/38faaa3b99e748f67d4c2dcf23d8e83bb74ac6a3)), closes [#423](https://gitlab.com/hestia-earth/hestia-glossary/issues/423)
|
|
14
|
+
|
|
5
15
|
### [0.5.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.5.0...v0.5.1) (2022-07-26)
|
|
6
16
|
|
|
7
17
|
|
package/package.json
CHANGED
|
@@ -492,6 +492,10 @@
|
|
|
492
492
|
"cropland",
|
|
493
493
|
"glass or high accessible cover",
|
|
494
494
|
"permanent pasture"
|
|
495
|
+
],
|
|
496
|
+
"productTermTypesAllowed": [
|
|
497
|
+
"crop",
|
|
498
|
+
"grass"
|
|
495
499
|
]
|
|
496
500
|
},
|
|
497
501
|
"aboveGroundCropResidueBurnt": {
|
|
@@ -499,6 +503,10 @@
|
|
|
499
503
|
"cropland",
|
|
500
504
|
"glass or high accessible cover",
|
|
501
505
|
"permanent pasture"
|
|
506
|
+
],
|
|
507
|
+
"productTermTypesAllowed": [
|
|
508
|
+
"crop",
|
|
509
|
+
"grass"
|
|
502
510
|
]
|
|
503
511
|
},
|
|
504
512
|
"aboveGroundCropResidueIncorporated": {
|
|
@@ -506,6 +514,10 @@
|
|
|
506
514
|
"cropland",
|
|
507
515
|
"glass or high accessible cover",
|
|
508
516
|
"permanent pasture"
|
|
517
|
+
],
|
|
518
|
+
"productTermTypesAllowed": [
|
|
519
|
+
"crop",
|
|
520
|
+
"grass"
|
|
509
521
|
]
|
|
510
522
|
},
|
|
511
523
|
"aboveGroundCropResidueLeftOnField": {
|
|
@@ -513,6 +525,10 @@
|
|
|
513
525
|
"cropland",
|
|
514
526
|
"glass or high accessible cover",
|
|
515
527
|
"permanent pasture"
|
|
528
|
+
],
|
|
529
|
+
"productTermTypesAllowed": [
|
|
530
|
+
"crop",
|
|
531
|
+
"grass"
|
|
516
532
|
]
|
|
517
533
|
},
|
|
518
534
|
"aboveGroundCropResidueRemoved": {
|
|
@@ -520,6 +536,10 @@
|
|
|
520
536
|
"cropland",
|
|
521
537
|
"glass or high accessible cover",
|
|
522
538
|
"permanent pasture"
|
|
539
|
+
],
|
|
540
|
+
"productTermTypesAllowed": [
|
|
541
|
+
"crop",
|
|
542
|
+
"grass"
|
|
523
543
|
]
|
|
524
544
|
},
|
|
525
545
|
"belowGroundCropResidue": {
|
|
@@ -527,6 +547,10 @@
|
|
|
527
547
|
"cropland",
|
|
528
548
|
"glass or high accessible cover",
|
|
529
549
|
"permanent pasture"
|
|
550
|
+
],
|
|
551
|
+
"productTermTypesAllowed": [
|
|
552
|
+
"crop",
|
|
553
|
+
"grass"
|
|
530
554
|
]
|
|
531
555
|
},
|
|
532
556
|
"residueRemoved": {
|
|
@@ -534,6 +558,10 @@
|
|
|
534
558
|
"cropland",
|
|
535
559
|
"glass or high accessible cover",
|
|
536
560
|
"permanent pasture"
|
|
561
|
+
],
|
|
562
|
+
"productTermTypesAllowed": [
|
|
563
|
+
"crop",
|
|
564
|
+
"grass"
|
|
537
565
|
]
|
|
538
566
|
},
|
|
539
567
|
"residueBurnt": {
|
|
@@ -541,6 +569,10 @@
|
|
|
541
569
|
"cropland",
|
|
542
570
|
"glass or high accessible cover",
|
|
543
571
|
"permanent pasture"
|
|
572
|
+
],
|
|
573
|
+
"productTermTypesAllowed": [
|
|
574
|
+
"crop",
|
|
575
|
+
"grass"
|
|
544
576
|
]
|
|
545
577
|
},
|
|
546
578
|
"residueBurntBeforeAllowingForCombustionFactor": {
|
|
@@ -548,6 +580,10 @@
|
|
|
548
580
|
"cropland",
|
|
549
581
|
"glass or high accessible cover",
|
|
550
582
|
"permanent pasture"
|
|
583
|
+
],
|
|
584
|
+
"productTermTypesAllowed": [
|
|
585
|
+
"crop",
|
|
586
|
+
"grass"
|
|
551
587
|
]
|
|
552
588
|
},
|
|
553
589
|
"residueLeftOnField": {
|
|
@@ -555,6 +591,10 @@
|
|
|
555
591
|
"cropland",
|
|
556
592
|
"glass or high accessible cover",
|
|
557
593
|
"permanent pasture"
|
|
594
|
+
],
|
|
595
|
+
"productTermTypesAllowed": [
|
|
596
|
+
"crop",
|
|
597
|
+
"grass"
|
|
558
598
|
]
|
|
559
599
|
},
|
|
560
600
|
"residueIncorporated": {
|
|
@@ -562,6 +602,10 @@
|
|
|
562
602
|
"cropland",
|
|
563
603
|
"glass or high accessible cover",
|
|
564
604
|
"permanent pasture"
|
|
605
|
+
],
|
|
606
|
+
"productTermTypesAllowed": [
|
|
607
|
+
"crop",
|
|
608
|
+
"grass"
|
|
565
609
|
]
|
|
566
610
|
},
|
|
567
611
|
"residueIncorporatedLessThan30DaysBeforeCultivation": {
|
|
@@ -569,6 +613,10 @@
|
|
|
569
613
|
"cropland",
|
|
570
614
|
"glass or high accessible cover",
|
|
571
615
|
"permanent pasture"
|
|
616
|
+
],
|
|
617
|
+
"productTermTypesAllowed": [
|
|
618
|
+
"crop",
|
|
619
|
+
"grass"
|
|
572
620
|
]
|
|
573
621
|
},
|
|
574
622
|
"residueIncorporatedMoreThan30DaysBeforeCultivation": {
|
|
@@ -576,6 +624,10 @@
|
|
|
576
624
|
"cropland",
|
|
577
625
|
"glass or high accessible cover",
|
|
578
626
|
"permanent pasture"
|
|
627
|
+
],
|
|
628
|
+
"productTermTypesAllowed": [
|
|
629
|
+
"crop",
|
|
630
|
+
"grass"
|
|
579
631
|
]
|
|
580
632
|
},
|
|
581
633
|
"1112TetrafluoroethaneToAirInputsProduction": {
|
|
@@ -7960,6 +8012,451 @@
|
|
|
7960
8012
|
"permanent pasture"
|
|
7961
8013
|
]
|
|
7962
8014
|
},
|
|
8015
|
+
"activeIngredient": {
|
|
8016
|
+
"siteTypesAllowed": [
|
|
8017
|
+
"all"
|
|
8018
|
+
]
|
|
8019
|
+
},
|
|
8020
|
+
"adfContent": {
|
|
8021
|
+
"siteTypesAllowed": [
|
|
8022
|
+
"all"
|
|
8023
|
+
]
|
|
8024
|
+
},
|
|
8025
|
+
"aluminiumContent": {
|
|
8026
|
+
"siteTypesAllowed": [
|
|
8027
|
+
"all"
|
|
8028
|
+
]
|
|
8029
|
+
},
|
|
8030
|
+
"ashContent": {
|
|
8031
|
+
"siteTypesAllowed": [
|
|
8032
|
+
"all"
|
|
8033
|
+
]
|
|
8034
|
+
},
|
|
8035
|
+
"boronContent": {
|
|
8036
|
+
"siteTypesAllowed": [
|
|
8037
|
+
"all"
|
|
8038
|
+
]
|
|
8039
|
+
},
|
|
8040
|
+
"burningEfficiency": {
|
|
8041
|
+
"siteTypesAllowed": [
|
|
8042
|
+
"forest",
|
|
8043
|
+
"other natural vegetation",
|
|
8044
|
+
"cropland",
|
|
8045
|
+
"glass or high accessible cover",
|
|
8046
|
+
"permanent pasture"
|
|
8047
|
+
]
|
|
8048
|
+
},
|
|
8049
|
+
"cadmiumContent": {
|
|
8050
|
+
"siteTypesAllowed": [
|
|
8051
|
+
"all"
|
|
8052
|
+
]
|
|
8053
|
+
},
|
|
8054
|
+
"calciumCarbonateContent": {
|
|
8055
|
+
"siteTypesAllowed": [
|
|
8056
|
+
"all"
|
|
8057
|
+
]
|
|
8058
|
+
},
|
|
8059
|
+
"calciumContent": {
|
|
8060
|
+
"siteTypesAllowed": [
|
|
8061
|
+
"all"
|
|
8062
|
+
]
|
|
8063
|
+
},
|
|
8064
|
+
"calciumOxideContent": {
|
|
8065
|
+
"siteTypesAllowed": [
|
|
8066
|
+
"all"
|
|
8067
|
+
]
|
|
8068
|
+
},
|
|
8069
|
+
"carbonContent": {
|
|
8070
|
+
"siteTypesAllowed": [
|
|
8071
|
+
"all"
|
|
8072
|
+
]
|
|
8073
|
+
},
|
|
8074
|
+
"carcassWeightPerHead": {
|
|
8075
|
+
"siteTypesAllowed": [
|
|
8076
|
+
"all"
|
|
8077
|
+
]
|
|
8078
|
+
},
|
|
8079
|
+
"chlorideContent": {
|
|
8080
|
+
"siteTypesAllowed": [
|
|
8081
|
+
"all"
|
|
8082
|
+
]
|
|
8083
|
+
},
|
|
8084
|
+
"chromiumContent": {
|
|
8085
|
+
"siteTypesAllowed": [
|
|
8086
|
+
"all"
|
|
8087
|
+
]
|
|
8088
|
+
},
|
|
8089
|
+
"controlledReleaseFertilizerUsed": {
|
|
8090
|
+
"siteTypesAllowed": [
|
|
8091
|
+
"all"
|
|
8092
|
+
]
|
|
8093
|
+
},
|
|
8094
|
+
"copperContent": {
|
|
8095
|
+
"siteTypesAllowed": [
|
|
8096
|
+
"all"
|
|
8097
|
+
]
|
|
8098
|
+
},
|
|
8099
|
+
"crudeFibreContent": {
|
|
8100
|
+
"siteTypesAllowed": [
|
|
8101
|
+
"all"
|
|
8102
|
+
]
|
|
8103
|
+
},
|
|
8104
|
+
"crudeProteinContent": {
|
|
8105
|
+
"siteTypesAllowed": [
|
|
8106
|
+
"all"
|
|
8107
|
+
]
|
|
8108
|
+
},
|
|
8109
|
+
"dhaContent": {
|
|
8110
|
+
"siteTypesAllowed": [
|
|
8111
|
+
"all"
|
|
8112
|
+
]
|
|
8113
|
+
},
|
|
8114
|
+
"digestibleEnergyContentAquaticSpecies": {
|
|
8115
|
+
"siteTypesAllowed": [
|
|
8116
|
+
"all"
|
|
8117
|
+
]
|
|
8118
|
+
},
|
|
8119
|
+
"digestibleEnergyContentOtherAnimals": {
|
|
8120
|
+
"siteTypesAllowed": [
|
|
8121
|
+
"all"
|
|
8122
|
+
]
|
|
8123
|
+
},
|
|
8124
|
+
"digestibleEnergyContentPigs": {
|
|
8125
|
+
"siteTypesAllowed": [
|
|
8126
|
+
"all"
|
|
8127
|
+
]
|
|
8128
|
+
},
|
|
8129
|
+
"digestibleEnergyContentPoultry": {
|
|
8130
|
+
"siteTypesAllowed": [
|
|
8131
|
+
"all"
|
|
8132
|
+
]
|
|
8133
|
+
},
|
|
8134
|
+
"digestibleEnergyContentRabbits": {
|
|
8135
|
+
"siteTypesAllowed": [
|
|
8136
|
+
"all"
|
|
8137
|
+
]
|
|
8138
|
+
},
|
|
8139
|
+
"digestibleEnergyContentRuminants": {
|
|
8140
|
+
"siteTypesAllowed": [
|
|
8141
|
+
"all"
|
|
8142
|
+
]
|
|
8143
|
+
},
|
|
8144
|
+
"digestibleEnergyContentSalmonids": {
|
|
8145
|
+
"siteTypesAllowed": [
|
|
8146
|
+
"all"
|
|
8147
|
+
]
|
|
8148
|
+
},
|
|
8149
|
+
"density": {
|
|
8150
|
+
"siteTypesAllowed": [
|
|
8151
|
+
"all"
|
|
8152
|
+
]
|
|
8153
|
+
},
|
|
8154
|
+
"dressedCarcassWeightPerHead": {
|
|
8155
|
+
"siteTypesAllowed": [
|
|
8156
|
+
"all"
|
|
8157
|
+
]
|
|
8158
|
+
},
|
|
8159
|
+
"dryMatter": {
|
|
8160
|
+
"siteTypesAllowed": [
|
|
8161
|
+
"all"
|
|
8162
|
+
]
|
|
8163
|
+
},
|
|
8164
|
+
"electricalConductivity": {
|
|
8165
|
+
"siteTypesAllowed": [
|
|
8166
|
+
"all"
|
|
8167
|
+
]
|
|
8168
|
+
},
|
|
8169
|
+
"energyContentHigherHeatingValue": {
|
|
8170
|
+
"siteTypesAllowed": [
|
|
8171
|
+
"all"
|
|
8172
|
+
]
|
|
8173
|
+
},
|
|
8174
|
+
"energyContentLowerHeatingValue": {
|
|
8175
|
+
"siteTypesAllowed": [
|
|
8176
|
+
"all"
|
|
8177
|
+
]
|
|
8178
|
+
},
|
|
8179
|
+
"energyDigestibilityAquaticSpecies": {
|
|
8180
|
+
"siteTypesAllowed": [
|
|
8181
|
+
"all"
|
|
8182
|
+
]
|
|
8183
|
+
},
|
|
8184
|
+
"energyDigestibilityOtherAnimals": {
|
|
8185
|
+
"siteTypesAllowed": [
|
|
8186
|
+
"all"
|
|
8187
|
+
]
|
|
8188
|
+
},
|
|
8189
|
+
"energyDigestibilityPigs": {
|
|
8190
|
+
"siteTypesAllowed": [
|
|
8191
|
+
"all"
|
|
8192
|
+
]
|
|
8193
|
+
},
|
|
8194
|
+
"energyDigestibilityPoultry": {
|
|
8195
|
+
"siteTypesAllowed": [
|
|
8196
|
+
"all"
|
|
8197
|
+
]
|
|
8198
|
+
},
|
|
8199
|
+
"energyDigestibilityRabbits": {
|
|
8200
|
+
"siteTypesAllowed": [
|
|
8201
|
+
"all"
|
|
8202
|
+
]
|
|
8203
|
+
},
|
|
8204
|
+
"energyDigestibilityRuminants": {
|
|
8205
|
+
"siteTypesAllowed": [
|
|
8206
|
+
"all"
|
|
8207
|
+
]
|
|
8208
|
+
},
|
|
8209
|
+
"energyDigestibilitySalmonids": {
|
|
8210
|
+
"siteTypesAllowed": [
|
|
8211
|
+
"all"
|
|
8212
|
+
]
|
|
8213
|
+
},
|
|
8214
|
+
"epaContent": {
|
|
8215
|
+
"siteTypesAllowed": [
|
|
8216
|
+
"all"
|
|
8217
|
+
]
|
|
8218
|
+
},
|
|
8219
|
+
"ironContent": {
|
|
8220
|
+
"siteTypesAllowed": [
|
|
8221
|
+
"all"
|
|
8222
|
+
]
|
|
8223
|
+
},
|
|
8224
|
+
"inhibitorUsed": {
|
|
8225
|
+
"siteTypesAllowed": [
|
|
8226
|
+
"forest",
|
|
8227
|
+
"other natural vegetation",
|
|
8228
|
+
"cropland",
|
|
8229
|
+
"glass or high accessible cover",
|
|
8230
|
+
"permanent pasture"
|
|
8231
|
+
]
|
|
8232
|
+
},
|
|
8233
|
+
"kernelRecoveryRate": {
|
|
8234
|
+
"siteTypesAllowed": [
|
|
8235
|
+
"all"
|
|
8236
|
+
]
|
|
8237
|
+
},
|
|
8238
|
+
"leadContent": {
|
|
8239
|
+
"siteTypesAllowed": [
|
|
8240
|
+
"all"
|
|
8241
|
+
]
|
|
8242
|
+
},
|
|
8243
|
+
"ligninContent": {
|
|
8244
|
+
"siteTypesAllowed": [
|
|
8245
|
+
"all"
|
|
8246
|
+
]
|
|
8247
|
+
},
|
|
8248
|
+
"lipidContent": {
|
|
8249
|
+
"siteTypesAllowed": [
|
|
8250
|
+
"all"
|
|
8251
|
+
]
|
|
8252
|
+
},
|
|
8253
|
+
"liveweightPerHead": {
|
|
8254
|
+
"siteTypesAllowed": [
|
|
8255
|
+
"all"
|
|
8256
|
+
]
|
|
8257
|
+
},
|
|
8258
|
+
"magnesiumContent": {
|
|
8259
|
+
"siteTypesAllowed": [
|
|
8260
|
+
"all"
|
|
8261
|
+
]
|
|
8262
|
+
},
|
|
8263
|
+
"magnesiumOxideContent": {
|
|
8264
|
+
"siteTypesAllowed": [
|
|
8265
|
+
"all"
|
|
8266
|
+
]
|
|
8267
|
+
},
|
|
8268
|
+
"manganeseContent": {
|
|
8269
|
+
"siteTypesAllowed": [
|
|
8270
|
+
"all"
|
|
8271
|
+
]
|
|
8272
|
+
},
|
|
8273
|
+
"ndfContent": {
|
|
8274
|
+
"siteTypesAllowed": [
|
|
8275
|
+
"all"
|
|
8276
|
+
]
|
|
8277
|
+
},
|
|
8278
|
+
"nickelContent": {
|
|
8279
|
+
"siteTypesAllowed": [
|
|
8280
|
+
"all"
|
|
8281
|
+
]
|
|
8282
|
+
},
|
|
8283
|
+
"nitrificationInhibitorUsed": {
|
|
8284
|
+
"siteTypesAllowed": [
|
|
8285
|
+
"forest",
|
|
8286
|
+
"other natural vegetation",
|
|
8287
|
+
"cropland",
|
|
8288
|
+
"glass or high accessible cover",
|
|
8289
|
+
"permanent pasture"
|
|
8290
|
+
]
|
|
8291
|
+
},
|
|
8292
|
+
"nitrogenContent": {
|
|
8293
|
+
"siteTypesAllowed": [
|
|
8294
|
+
"all"
|
|
8295
|
+
]
|
|
8296
|
+
},
|
|
8297
|
+
"organicCarbonContent": {
|
|
8298
|
+
"siteTypesAllowed": [
|
|
8299
|
+
"all"
|
|
8300
|
+
]
|
|
8301
|
+
},
|
|
8302
|
+
"organicMatterContent": {
|
|
8303
|
+
"siteTypesAllowed": [
|
|
8304
|
+
"all"
|
|
8305
|
+
]
|
|
8306
|
+
},
|
|
8307
|
+
"organicNitrogenContent": {
|
|
8308
|
+
"siteTypesAllowed": [
|
|
8309
|
+
"all"
|
|
8310
|
+
]
|
|
8311
|
+
},
|
|
8312
|
+
"percentageOfProductSold": {
|
|
8313
|
+
"siteTypesAllowed": [
|
|
8314
|
+
"all"
|
|
8315
|
+
]
|
|
8316
|
+
},
|
|
8317
|
+
"percentageOfSelfConsumption": {
|
|
8318
|
+
"siteTypesAllowed": [
|
|
8319
|
+
"all"
|
|
8320
|
+
]
|
|
8321
|
+
},
|
|
8322
|
+
"ph": {
|
|
8323
|
+
"siteTypesAllowed": [
|
|
8324
|
+
"all"
|
|
8325
|
+
]
|
|
8326
|
+
},
|
|
8327
|
+
"phosphateContentAsP2O5": {
|
|
8328
|
+
"siteTypesAllowed": [
|
|
8329
|
+
"all"
|
|
8330
|
+
]
|
|
8331
|
+
},
|
|
8332
|
+
"phosphorusContentAsP": {
|
|
8333
|
+
"siteTypesAllowed": [
|
|
8334
|
+
"all"
|
|
8335
|
+
]
|
|
8336
|
+
},
|
|
8337
|
+
"plantAvailableNitrogenContent": {
|
|
8338
|
+
"siteTypesAllowed": [
|
|
8339
|
+
"all"
|
|
8340
|
+
]
|
|
8341
|
+
},
|
|
8342
|
+
"postHarvestLosses": {
|
|
8343
|
+
"siteTypesAllowed": [
|
|
8344
|
+
"all"
|
|
8345
|
+
]
|
|
8346
|
+
},
|
|
8347
|
+
"potassiumContentAsK": {
|
|
8348
|
+
"siteTypesAllowed": [
|
|
8349
|
+
"all"
|
|
8350
|
+
]
|
|
8351
|
+
},
|
|
8352
|
+
"potassiumContentAsK2O": {
|
|
8353
|
+
"siteTypesAllowed": [
|
|
8354
|
+
"all"
|
|
8355
|
+
]
|
|
8356
|
+
},
|
|
8357
|
+
"processingAllocationCarcassWeightToReadyToCookWeight": {
|
|
8358
|
+
"siteTypesAllowed": [
|
|
8359
|
+
"all"
|
|
8360
|
+
]
|
|
8361
|
+
},
|
|
8362
|
+
"processingAllocationLiveweightToCarcassWeight": {
|
|
8363
|
+
"siteTypesAllowed": [
|
|
8364
|
+
"all"
|
|
8365
|
+
]
|
|
8366
|
+
},
|
|
8367
|
+
"processingConversionCarcassWeightToReadyToCookWeight": {
|
|
8368
|
+
"siteTypesAllowed": [
|
|
8369
|
+
"all"
|
|
8370
|
+
]
|
|
8371
|
+
},
|
|
8372
|
+
"processingConversionDressedCarcassWeightToReadyToCookWeight": {
|
|
8373
|
+
"siteTypesAllowed": [
|
|
8374
|
+
"all"
|
|
8375
|
+
]
|
|
8376
|
+
},
|
|
8377
|
+
"processingConversionLiveweightToCarcassWeight": {
|
|
8378
|
+
"siteTypesAllowed": [
|
|
8379
|
+
"all"
|
|
8380
|
+
]
|
|
8381
|
+
},
|
|
8382
|
+
"processingConversionLiveweightToDressedCarcassWeight": {
|
|
8383
|
+
"siteTypesAllowed": [
|
|
8384
|
+
"all"
|
|
8385
|
+
]
|
|
8386
|
+
},
|
|
8387
|
+
"processingConversionLiveweightToFillet": {
|
|
8388
|
+
"siteTypesAllowed": [
|
|
8389
|
+
"all"
|
|
8390
|
+
]
|
|
8391
|
+
},
|
|
8392
|
+
"processingConversionLiveweightToReadyToCookWeight": {
|
|
8393
|
+
"siteTypesAllowed": [
|
|
8394
|
+
"all"
|
|
8395
|
+
]
|
|
8396
|
+
},
|
|
8397
|
+
"readyToCookWeightPerHead": {
|
|
8398
|
+
"siteTypesAllowed": [
|
|
8399
|
+
"all"
|
|
8400
|
+
]
|
|
8401
|
+
},
|
|
8402
|
+
"rootingDepth": {
|
|
8403
|
+
"siteTypesAllowed": [
|
|
8404
|
+
"forest",
|
|
8405
|
+
"other natural vegetation",
|
|
8406
|
+
"cropland",
|
|
8407
|
+
"glass or high accessible cover",
|
|
8408
|
+
"permanent pasture"
|
|
8409
|
+
]
|
|
8410
|
+
},
|
|
8411
|
+
"siliconContent": {
|
|
8412
|
+
"siteTypesAllowed": [
|
|
8413
|
+
"all"
|
|
8414
|
+
]
|
|
8415
|
+
},
|
|
8416
|
+
"sodiumContent": {
|
|
8417
|
+
"siteTypesAllowed": [
|
|
8418
|
+
"all"
|
|
8419
|
+
]
|
|
8420
|
+
},
|
|
8421
|
+
"starchContent": {
|
|
8422
|
+
"siteTypesAllowed": [
|
|
8423
|
+
"all"
|
|
8424
|
+
]
|
|
8425
|
+
},
|
|
8426
|
+
"sucroseContent": {
|
|
8427
|
+
"siteTypesAllowed": [
|
|
8428
|
+
"all"
|
|
8429
|
+
]
|
|
8430
|
+
},
|
|
8431
|
+
"sulphurContent": {
|
|
8432
|
+
"siteTypesAllowed": [
|
|
8433
|
+
"all"
|
|
8434
|
+
]
|
|
8435
|
+
},
|
|
8436
|
+
"totalAmmoniacalNitrogenContentAsN": {
|
|
8437
|
+
"siteTypesAllowed": [
|
|
8438
|
+
"all"
|
|
8439
|
+
]
|
|
8440
|
+
},
|
|
8441
|
+
"ureaseInhibitorUsed": {
|
|
8442
|
+
"siteTypesAllowed": [
|
|
8443
|
+
"forest",
|
|
8444
|
+
"other natural vegetation",
|
|
8445
|
+
"cropland",
|
|
8446
|
+
"glass or high accessible cover",
|
|
8447
|
+
"permanent pasture"
|
|
8448
|
+
]
|
|
8449
|
+
},
|
|
8450
|
+
"volatileSolidsContent": {
|
|
8451
|
+
"siteTypesAllowed": [
|
|
8452
|
+
"all"
|
|
8453
|
+
]
|
|
8454
|
+
},
|
|
8455
|
+
"zincContent": {
|
|
8456
|
+
"siteTypesAllowed": [
|
|
8457
|
+
"all"
|
|
8458
|
+
]
|
|
8459
|
+
},
|
|
7963
8460
|
"freshwaterWithdrawalsDuringCycle": {
|
|
7964
8461
|
"siteTypesAllowed": [
|
|
7965
8462
|
"all"
|