@hestia-earth/glossary 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/index.js +11 -1
- package/package.json +1 -1
- package/resources/defaultModelId.json +20 -19
- package/resources/impactAssessment.json +17 -2
- package/resources/term-restrictions.json +890 -81
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,46 @@
|
|
|
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.6.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.5.2...v0.6.0) (2022-08-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **animalProduct:** renamed `animalProduct` lookup
|
|
11
|
+
`excreta` to `excretaKgNTermId` and
|
|
12
|
+
`excretaVs` to `excretaKgVsTermId`
|
|
13
|
+
* **liveAquaticSpecies:** renamed liveAquaticSpecies lookup
|
|
14
|
+
`excreta` to `excretaKgNTermId` and
|
|
15
|
+
`excretaVs` to `excretaKgVsTermId`
|
|
16
|
+
* **liveAnimal:** renamed liveAnimal lookup `excreta` to `excretaKgNTermId` and
|
|
17
|
+
`excretaVs` to `excretaKgVsTermId`
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **animalProduct:** add lookup `excretaKgMass` and rename excreta lookups ([81b3be5](https://gitlab.com/hestia-earth/hestia-glossary/commit/81b3be5a0464caae03da235138366de2d94ae342)), closes [#466](https://gitlab.com/hestia-earth/hestia-glossary/issues/466)
|
|
22
|
+
* **biologicalControlAgent:** create glossary ([f144173](https://gitlab.com/hestia-earth/hestia-glossary/commit/f144173ac60dd178cb04391899ff9b5b9867ec38)), closes [#271](https://gitlab.com/hestia-earth/hestia-glossary/issues/271)
|
|
23
|
+
* **characterisedIndicator:** set `defaultModelId` lookup for all `damageTo...` terms ([4476156](https://gitlab.com/hestia-earth/hestia-glossary/commit/447615693ea4fe33bfb51a88634bb087d469d5ba))
|
|
24
|
+
* **emission:** add `model` restrictions on `site.siteType` allowed ([c6dc425](https://gitlab.com/hestia-earth/hestia-glossary/commit/c6dc425ad46169cd724bfa07848a7439de88394e))
|
|
25
|
+
* **emission:** set `productTermTypesAllowed` to `excreta` only for excreta terms ([e53981a](https://gitlab.com/hestia-earth/hestia-glossary/commit/e53981aa90d20cbc33d10b8be1ee69ca04af03cb)), closes [#459](https://gitlab.com/hestia-earth/hestia-glossary/issues/459)
|
|
26
|
+
* **excretaManagement:** change NH3 lookups to use `excreta` terms instead of `liveAnimal` ([144ad99](https://gitlab.com/hestia-earth/hestia-glossary/commit/144ad99b706c869758e4181a73a56846c2ffc568)), closes [#459](https://gitlab.com/hestia-earth/hestia-glossary/issues/459)
|
|
27
|
+
* **liveAnimal:** add lookup `excretaKgMass` and rename excreta lookups ([a07ade3](https://gitlab.com/hestia-earth/hestia-glossary/commit/a07ade3164237224f62de09e971abd8e7e652d07))
|
|
28
|
+
* **liveAquaticSpecies:** add lookup `excretaKgMass` and rename excreta lookups ([ff7c899](https://gitlab.com/hestia-earth/hestia-glossary/commit/ff7c899efcf006b00e2d3b9dadd7cf2fc8521737)), closes [#466](https://gitlab.com/hestia-earth/hestia-glossary/issues/466)
|
|
29
|
+
* **measurement:** limit `siteTypesAllowed` for `Heavy winter precipitation` to cropland and pasture ([7861529](https://gitlab.com/hestia-earth/hestia-glossary/commit/7861529c774af604aa1e2424d5aa3136628cd8cd)), closes [#145](https://gitlab.com/hestia-earth/hestia-glossary/issues/145)
|
|
30
|
+
* **other:** moves `Phytoseiulus persimilis` to `biologicalControlAgent` ([af9f602](https://gitlab.com/hestia-earth/hestia-glossary/commit/af9f60289552231d36b3d795d83bae62c6e31b36)), closes [#271](https://gitlab.com/hestia-earth/hestia-glossary/issues/271)
|
|
31
|
+
* **pesticideAI:** move terms to to `biologicalControlAgent` ([7fd2297](https://gitlab.com/hestia-earth/hestia-glossary/commit/7fd22974bbc29858b0986c5e137b29f01dbe2cc9)), closes [#271](https://gitlab.com/hestia-earth/hestia-glossary/issues/271)
|
|
32
|
+
* **region:** rename `Alga` and `Mite` as duplicated in `biologicalControlAgent` ([aa99dd6](https://gitlab.com/hestia-earth/hestia-glossary/commit/aa99dd66131c27b562da62c3671ddb9aa8e6a41a)), closes [#271](https://gitlab.com/hestia-earth/hestia-glossary/issues/271)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* **characterisedIndicator:** delete wrong lookup for marine eutrophication LC-impact indicator ([ce47aab](https://gitlab.com/hestia-earth/hestia-glossary/commit/ce47aab8578d60b6a6aa8c0414f1a8d658388260))
|
|
38
|
+
* **characterisedIndicator:** delete wrong lookup for marine eutrophication LC-impact indicator ([8ca619c](https://gitlab.com/hestia-earth/hestia-glossary/commit/8ca619c6f4e10c5d44ae5a2538395003c223186c))
|
|
39
|
+
* **crop:** error in `hempSeed` `id` in `crop-property-lookup` ([da97beb](https://gitlab.com/hestia-earth/hestia-glossary/commit/da97bebcc184b23ba9af321c443d1bf65bf4bdd3))
|
|
40
|
+
* **crop:** errors in tree terms, area lookups, add missing `subClassOf` ([d0e8ef5](https://gitlab.com/hestia-earth/hestia-glossary/commit/d0e8ef5e2f911b0aa2485473060e334cbd7a740b))
|
|
41
|
+
* **crop:** update errors in term names and lookups ([66bf860](https://gitlab.com/hestia-earth/hestia-glossary/commit/66bf86035617db99d615216e2d4a9eb6d44e81f0)), closes [#441](https://gitlab.com/hestia-earth/hestia-glossary/issues/441) [#448](https://gitlab.com/hestia-earth/hestia-glossary/issues/448) [#470](https://gitlab.com/hestia-earth/hestia-glossary/issues/470) [#454](https://gitlab.com/hestia-earth/hestia-glossary/issues/454) [#455](https://gitlab.com/hestia-earth/hestia-glossary/issues/455)
|
|
42
|
+
* **grass:** rename `lemon grass` to `wire lemon grass` ([95293e2](https://gitlab.com/hestia-earth/hestia-glossary/commit/95293e2b69f00e67dd4793ad56d6a7acbd36f402))
|
|
43
|
+
* **grass:** update `grass-property-lookup` term `lemonGrassFreshForage` ([2ee73fd](https://gitlab.com/hestia-earth/hestia-glossary/commit/2ee73fda0f0752109d31f4d344b236089ed889d7))
|
|
44
|
+
|
|
5
45
|
### [0.5.2](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.5.1...v0.5.2) (2022-07-26)
|
|
6
46
|
|
|
7
47
|
|
package/index.js
CHANGED
|
@@ -57,6 +57,15 @@ const getDefaultModelId = (id) => loadResource('defaultModelId.json')[id];
|
|
|
57
57
|
*/
|
|
58
58
|
const getTermRestrictions = (id) => loadResource('term-restrictions.json')[id];
|
|
59
59
|
|
|
60
|
+
/**
|
|
61
|
+
* Returns the list of restrictions of the Term/Model mapping.
|
|
62
|
+
*
|
|
63
|
+
* @param {string} id The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
64
|
+
* @param {string} modelId The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
65
|
+
* @returns A list of restrictions as an object.
|
|
66
|
+
*/
|
|
67
|
+
const getTermModelRestrictions = (id, modelId) => (loadResource('term-restrictions.json')[id] || {})[modelId];
|
|
68
|
+
|
|
60
69
|
module.exports = {
|
|
61
70
|
loadResourceKey,
|
|
62
71
|
iso31662ToName,
|
|
@@ -65,5 +74,6 @@ module.exports = {
|
|
|
65
74
|
getArrayTreatment,
|
|
66
75
|
getDefaultModeId: getDefaultModelId, // backwards compatibility
|
|
67
76
|
getDefaultModelId,
|
|
68
|
-
getTermRestrictions
|
|
77
|
+
getTermRestrictions,
|
|
78
|
+
getTermModelRestrictions
|
|
69
79
|
};
|
package/package.json
CHANGED
|
@@ -22,25 +22,26 @@
|
|
|
22
22
|
"humanNonCarcinogenicToxicity": "",
|
|
23
23
|
"agriculturalLandOccupationPotential": "",
|
|
24
24
|
"fineParticulateMatterFormation": "",
|
|
25
|
-
"damageToHumanHealthClimateChange": "",
|
|
26
|
-
"damageToTerrestrialEcosystemsClimateChange": "",
|
|
27
|
-
"damageToFreshwaterEcosystemsClimateChange": "",
|
|
28
|
-
"damageToHumanHealthStratosphericOzoneDepletion": "",
|
|
29
|
-
"damageToHumanHealthPhotochemicalOzoneFormation": "",
|
|
30
|
-
"damageToTerrestrialEcosystemsPhotochemicalOzoneFormation": "",
|
|
31
|
-
"damageToHumanHealthParticulateMatterFormation": "",
|
|
32
|
-
"damageToTerrestrialEcosystemsTerrestrialAcidification": "",
|
|
33
|
-
"damageToFreshwaterEcosystemsFreshwaterEutrophication": "",
|
|
34
|
-
"damageToMarineEcosystemsMarineEutrophication": "",
|
|
35
|
-
"damageToTerrestrialEcosystemsTerrestrialEcotoxicity": "",
|
|
36
|
-
"damageToFreshwaterEcosystemsFreshwaterEcotoxicity": "",
|
|
37
|
-
"damageToMarineEcosystemsMarineEcotoxicity": "",
|
|
38
|
-
"damageToHumanHealthHumanToxicityCancerogenic": "",
|
|
39
|
-
"damageToHumanHealthHumanToxicityNonCancerogenic": "",
|
|
40
|
-
"damageToTerrestrialEcosystemsLandOccupation": "",
|
|
41
|
-
"damageToTerrestrialEcosystemsLandTransformation": "",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
25
|
+
"damageToHumanHealthClimateChange": "lcImpactAllEffects100Years",
|
|
26
|
+
"damageToTerrestrialEcosystemsClimateChange": "lcImpactAllEffects100Years",
|
|
27
|
+
"damageToFreshwaterEcosystemsClimateChange": "lcImpactAllEffects100Years",
|
|
28
|
+
"damageToHumanHealthStratosphericOzoneDepletion": "lcImpactAllEffects100Years",
|
|
29
|
+
"damageToHumanHealthPhotochemicalOzoneFormation": "lcImpactAllEffects100Years",
|
|
30
|
+
"damageToTerrestrialEcosystemsPhotochemicalOzoneFormation": "lcImpactAllEffects100Years",
|
|
31
|
+
"damageToHumanHealthParticulateMatterFormation": "lcImpactAllEffects100Years",
|
|
32
|
+
"damageToTerrestrialEcosystemsTerrestrialAcidification": "lcImpactAllEffects100Years",
|
|
33
|
+
"damageToFreshwaterEcosystemsFreshwaterEutrophication": "lcImpactAllEffects100Years",
|
|
34
|
+
"damageToMarineEcosystemsMarineEutrophication": "lcImpactAllEffects100Years",
|
|
35
|
+
"damageToTerrestrialEcosystemsTerrestrialEcotoxicity": "lcImpactAllEffects100Years",
|
|
36
|
+
"damageToFreshwaterEcosystemsFreshwaterEcotoxicity": "lcImpactAllEffects100Years",
|
|
37
|
+
"damageToMarineEcosystemsMarineEcotoxicity": "lcImpactAllEffects100Years",
|
|
38
|
+
"damageToHumanHealthHumanToxicityCancerogenic": "lcImpactAllEffects100Years",
|
|
39
|
+
"damageToHumanHealthHumanToxicityNonCancerogenic": "lcImpactAllEffects100Years",
|
|
40
|
+
"damageToTerrestrialEcosystemsLandOccupation": "chaudharyBrooks2018",
|
|
41
|
+
"damageToTerrestrialEcosystemsLandTransformation": "chaudharyBrooks2018",
|
|
42
|
+
"damageToTerrestrialEcosystemsTotalLandUseEffects": "chaudharyBrooks2018",
|
|
43
|
+
"damageToHumanHealthWaterStress": "lcImpactAllEffects100Years",
|
|
44
|
+
"damageToFreshwaterEcosystemsWaterStress": "lcImpactAllEffects100Years",
|
|
44
45
|
"damageToHumanHealth": "lcImpactAllEffects100Years",
|
|
45
46
|
"damageToTerrestrialEcosystemsPdfYear": "lcImpactAllEffects100Years",
|
|
46
47
|
"damageToFreshwaterEcosystemsPdfYear": "lcImpactAllEffects100Years",
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"nitrogenUptakeWeedsAndVolunteers",
|
|
11
11
|
"fallow",
|
|
12
12
|
"abacaTrees",
|
|
13
|
+
"adzukiBeanVines",
|
|
13
14
|
"agatiTrees",
|
|
15
|
+
"chineseAlbiziaTrees",
|
|
14
16
|
"alfalfaPlants",
|
|
15
17
|
"allspiceTrees",
|
|
16
18
|
"almondTrees",
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"basilPlants",
|
|
35
37
|
"bayTrees",
|
|
36
38
|
"bergamotPlants",
|
|
37
|
-
"
|
|
39
|
+
"canaryGrassPlants",
|
|
38
40
|
"commonBeanPlants",
|
|
39
41
|
"greenBeanPlants",
|
|
40
42
|
"beetrootPlants",
|
|
@@ -43,6 +45,7 @@
|
|
|
43
45
|
"blackWattleTrees",
|
|
44
46
|
"blackberryPlants",
|
|
45
47
|
"blueberryPlants",
|
|
48
|
+
"brazilNutTrees",
|
|
46
49
|
"breadfruitTrees",
|
|
47
50
|
"broadBeanPlants",
|
|
48
51
|
"broccoliPlants",
|
|
@@ -86,6 +89,7 @@
|
|
|
86
89
|
"whiteCloverPlants",
|
|
87
90
|
"redCloverPlants",
|
|
88
91
|
"cocoaTrees",
|
|
92
|
+
"coconutTrees",
|
|
89
93
|
"taroPlants",
|
|
90
94
|
"yautiaPlants",
|
|
91
95
|
"coffeePlants",
|
|
@@ -106,6 +110,7 @@
|
|
|
106
110
|
"cuminPlants",
|
|
107
111
|
"dateTrees",
|
|
108
112
|
"dillPlants",
|
|
113
|
+
"drumstickTrees",
|
|
109
114
|
"durumWheatPlants",
|
|
110
115
|
"eddoePlants",
|
|
111
116
|
"eggplantPlants",
|
|
@@ -131,6 +136,7 @@
|
|
|
131
136
|
"peanutPlants",
|
|
132
137
|
"guavaTrees",
|
|
133
138
|
"hazelnutTrees",
|
|
139
|
+
"hedgeLucernePlants",
|
|
134
140
|
"hempPlants",
|
|
135
141
|
"sunnHempPlants",
|
|
136
142
|
"rosellaHempPlants",
|
|
@@ -161,6 +167,7 @@
|
|
|
161
167
|
"lebbekTrees",
|
|
162
168
|
"lemonTrees",
|
|
163
169
|
"lemonBalmPlants",
|
|
170
|
+
"lemonGrassPlants",
|
|
164
171
|
"lemonVerbenaPlants",
|
|
165
172
|
"lentilPlants",
|
|
166
173
|
"lespedezaPlantsAllVarieties",
|
|
@@ -172,6 +179,7 @@
|
|
|
172
179
|
"loquatTrees",
|
|
173
180
|
"lovagePlants",
|
|
174
181
|
"lupinPlants",
|
|
182
|
+
"macadamiaTrees",
|
|
175
183
|
"macePlants",
|
|
176
184
|
"magueyPlants",
|
|
177
185
|
"maizePlants",
|
|
@@ -188,6 +196,7 @@
|
|
|
188
196
|
"prosoMilletPlants",
|
|
189
197
|
"mintPlantsAllVarieties",
|
|
190
198
|
"mulberryTreesAllVarieties",
|
|
199
|
+
"mulberryTreesForSilkworms",
|
|
191
200
|
"mungBeanPlants",
|
|
192
201
|
"mushroomFungi",
|
|
193
202
|
"mustardPlants",
|
|
@@ -206,17 +215,19 @@
|
|
|
206
215
|
"oreganoPlants",
|
|
207
216
|
"ornamentalPlants",
|
|
208
217
|
"palmyraPalmTrees",
|
|
218
|
+
"sagoPalmTrees",
|
|
209
219
|
"papayaTrees",
|
|
210
220
|
"parsnipPlants",
|
|
211
221
|
"parsleyPlants",
|
|
212
222
|
"peaPlants",
|
|
213
223
|
"peachTrees",
|
|
214
224
|
"pearTrees",
|
|
215
|
-
"
|
|
225
|
+
"pecanTrees",
|
|
216
226
|
"chiliPepperPlants",
|
|
217
227
|
"persimmonTrees",
|
|
218
228
|
"pigeonPeaPlants",
|
|
219
229
|
"pineapplePlants",
|
|
230
|
+
"pistachioTrees",
|
|
220
231
|
"plantainTrees",
|
|
221
232
|
"plantain",
|
|
222
233
|
"plumTrees",
|
|
@@ -261,6 +272,7 @@
|
|
|
261
272
|
"scorzoneraPlants",
|
|
262
273
|
"sesamePlants",
|
|
263
274
|
"sesbanTrees",
|
|
275
|
+
"sheaNutTrees",
|
|
264
276
|
"sisalPlants",
|
|
265
277
|
"sorghumPlants",
|
|
266
278
|
"sorrelPlants",
|
|
@@ -284,17 +296,20 @@
|
|
|
284
296
|
"teaPlants",
|
|
285
297
|
"teffPlants",
|
|
286
298
|
"winterThornTrees",
|
|
299
|
+
"umbrellaThornTrees",
|
|
287
300
|
"thymePlants",
|
|
288
301
|
"tobaccoPlants",
|
|
289
302
|
"tomatoPlants",
|
|
290
303
|
"trefoilPlants",
|
|
291
304
|
"triticalePlants",
|
|
305
|
+
"tungTrees",
|
|
292
306
|
"turmericPlants",
|
|
293
307
|
"turnipPlants",
|
|
294
308
|
"uradBeanPlants",
|
|
295
309
|
"urenaPlants",
|
|
296
310
|
"vanillaPlants",
|
|
297
311
|
"vetchPlants",
|
|
312
|
+
"walnutTrees",
|
|
298
313
|
"watercressPlants",
|
|
299
314
|
"watermelonPlants",
|
|
300
315
|
"wasabiPlants",
|
|
@@ -340,6 +340,801 @@
|
|
|
340
340
|
"sea or ocean"
|
|
341
341
|
]
|
|
342
342
|
},
|
|
343
|
+
"parasitoid": {
|
|
344
|
+
"siteTypesAllowed": [
|
|
345
|
+
"all"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
"pathogen": {
|
|
349
|
+
"siteTypesAllowed": [
|
|
350
|
+
"all"
|
|
351
|
+
]
|
|
352
|
+
},
|
|
353
|
+
"predator": {
|
|
354
|
+
"siteTypesAllowed": [
|
|
355
|
+
"all"
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
"weedFeeder": {
|
|
359
|
+
"siteTypesAllowed": [
|
|
360
|
+
"all"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
"wasp": {
|
|
364
|
+
"siteTypesAllowed": [
|
|
365
|
+
"all"
|
|
366
|
+
]
|
|
367
|
+
},
|
|
368
|
+
"anaphesFlavipes": {
|
|
369
|
+
"siteTypesAllowed": [
|
|
370
|
+
"all"
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
"emeraldAshBorer": {
|
|
374
|
+
"siteTypesAllowed": [
|
|
375
|
+
"all"
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
"bathyplectesSpp": {
|
|
379
|
+
"siteTypesAllowed": [
|
|
380
|
+
"all"
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
"bathyplectesAnurus": {
|
|
384
|
+
"siteTypesAllowed": [
|
|
385
|
+
"all"
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
"bathyplectesCurculionis": {
|
|
389
|
+
"siteTypesAllowed": [
|
|
390
|
+
"all"
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"catolaccusGrandis": {
|
|
394
|
+
"siteTypesAllowed": [
|
|
395
|
+
"all"
|
|
396
|
+
]
|
|
397
|
+
},
|
|
398
|
+
"whiteButterflyParasite": {
|
|
399
|
+
"siteTypesAllowed": [
|
|
400
|
+
"all"
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
"diadegmaInsulare": {
|
|
404
|
+
"siteTypesAllowed": [
|
|
405
|
+
"all"
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
"diadromusPulchellus": {
|
|
409
|
+
"siteTypesAllowed": [
|
|
410
|
+
"all"
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
"encarsiaFormosa": {
|
|
414
|
+
"siteTypesAllowed": [
|
|
415
|
+
"all"
|
|
416
|
+
]
|
|
417
|
+
},
|
|
418
|
+
"encarsiaInaron": {
|
|
419
|
+
"siteTypesAllowed": [
|
|
420
|
+
"all"
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"eretmocerusEremicus": {
|
|
424
|
+
"siteTypesAllowed": [
|
|
425
|
+
"all"
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
"ichneumonidWasp": {
|
|
429
|
+
"siteTypesAllowed": [
|
|
430
|
+
"all"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
"knifeShapedIbalia": {
|
|
434
|
+
"siteTypesAllowed": [
|
|
435
|
+
"all"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
"aphidiidWasp": {
|
|
439
|
+
"siteTypesAllowed": [
|
|
440
|
+
"all"
|
|
441
|
+
]
|
|
442
|
+
},
|
|
443
|
+
"macrocentrusCingulum": {
|
|
444
|
+
"siteTypesAllowed": [
|
|
445
|
+
"all"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
"metaphycusAlberti": {
|
|
449
|
+
"siteTypesAllowed": [
|
|
450
|
+
"all"
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
"muscidifuraxRaptor": {
|
|
454
|
+
"siteTypesAllowed": [
|
|
455
|
+
"all"
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
"nealiolusCurculionis": {
|
|
459
|
+
"siteTypesAllowed": [
|
|
460
|
+
"all"
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
"peristenusDigoneutis": {
|
|
464
|
+
"siteTypesAllowed": [
|
|
465
|
+
"all"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
"pholetesorOrnigis": {
|
|
469
|
+
"siteTypesAllowed": [
|
|
470
|
+
"all"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"tamarixiaRadiata": {
|
|
474
|
+
"siteTypesAllowed": [
|
|
475
|
+
"all"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"trichogrammaOstriniae": {
|
|
479
|
+
"siteTypesAllowed": [
|
|
480
|
+
"all"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"greenVegetableBugEggParasitoid": {
|
|
484
|
+
"siteTypesAllowed": [
|
|
485
|
+
"all"
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
"trissolcusEuschisti": {
|
|
489
|
+
"siteTypesAllowed": [
|
|
490
|
+
"all"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
"fly": {
|
|
494
|
+
"siteTypesAllowed": [
|
|
495
|
+
"all"
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
"pseudacteonSpp": {
|
|
499
|
+
"siteTypesAllowed": [
|
|
500
|
+
"all"
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
"trichopodaPennipes": {
|
|
504
|
+
"siteTypesAllowed": [
|
|
505
|
+
"all"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
"bacterium": {
|
|
509
|
+
"siteTypesAllowed": [
|
|
510
|
+
"all"
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
"bacillusThuringiensis": {
|
|
514
|
+
"siteTypesAllowed": [
|
|
515
|
+
"all"
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
"milkySpore": {
|
|
519
|
+
"siteTypesAllowed": [
|
|
520
|
+
"all"
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
"pseudomonasSyringae": {
|
|
524
|
+
"siteTypesAllowed": [
|
|
525
|
+
"all"
|
|
526
|
+
]
|
|
527
|
+
},
|
|
528
|
+
"virus": {
|
|
529
|
+
"siteTypesAllowed": [
|
|
530
|
+
"all"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
"baculoviridae": {
|
|
534
|
+
"siteTypesAllowed": [
|
|
535
|
+
"all"
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
"fungus": {
|
|
539
|
+
"siteTypesAllowed": [
|
|
540
|
+
"all"
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
"summitDisease": {
|
|
544
|
+
"siteTypesAllowed": [
|
|
545
|
+
"all"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
"entomophagaMacleodii": {
|
|
549
|
+
"siteTypesAllowed": [
|
|
550
|
+
"all"
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
"entomophagaCalopteni": {
|
|
554
|
+
"siteTypesAllowed": [
|
|
555
|
+
"all"
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
"entomophagaPraxibuli": {
|
|
559
|
+
"siteTypesAllowed": [
|
|
560
|
+
"all"
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
"entomophagaMaimaiga": {
|
|
564
|
+
"siteTypesAllowed": [
|
|
565
|
+
"all"
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
"entomophthoraMuscae": {
|
|
569
|
+
"siteTypesAllowed": [
|
|
570
|
+
"all"
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
"metarhizium": {
|
|
574
|
+
"siteTypesAllowed": [
|
|
575
|
+
"all"
|
|
576
|
+
]
|
|
577
|
+
},
|
|
578
|
+
"ampelomycesQuisqualis": {
|
|
579
|
+
"siteTypesAllowed": [
|
|
580
|
+
"all"
|
|
581
|
+
]
|
|
582
|
+
},
|
|
583
|
+
"phlebiopsisGigantea": {
|
|
584
|
+
"siteTypesAllowed": [
|
|
585
|
+
"all"
|
|
586
|
+
]
|
|
587
|
+
},
|
|
588
|
+
"trichodermaSpp": {
|
|
589
|
+
"siteTypesAllowed": [
|
|
590
|
+
"all"
|
|
591
|
+
]
|
|
592
|
+
},
|
|
593
|
+
"nematode": {
|
|
594
|
+
"siteTypesAllowed": [
|
|
595
|
+
"all"
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
"deladenusSiricidicola": {
|
|
599
|
+
"siteTypesAllowed": [
|
|
600
|
+
"all"
|
|
601
|
+
]
|
|
602
|
+
},
|
|
603
|
+
"grasshopperNematode": {
|
|
604
|
+
"siteTypesAllowed": [
|
|
605
|
+
"all"
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
"phasmarhabditisHermaphrodita": {
|
|
609
|
+
"siteTypesAllowed": [
|
|
610
|
+
"all"
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
"protozoan": {
|
|
614
|
+
"siteTypesAllowed": [
|
|
615
|
+
"all"
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
|
+
"alga": {
|
|
619
|
+
"siteTypesAllowed": [
|
|
620
|
+
"all"
|
|
621
|
+
]
|
|
622
|
+
},
|
|
623
|
+
"lagenidiumGiganteum": {
|
|
624
|
+
"siteTypesAllowed": [
|
|
625
|
+
"all"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
"ladyBeetle": {
|
|
629
|
+
"siteTypesAllowed": [
|
|
630
|
+
"all"
|
|
631
|
+
]
|
|
632
|
+
},
|
|
633
|
+
"kuwanaSLadyBeetle": {
|
|
634
|
+
"siteTypesAllowed": [
|
|
635
|
+
"all"
|
|
636
|
+
]
|
|
637
|
+
},
|
|
638
|
+
"twiceStabbedLadyBeetle": {
|
|
639
|
+
"siteTypesAllowed": [
|
|
640
|
+
"all"
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"heatherLadybird": {
|
|
644
|
+
"siteTypesAllowed": [
|
|
645
|
+
"all"
|
|
646
|
+
]
|
|
647
|
+
},
|
|
648
|
+
"sevenSpottedLadyBeetle": {
|
|
649
|
+
"siteTypesAllowed": [
|
|
650
|
+
"all"
|
|
651
|
+
]
|
|
652
|
+
},
|
|
653
|
+
"spottedLadyBeetle": {
|
|
654
|
+
"siteTypesAllowed": [
|
|
655
|
+
"all"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
"mealybugDestroyer": {
|
|
659
|
+
"siteTypesAllowed": [
|
|
660
|
+
"all"
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
"harlequin": {
|
|
664
|
+
"siteTypesAllowed": [
|
|
665
|
+
"all"
|
|
666
|
+
]
|
|
667
|
+
},
|
|
668
|
+
"convergentLadyBeetle": {
|
|
669
|
+
"siteTypesAllowed": [
|
|
670
|
+
"all"
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
"sasajiscymnusTsugae": {
|
|
674
|
+
"siteTypesAllowed": [
|
|
675
|
+
"all"
|
|
676
|
+
]
|
|
677
|
+
},
|
|
678
|
+
"vedaliaBeetle": {
|
|
679
|
+
"siteTypesAllowed": [
|
|
680
|
+
"all"
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
"lesserMiteDestroyer": {
|
|
684
|
+
"siteTypesAllowed": [
|
|
685
|
+
"all"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"spiderMiteDestroyer": {
|
|
689
|
+
"siteTypesAllowed": [
|
|
690
|
+
"all"
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
"stethorusPunctumPicipes": {
|
|
694
|
+
"siteTypesAllowed": [
|
|
695
|
+
"all"
|
|
696
|
+
]
|
|
697
|
+
},
|
|
698
|
+
"stethorusPunctumPunctum": {
|
|
699
|
+
"siteTypesAllowed": [
|
|
700
|
+
"all"
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"lebiaGrandis": {
|
|
704
|
+
"siteTypesAllowed": [
|
|
705
|
+
"all"
|
|
706
|
+
]
|
|
707
|
+
},
|
|
708
|
+
"aleocharaBilineata": {
|
|
709
|
+
"siteTypesAllowed": [
|
|
710
|
+
"all"
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
"bug": {
|
|
714
|
+
"siteTypesAllowed": [
|
|
715
|
+
"all"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
"mulleinBug": {
|
|
719
|
+
"siteTypesAllowed": [
|
|
720
|
+
"all"
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
"deraeocorisNebulosus": {
|
|
724
|
+
"siteTypesAllowed": [
|
|
725
|
+
"all"
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
"bigeyedBug": {
|
|
729
|
+
"siteTypesAllowed": [
|
|
730
|
+
"all"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
"bigEyeBug": {
|
|
734
|
+
"siteTypesAllowed": [
|
|
735
|
+
"all"
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
"westernBigEyedBug": {
|
|
739
|
+
"siteTypesAllowed": [
|
|
740
|
+
"all"
|
|
741
|
+
]
|
|
742
|
+
},
|
|
743
|
+
"minutePirateBug": {
|
|
744
|
+
"siteTypesAllowed": [
|
|
745
|
+
"all"
|
|
746
|
+
]
|
|
747
|
+
},
|
|
748
|
+
"minuteFlowerBug": {
|
|
749
|
+
"siteTypesAllowed": [
|
|
750
|
+
"all"
|
|
751
|
+
]
|
|
752
|
+
},
|
|
753
|
+
"insidiousFlowerBug": {
|
|
754
|
+
"siteTypesAllowed": [
|
|
755
|
+
"all"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
"spinedSoldierBug": {
|
|
759
|
+
"siteTypesAllowed": [
|
|
760
|
+
"all"
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
"lacewing": {
|
|
764
|
+
"siteTypesAllowed": [
|
|
765
|
+
"all"
|
|
766
|
+
]
|
|
767
|
+
},
|
|
768
|
+
"commonGreenLacewing": {
|
|
769
|
+
"siteTypesAllowed": [
|
|
770
|
+
"all"
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
"redLippedGreenLacewing": {
|
|
774
|
+
"siteTypesAllowed": [
|
|
775
|
+
"all"
|
|
776
|
+
]
|
|
777
|
+
},
|
|
778
|
+
"brownLacewing": {
|
|
779
|
+
"siteTypesAllowed": [
|
|
780
|
+
"all"
|
|
781
|
+
]
|
|
782
|
+
},
|
|
783
|
+
"predatoryFly": {
|
|
784
|
+
"siteTypesAllowed": [
|
|
785
|
+
"all"
|
|
786
|
+
]
|
|
787
|
+
},
|
|
788
|
+
"hoverFly": {
|
|
789
|
+
"siteTypesAllowed": [
|
|
790
|
+
"all"
|
|
791
|
+
]
|
|
792
|
+
},
|
|
793
|
+
"midge": {
|
|
794
|
+
"siteTypesAllowed": [
|
|
795
|
+
"all"
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
"aphidMidge": {
|
|
799
|
+
"siteTypesAllowed": [
|
|
800
|
+
"all"
|
|
801
|
+
]
|
|
802
|
+
},
|
|
803
|
+
"mite": {
|
|
804
|
+
"siteTypesAllowed": [
|
|
805
|
+
"all"
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
"appleOrchardMite": {
|
|
809
|
+
"siteTypesAllowed": [
|
|
810
|
+
"all"
|
|
811
|
+
]
|
|
812
|
+
},
|
|
813
|
+
"westernPredatoryMite": {
|
|
814
|
+
"siteTypesAllowed": [
|
|
815
|
+
"all"
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
"galendromusPyri": {
|
|
819
|
+
"siteTypesAllowed": [
|
|
820
|
+
"all"
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
"neoseiulusFallacis": {
|
|
824
|
+
"siteTypesAllowed": [
|
|
825
|
+
"all"
|
|
826
|
+
]
|
|
827
|
+
},
|
|
828
|
+
"zetzelliaMali": {
|
|
829
|
+
"siteTypesAllowed": [
|
|
830
|
+
"all"
|
|
831
|
+
]
|
|
832
|
+
},
|
|
833
|
+
"predatoryMite": {
|
|
834
|
+
"siteTypesAllowed": [
|
|
835
|
+
"all"
|
|
836
|
+
]
|
|
837
|
+
},
|
|
838
|
+
"euseiusTularensis": {
|
|
839
|
+
"siteTypesAllowed": [
|
|
840
|
+
"all"
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
"euseiusHibisci": {
|
|
844
|
+
"siteTypesAllowed": [
|
|
845
|
+
"all"
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
"phytoseiulusPersimilis": {
|
|
849
|
+
"siteTypesAllowed": [
|
|
850
|
+
"all"
|
|
851
|
+
]
|
|
852
|
+
},
|
|
853
|
+
"harvestman": {
|
|
854
|
+
"siteTypesAllowed": [
|
|
855
|
+
"all"
|
|
856
|
+
]
|
|
857
|
+
},
|
|
858
|
+
"phalangiumOpilio": {
|
|
859
|
+
"siteTypesAllowed": [
|
|
860
|
+
"all"
|
|
861
|
+
]
|
|
862
|
+
},
|
|
863
|
+
"alligatorweedControlAgent": {
|
|
864
|
+
"siteTypesAllowed": [
|
|
865
|
+
"all"
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
"alligatorweedFleaBeetle": {
|
|
869
|
+
"siteTypesAllowed": [
|
|
870
|
+
"all"
|
|
871
|
+
]
|
|
872
|
+
},
|
|
873
|
+
"toadflaxControlAgentDalmatianAndYellow": {
|
|
874
|
+
"siteTypesAllowed": [
|
|
875
|
+
"all"
|
|
876
|
+
]
|
|
877
|
+
},
|
|
878
|
+
"toadflaxFlowerEatingBeetle": {
|
|
879
|
+
"siteTypesAllowed": [
|
|
880
|
+
"all"
|
|
881
|
+
]
|
|
882
|
+
},
|
|
883
|
+
"toadflaxMoth": {
|
|
884
|
+
"siteTypesAllowed": [
|
|
885
|
+
"all"
|
|
886
|
+
]
|
|
887
|
+
},
|
|
888
|
+
"eteobaleaIntermediella": {
|
|
889
|
+
"siteTypesAllowed": [
|
|
890
|
+
"all"
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
"eteobaleaSerratella": {
|
|
894
|
+
"siteTypesAllowed": [
|
|
895
|
+
"all"
|
|
896
|
+
]
|
|
897
|
+
},
|
|
898
|
+
"gymnetronAntirrhini": {
|
|
899
|
+
"siteTypesAllowed": [
|
|
900
|
+
"all"
|
|
901
|
+
]
|
|
902
|
+
},
|
|
903
|
+
"gymnetronLinariae": {
|
|
904
|
+
"siteTypesAllowed": [
|
|
905
|
+
"all"
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
"gymnetronNetum": {
|
|
909
|
+
"siteTypesAllowed": [
|
|
910
|
+
"all"
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
|
+
"mecinusJanthinus": {
|
|
914
|
+
"siteTypesAllowed": [
|
|
915
|
+
"all"
|
|
916
|
+
]
|
|
917
|
+
},
|
|
918
|
+
"knapweedControlAgentDiffuseAndSpotted": {
|
|
919
|
+
"siteTypesAllowed": [
|
|
920
|
+
"all"
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
|
+
"sulphurKnapweedMoth": {
|
|
924
|
+
"siteTypesAllowed": [
|
|
925
|
+
"all"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
"broadNosedSeedHeadWeevil": {
|
|
929
|
+
"siteTypesAllowed": [
|
|
930
|
+
"all"
|
|
931
|
+
]
|
|
932
|
+
},
|
|
933
|
+
"knapweedPeacockFly": {
|
|
934
|
+
"siteTypesAllowed": [
|
|
935
|
+
"all"
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"knapweedRootWeevil": {
|
|
939
|
+
"siteTypesAllowed": [
|
|
940
|
+
"all"
|
|
941
|
+
]
|
|
942
|
+
},
|
|
943
|
+
"lesserKnapweedFlowerWeevil": {
|
|
944
|
+
"siteTypesAllowed": [
|
|
945
|
+
"all"
|
|
946
|
+
]
|
|
947
|
+
},
|
|
948
|
+
"bluntKnapweedFlowerWeevil": {
|
|
949
|
+
"siteTypesAllowed": [
|
|
950
|
+
"all"
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
"spottedKnapweedSeedHeadMoth": {
|
|
954
|
+
"siteTypesAllowed": [
|
|
955
|
+
"all"
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
"brownWingedRootMoth": {
|
|
959
|
+
"siteTypesAllowed": [
|
|
960
|
+
"all"
|
|
961
|
+
]
|
|
962
|
+
},
|
|
963
|
+
"rootBoringMoth": {
|
|
964
|
+
"siteTypesAllowed": [
|
|
965
|
+
"all"
|
|
966
|
+
]
|
|
967
|
+
},
|
|
968
|
+
"bronzeKnapweedRootBorer": {
|
|
969
|
+
"siteTypesAllowed": [
|
|
970
|
+
"all"
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
"seedheadFly": {
|
|
974
|
+
"siteTypesAllowed": [
|
|
975
|
+
"all"
|
|
976
|
+
]
|
|
977
|
+
},
|
|
978
|
+
"urophoraAffinis": {
|
|
979
|
+
"siteTypesAllowed": [
|
|
980
|
+
"all"
|
|
981
|
+
]
|
|
982
|
+
},
|
|
983
|
+
"urophoraQuadrifasciata": {
|
|
984
|
+
"siteTypesAllowed": [
|
|
985
|
+
"all"
|
|
986
|
+
]
|
|
987
|
+
},
|
|
988
|
+
"leafySpurgeControlAgent": {
|
|
989
|
+
"siteTypesAllowed": [
|
|
990
|
+
"all"
|
|
991
|
+
]
|
|
992
|
+
},
|
|
993
|
+
"minuteSpurgeFleaBeetle": {
|
|
994
|
+
"siteTypesAllowed": [
|
|
995
|
+
"all"
|
|
996
|
+
]
|
|
997
|
+
},
|
|
998
|
+
"brownDotLeafySpurgeFleaBeetle": {
|
|
999
|
+
"siteTypesAllowed": [
|
|
1000
|
+
"all"
|
|
1001
|
+
]
|
|
1002
|
+
},
|
|
1003
|
+
"blackLeafySpurgeFleaBeetle": {
|
|
1004
|
+
"siteTypesAllowed": [
|
|
1005
|
+
"all"
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
"aphthonaFlava": {
|
|
1009
|
+
"siteTypesAllowed": [
|
|
1010
|
+
"all"
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
"aphthonaLacertosa": {
|
|
1014
|
+
"siteTypesAllowed": [
|
|
1015
|
+
"all"
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
"aphthonaNigriscutis": {
|
|
1019
|
+
"siteTypesAllowed": [
|
|
1020
|
+
"all"
|
|
1021
|
+
]
|
|
1022
|
+
},
|
|
1023
|
+
"hungarianClearwingMoth": {
|
|
1024
|
+
"siteTypesAllowed": [
|
|
1025
|
+
"all"
|
|
1026
|
+
]
|
|
1027
|
+
},
|
|
1028
|
+
"spurgeHawkMoth": {
|
|
1029
|
+
"siteTypesAllowed": [
|
|
1030
|
+
"all"
|
|
1031
|
+
]
|
|
1032
|
+
},
|
|
1033
|
+
"leafySpurgeStemBoringBeetle": {
|
|
1034
|
+
"siteTypesAllowed": [
|
|
1035
|
+
"all"
|
|
1036
|
+
]
|
|
1037
|
+
},
|
|
1038
|
+
"spurgiaEsulae": {
|
|
1039
|
+
"siteTypesAllowed": [
|
|
1040
|
+
"all"
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1043
|
+
"melaleucaControlAgent": {
|
|
1044
|
+
"siteTypesAllowed": [
|
|
1045
|
+
"all"
|
|
1046
|
+
]
|
|
1047
|
+
},
|
|
1048
|
+
"melaleucaLeafWeevil": {
|
|
1049
|
+
"siteTypesAllowed": [
|
|
1050
|
+
"all"
|
|
1051
|
+
]
|
|
1052
|
+
},
|
|
1053
|
+
"mileAMinuteWeedControlAgent": {
|
|
1054
|
+
"siteTypesAllowed": [
|
|
1055
|
+
"all"
|
|
1056
|
+
]
|
|
1057
|
+
},
|
|
1058
|
+
"mileAMinuteWeevil": {
|
|
1059
|
+
"siteTypesAllowed": [
|
|
1060
|
+
"all"
|
|
1061
|
+
]
|
|
1062
|
+
},
|
|
1063
|
+
"thistleControlAgentMuskAndPlumeless": {
|
|
1064
|
+
"siteTypesAllowed": [
|
|
1065
|
+
"all"
|
|
1066
|
+
]
|
|
1067
|
+
},
|
|
1068
|
+
"rhinocyllusConicus": {
|
|
1069
|
+
"siteTypesAllowed": [
|
|
1070
|
+
"all"
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
"trichosirocalusHorridus": {
|
|
1074
|
+
"siteTypesAllowed": [
|
|
1075
|
+
"all"
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
1078
|
+
"purpleLoosestrifeControlAgent": {
|
|
1079
|
+
"siteTypesAllowed": [
|
|
1080
|
+
"all"
|
|
1081
|
+
]
|
|
1082
|
+
},
|
|
1083
|
+
"blackMarginedLoosestrifeBeetle": {
|
|
1084
|
+
"siteTypesAllowed": [
|
|
1085
|
+
"all"
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
"galerucellaPusilla": {
|
|
1089
|
+
"siteTypesAllowed": [
|
|
1090
|
+
"all"
|
|
1091
|
+
]
|
|
1092
|
+
},
|
|
1093
|
+
"hylobiusTransversovittatus": {
|
|
1094
|
+
"siteTypesAllowed": [
|
|
1095
|
+
"all"
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1098
|
+
"stJohnswortControlAgent": {
|
|
1099
|
+
"siteTypesAllowed": [
|
|
1100
|
+
"all"
|
|
1101
|
+
]
|
|
1102
|
+
},
|
|
1103
|
+
"klamathweedBeetle": {
|
|
1104
|
+
"siteTypesAllowed": [
|
|
1105
|
+
"all"
|
|
1106
|
+
]
|
|
1107
|
+
},
|
|
1108
|
+
"saintJohnSWortBeetle": {
|
|
1109
|
+
"siteTypesAllowed": [
|
|
1110
|
+
"all"
|
|
1111
|
+
]
|
|
1112
|
+
},
|
|
1113
|
+
"tropicalSodaApple": {
|
|
1114
|
+
"siteTypesAllowed": [
|
|
1115
|
+
"all"
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
"tropicalSodaAppleLeafBeetle": {
|
|
1119
|
+
"siteTypesAllowed": [
|
|
1120
|
+
"all"
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
"waterHyacinthControlAgent": {
|
|
1124
|
+
"siteTypesAllowed": [
|
|
1125
|
+
"all"
|
|
1126
|
+
]
|
|
1127
|
+
},
|
|
1128
|
+
"chevronedWaterHyacinthWeevil": {
|
|
1129
|
+
"siteTypesAllowed": [
|
|
1130
|
+
"all"
|
|
1131
|
+
]
|
|
1132
|
+
},
|
|
1133
|
+
"mottledWaterHyacinthWeevil": {
|
|
1134
|
+
"siteTypesAllowed": [
|
|
1135
|
+
"all"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
343
1138
|
"randomlyTransplanted": {
|
|
344
1139
|
"siteTypesAllowed": [
|
|
345
1140
|
"cropland",
|
|
@@ -630,6 +1425,93 @@
|
|
|
630
1425
|
"grass"
|
|
631
1426
|
]
|
|
632
1427
|
},
|
|
1428
|
+
"n2OToAirExcretaDirect": {
|
|
1429
|
+
"stehfestBouwman2006": {
|
|
1430
|
+
"siteTypesAllowed": [
|
|
1431
|
+
"cropland",
|
|
1432
|
+
"permanent pasture"
|
|
1433
|
+
]
|
|
1434
|
+
},
|
|
1435
|
+
"pooreNemecek2018": {
|
|
1436
|
+
"siteTypesAllowed": [
|
|
1437
|
+
"cropland",
|
|
1438
|
+
"permanent pasture"
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
"siteTypesAllowed": [
|
|
1442
|
+
"cropland",
|
|
1443
|
+
"permanent pasture",
|
|
1444
|
+
"animal housing",
|
|
1445
|
+
"pond",
|
|
1446
|
+
"river or stream",
|
|
1447
|
+
"lake",
|
|
1448
|
+
"sea or ocean"
|
|
1449
|
+
],
|
|
1450
|
+
"productTermIdsAllowed": [
|
|
1451
|
+
"all"
|
|
1452
|
+
],
|
|
1453
|
+
"productTermTypesAllowed": [
|
|
1454
|
+
"excreta"
|
|
1455
|
+
]
|
|
1456
|
+
},
|
|
1457
|
+
"noxToAirExcreta": {
|
|
1458
|
+
"stehfestBouwman2006": {
|
|
1459
|
+
"siteTypesAllowed": [
|
|
1460
|
+
"cropland",
|
|
1461
|
+
"permanent pasture"
|
|
1462
|
+
]
|
|
1463
|
+
},
|
|
1464
|
+
"pooreNemecek2018": {
|
|
1465
|
+
"siteTypesAllowed": [
|
|
1466
|
+
"cropland",
|
|
1467
|
+
"permanent pasture"
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
"siteTypesAllowed": [
|
|
1471
|
+
"cropland",
|
|
1472
|
+
"permanent pasture",
|
|
1473
|
+
"animal housing",
|
|
1474
|
+
"pond",
|
|
1475
|
+
"river or stream",
|
|
1476
|
+
"lake",
|
|
1477
|
+
"sea or ocean"
|
|
1478
|
+
],
|
|
1479
|
+
"productTermIdsAllowed": [
|
|
1480
|
+
"all"
|
|
1481
|
+
],
|
|
1482
|
+
"productTermTypesAllowed": [
|
|
1483
|
+
"excreta"
|
|
1484
|
+
]
|
|
1485
|
+
},
|
|
1486
|
+
"no3ToGroundwaterExcreta": {
|
|
1487
|
+
"stehfestBouwman2006": {
|
|
1488
|
+
"siteTypesAllowed": [
|
|
1489
|
+
"cropland",
|
|
1490
|
+
"permanent pasture"
|
|
1491
|
+
]
|
|
1492
|
+
},
|
|
1493
|
+
"pooreNemecek2018": {
|
|
1494
|
+
"siteTypesAllowed": [
|
|
1495
|
+
"cropland",
|
|
1496
|
+
"permanent pasture"
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
"siteTypesAllowed": [
|
|
1500
|
+
"cropland",
|
|
1501
|
+
"permanent pasture",
|
|
1502
|
+
"animal housing",
|
|
1503
|
+
"pond",
|
|
1504
|
+
"river or stream",
|
|
1505
|
+
"lake",
|
|
1506
|
+
"sea or ocean"
|
|
1507
|
+
],
|
|
1508
|
+
"productTermIdsAllowed": [
|
|
1509
|
+
"all"
|
|
1510
|
+
],
|
|
1511
|
+
"productTermTypesAllowed": [
|
|
1512
|
+
"excreta"
|
|
1513
|
+
]
|
|
1514
|
+
},
|
|
633
1515
|
"1112TetrafluoroethaneToAirInputsProduction": {
|
|
634
1516
|
"siteTypesAllowed": [
|
|
635
1517
|
"all"
|
|
@@ -737,8 +1619,7 @@
|
|
|
737
1619
|
"all"
|
|
738
1620
|
],
|
|
739
1621
|
"productTermTypesAllowed": [
|
|
740
|
-
"excreta"
|
|
741
|
-
"liveAnimal"
|
|
1622
|
+
"excreta"
|
|
742
1623
|
]
|
|
743
1624
|
},
|
|
744
1625
|
"ch4ToAirFloodedRice": {
|
|
@@ -1171,8 +2052,7 @@
|
|
|
1171
2052
|
"all"
|
|
1172
2053
|
],
|
|
1173
2054
|
"productTermTypesAllowed": [
|
|
1174
|
-
"excreta"
|
|
1175
|
-
"liveAnimal"
|
|
2055
|
+
"excreta"
|
|
1176
2056
|
]
|
|
1177
2057
|
},
|
|
1178
2058
|
"n2ToAirInorganicFertilizer": {
|
|
@@ -1320,24 +2200,6 @@
|
|
|
1320
2200
|
"all"
|
|
1321
2201
|
]
|
|
1322
2202
|
},
|
|
1323
|
-
"n2OToAirExcretaDirect": {
|
|
1324
|
-
"siteTypesAllowed": [
|
|
1325
|
-
"cropland",
|
|
1326
|
-
"permanent pasture",
|
|
1327
|
-
"animal housing",
|
|
1328
|
-
"pond",
|
|
1329
|
-
"river or stream",
|
|
1330
|
-
"lake",
|
|
1331
|
-
"sea or ocean"
|
|
1332
|
-
],
|
|
1333
|
-
"productTermIdsAllowed": [
|
|
1334
|
-
"all"
|
|
1335
|
-
],
|
|
1336
|
-
"productTermTypesAllowed": [
|
|
1337
|
-
"excreta",
|
|
1338
|
-
"liveAnimal"
|
|
1339
|
-
]
|
|
1340
|
-
},
|
|
1341
2203
|
"n2OToAirExcretaIndirect": {
|
|
1342
2204
|
"siteTypesAllowed": [
|
|
1343
2205
|
"cropland",
|
|
@@ -1352,8 +2214,7 @@
|
|
|
1352
2214
|
"all"
|
|
1353
2215
|
],
|
|
1354
2216
|
"productTermTypesAllowed": [
|
|
1355
|
-
"excreta"
|
|
1356
|
-
"liveAnimal"
|
|
2217
|
+
"excreta"
|
|
1357
2218
|
]
|
|
1358
2219
|
},
|
|
1359
2220
|
"n2OToAirFuelCombustionDirect": {
|
|
@@ -1597,8 +2458,7 @@
|
|
|
1597
2458
|
"all"
|
|
1598
2459
|
],
|
|
1599
2460
|
"productTermTypesAllowed": [
|
|
1600
|
-
"excreta"
|
|
1601
|
-
"liveAnimal"
|
|
2461
|
+
"excreta"
|
|
1602
2462
|
]
|
|
1603
2463
|
},
|
|
1604
2464
|
"nh3ToAirFuelCombustion": {
|
|
@@ -1735,8 +2595,7 @@
|
|
|
1735
2595
|
"all"
|
|
1736
2596
|
],
|
|
1737
2597
|
"productTermTypesAllowed": [
|
|
1738
|
-
"excreta"
|
|
1739
|
-
"liveAnimal"
|
|
2598
|
+
"excreta"
|
|
1740
2599
|
]
|
|
1741
2600
|
},
|
|
1742
2601
|
"nh4ToGroundwaterInorganicFertilizer": {
|
|
@@ -1841,8 +2700,7 @@
|
|
|
1841
2700
|
"all"
|
|
1842
2701
|
],
|
|
1843
2702
|
"productTermTypesAllowed": [
|
|
1844
|
-
"excreta"
|
|
1845
|
-
"liveAnimal"
|
|
2703
|
+
"excreta"
|
|
1846
2704
|
]
|
|
1847
2705
|
},
|
|
1848
2706
|
"nmvocToAirFuelCombustion": {
|
|
@@ -1944,8 +2802,7 @@
|
|
|
1944
2802
|
"all"
|
|
1945
2803
|
],
|
|
1946
2804
|
"productTermTypesAllowed": [
|
|
1947
|
-
"excreta"
|
|
1948
|
-
"liveAnimal"
|
|
2805
|
+
"excreta"
|
|
1949
2806
|
]
|
|
1950
2807
|
},
|
|
1951
2808
|
"noToAirInorganicFertilizer": {
|
|
@@ -2012,24 +2869,6 @@
|
|
|
2012
2869
|
"all"
|
|
2013
2870
|
]
|
|
2014
2871
|
},
|
|
2015
|
-
"no3ToGroundwaterExcreta": {
|
|
2016
|
-
"siteTypesAllowed": [
|
|
2017
|
-
"cropland",
|
|
2018
|
-
"permanent pasture",
|
|
2019
|
-
"animal housing",
|
|
2020
|
-
"pond",
|
|
2021
|
-
"river or stream",
|
|
2022
|
-
"lake",
|
|
2023
|
-
"sea or ocean"
|
|
2024
|
-
],
|
|
2025
|
-
"productTermIdsAllowed": [
|
|
2026
|
-
"all"
|
|
2027
|
-
],
|
|
2028
|
-
"productTermTypesAllowed": [
|
|
2029
|
-
"excreta",
|
|
2030
|
-
"liveAnimal"
|
|
2031
|
-
]
|
|
2032
|
-
},
|
|
2033
2872
|
"no3ToGroundwaterInorganicFertilizer": {
|
|
2034
2873
|
"siteTypesAllowed": [
|
|
2035
2874
|
"cropland",
|
|
@@ -2144,24 +2983,6 @@
|
|
|
2144
2983
|
"all"
|
|
2145
2984
|
]
|
|
2146
2985
|
},
|
|
2147
|
-
"noxToAirExcreta": {
|
|
2148
|
-
"siteTypesAllowed": [
|
|
2149
|
-
"cropland",
|
|
2150
|
-
"permanent pasture",
|
|
2151
|
-
"animal housing",
|
|
2152
|
-
"pond",
|
|
2153
|
-
"river or stream",
|
|
2154
|
-
"lake",
|
|
2155
|
-
"sea or ocean"
|
|
2156
|
-
],
|
|
2157
|
-
"productTermIdsAllowed": [
|
|
2158
|
-
"all"
|
|
2159
|
-
],
|
|
2160
|
-
"productTermTypesAllowed": [
|
|
2161
|
-
"excreta",
|
|
2162
|
-
"liveAnimal"
|
|
2163
|
-
]
|
|
2164
|
-
},
|
|
2165
2986
|
"noxToAirFuelCombustion": {
|
|
2166
2987
|
"siteTypesAllowed": [
|
|
2167
2988
|
"all"
|
|
@@ -3171,14 +3992,7 @@
|
|
|
3171
3992
|
"forest",
|
|
3172
3993
|
"other natural vegetation",
|
|
3173
3994
|
"cropland",
|
|
3174
|
-
"
|
|
3175
|
-
"permanent pasture",
|
|
3176
|
-
"animal housing",
|
|
3177
|
-
"pond",
|
|
3178
|
-
"river or stream",
|
|
3179
|
-
"lake",
|
|
3180
|
-
"sea or ocean",
|
|
3181
|
-
"agri-food processor"
|
|
3995
|
+
"permanent pasture"
|
|
3182
3996
|
]
|
|
3183
3997
|
},
|
|
3184
3998
|
"precipitationLongTermAnnualMean": {
|
|
@@ -7978,11 +8792,6 @@
|
|
|
7978
8792
|
"all"
|
|
7979
8793
|
]
|
|
7980
8794
|
},
|
|
7981
|
-
"phytoseiulusPersimilis": {
|
|
7982
|
-
"siteTypesAllowed": [
|
|
7983
|
-
"all"
|
|
7984
|
-
]
|
|
7985
|
-
},
|
|
7986
8795
|
"vitaminsUnspecified": {
|
|
7987
8796
|
"siteTypesAllowed": [
|
|
7988
8797
|
"all"
|