hestia-earth-models 0.64.2__py3-none-any.whl → 0.64.4__py3-none-any.whl

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.

Potentially problematic release.


This version of hestia-earth-models might be problematic. Click here for more details.

Files changed (57) hide show
  1. hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +2 -2
  2. hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +5 -2
  3. hestia_earth/models/cycle/animal/input/properties.py +2 -1
  4. hestia_earth/models/cycle/animal/milkYield.py +2 -1
  5. hestia_earth/models/cycle/concentrateFeed.py +8 -8
  6. hestia_earth/models/cycle/cycleDuration.py +4 -5
  7. hestia_earth/models/cycle/siteDuration.py +15 -5
  8. hestia_earth/models/cycle/startDateDefinition.py +3 -4
  9. hestia_earth/models/cycle/stockingDensityAnimalHousingAverage.py +52 -0
  10. hestia_earth/models/fantkeEtAl2016/__init__.py +13 -0
  11. hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +49 -0
  12. hestia_earth/models/frischknechtEtAl2000/__init__.py +13 -0
  13. hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +90 -0
  14. hestia_earth/models/ipcc2019/aboveGroundBiomass.py +762 -0
  15. hestia_earth/models/ipcc2019/aboveGroundBiomass_utils.py +180 -0
  16. hestia_earth/models/ipcc2019/animal/liveweightGain.py +89 -0
  17. hestia_earth/models/ipcc2019/animal/liveweightPerHead.py +89 -0
  18. hestia_earth/models/ipcc2019/animal/pastureGrass.py +51 -42
  19. hestia_earth/models/ipcc2019/animal/utils.py +20 -0
  20. hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +15 -19
  21. hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +2 -2
  22. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +37 -50
  23. hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +0 -19
  24. hestia_earth/models/ipcc2019/pastureGrass.py +44 -31
  25. hestia_earth/models/ipcc2019/pastureGrass_utils.py +38 -22
  26. hestia_earth/models/mocking/search-results.json +228 -228
  27. hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +40 -0
  28. hestia_earth/models/site/soilMeasurement.py +2 -2
  29. hestia_earth/models/utils/blank_node.py +20 -1
  30. hestia_earth/models/utils/crop.py +4 -0
  31. hestia_earth/models/utils/ecoClimateZone.py +99 -0
  32. hestia_earth/models/utils/emission.py +6 -2
  33. hestia_earth/models/utils/impact_assessment.py +10 -5
  34. hestia_earth/models/utils/lookup.py +5 -3
  35. hestia_earth/models/utils/productivity.py +1 -1
  36. hestia_earth/models/utils/property.py +2 -2
  37. hestia_earth/models/version.py +1 -1
  38. {hestia_earth_models-0.64.2.dist-info → hestia_earth_models-0.64.4.dist-info}/METADATA +1 -1
  39. {hestia_earth_models-0.64.2.dist-info → hestia_earth_models-0.64.4.dist-info}/RECORD +57 -35
  40. tests/models/cycle/test_siteDuration.py +22 -0
  41. tests/models/cycle/test_stockingDensityAnimalHousingAverage.py +42 -0
  42. tests/models/fantkeEtAl2016/__init__.py +0 -0
  43. tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +20 -0
  44. tests/models/frischknechtEtAl2000/__init__.py +0 -0
  45. tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +70 -0
  46. tests/models/ipcc2019/animal/test_liveweightGain.py +20 -0
  47. tests/models/ipcc2019/animal/test_liveweightPerHead.py +20 -0
  48. tests/models/ipcc2019/animal/test_pastureGrass.py +1 -1
  49. tests/models/ipcc2019/test_aboveGroundBiomass.py +182 -0
  50. tests/models/ipcc2019/test_aboveGroundBiomass_utils.py +92 -0
  51. tests/models/ipcc2019/test_organicCarbonPerHa_tier_1_utils.py +3 -2
  52. tests/models/ipcc2019/test_pastureGrass.py +2 -2
  53. tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +44 -0
  54. tests/models/utils/test_ecoClimateZone.py +152 -0
  55. {hestia_earth_models-0.64.2.dist-info → hestia_earth_models-0.64.4.dist-info}/LICENSE +0 -0
  56. {hestia_earth_models-0.64.2.dist-info → hestia_earth_models-0.64.4.dist-info}/WHEEL +0 -0
  57. {hestia_earth_models-0.64.2.dist-info → hestia_earth_models-0.64.4.dist-info}/top_level.txt +0 -0
@@ -5,6 +5,14 @@
5
5
  "termType.keyword": "emission"
6
6
  },
7
7
  "results": [
8
+ {
9
+ "@type": "Term",
10
+ "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
11
+ },
12
+ {
13
+ "@type": "Term",
14
+ "@id": "chloromethaneToAirInputsProduction"
15
+ },
8
16
  {
9
17
  "@type": "Term",
10
18
  "@id": "n2OToAirIndustrialProcessesDirect"
@@ -45,14 +53,6 @@
45
53
  "@type": "Term",
46
54
  "@id": "pToDrainageWaterSoilFlux"
47
55
  },
48
- {
49
- "@type": "Term",
50
- "@id": "chloromethaneToAirInputsProduction"
51
- },
52
- {
53
- "@type": "Term",
54
- "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
55
- },
56
56
  {
57
57
  "@type": "Term",
58
58
  "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
@@ -97,10 +97,6 @@
97
97
  "@type": "Term",
98
98
  "@id": "no3ToGroundwaterIndustrialProcesses"
99
99
  },
100
- {
101
- "@type": "Term",
102
- "@id": "codToWaterIndustrialProcesses"
103
- },
104
100
  {
105
101
  "@type": "Term",
106
102
  "@id": "bromochlorodifluoromethaneToAirInputsProduction"
@@ -127,19 +123,23 @@
127
123
  },
128
124
  {
129
125
  "@type": "Term",
130
- "@id": "nh4ToGroundwaterExcreta"
126
+ "@id": "pm10ToAirIndustrialProcesses"
131
127
  },
132
128
  {
133
129
  "@type": "Term",
134
- "@id": "pToGroundwaterIndustrialProcesses"
130
+ "@id": "n2OToAirWasteTreatmentIndirect"
135
131
  },
136
132
  {
137
133
  "@type": "Term",
138
- "@id": "pm10ToAirIndustrialProcesses"
134
+ "@id": "nh4ToGroundwaterExcreta"
139
135
  },
140
136
  {
141
137
  "@type": "Term",
142
- "@id": "n2OToAirWasteTreatmentIndirect"
138
+ "@id": "pToGroundwaterIndustrialProcesses"
139
+ },
140
+ {
141
+ "@type": "Term",
142
+ "@id": "codToWaterIndustrialProcesses"
143
143
  },
144
144
  {
145
145
  "@type": "Term",
@@ -159,51 +159,51 @@
159
159
  },
160
160
  {
161
161
  "@type": "Term",
162
- "@id": "n2ToAirWasteTreatment"
162
+ "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
163
163
  },
164
164
  {
165
165
  "@type": "Term",
166
- "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
166
+ "@id": "n2ToAirWasteTreatment"
167
167
  },
168
168
  {
169
169
  "@type": "Term",
170
- "@id": "carbonTetrachlorideToAirInputsProduction"
170
+ "@id": "nh4ToGroundwaterIndustrialProcesses"
171
171
  },
172
172
  {
173
173
  "@type": "Term",
174
- "@id": "no3ToAirInputsProduction"
174
+ "@id": "no3ToSurfaceWaterIndustrialProcesses"
175
175
  },
176
176
  {
177
177
  "@type": "Term",
178
- "@id": "nh4ToAirInputsProduction"
178
+ "@id": "so2ToAirFuelCombustion"
179
179
  },
180
180
  {
181
181
  "@type": "Term",
182
- "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
182
+ "@id": "noToAirIndustrialProcesses"
183
183
  },
184
184
  {
185
185
  "@type": "Term",
186
- "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
186
+ "@id": "carbonTetrachlorideToAirInputsProduction"
187
187
  },
188
188
  {
189
189
  "@type": "Term",
190
- "@id": "no3ToGroundwaterCropResidueDecomposition"
190
+ "@id": "no3ToAirInputsProduction"
191
191
  },
192
192
  {
193
193
  "@type": "Term",
194
- "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
194
+ "@id": "nh4ToAirInputsProduction"
195
195
  },
196
196
  {
197
197
  "@type": "Term",
198
- "@id": "nh3ToAirNaturalVegetationBurning"
198
+ "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
199
199
  },
200
200
  {
201
201
  "@type": "Term",
202
- "@id": "n2OToAirOrganicSoilCultivationIndirect"
202
+ "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
203
203
  },
204
204
  {
205
205
  "@type": "Term",
206
- "@id": "nh4ToGroundwaterWasteTreatment"
206
+ "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
207
207
  },
208
208
  {
209
209
  "@type": "Term",
@@ -229,6 +229,26 @@
229
229
  "@type": "Term",
230
230
  "@id": "noToAirOrganicFertiliser"
231
231
  },
232
+ {
233
+ "@type": "Term",
234
+ "@id": "no3ToGroundwaterCropResidueDecomposition"
235
+ },
236
+ {
237
+ "@type": "Term",
238
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
239
+ },
240
+ {
241
+ "@type": "Term",
242
+ "@id": "nh3ToAirNaturalVegetationBurning"
243
+ },
244
+ {
245
+ "@type": "Term",
246
+ "@id": "n2OToAirOrganicSoilCultivationIndirect"
247
+ },
248
+ {
249
+ "@type": "Term",
250
+ "@id": "nh4ToGroundwaterWasteTreatment"
251
+ },
232
252
  {
233
253
  "@type": "Term",
234
254
  "@id": "no3ToSurfaceWaterExcreta"
@@ -251,11 +271,39 @@
251
271
  },
252
272
  {
253
273
  "@type": "Term",
254
- "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
274
+ "@id": "noxToAirCropResidueBurning"
255
275
  },
256
276
  {
257
277
  "@type": "Term",
258
- "@id": "noxToAirCropResidueBurning"
278
+ "@id": "n2ToAirSoilFlux"
279
+ },
280
+ {
281
+ "@type": "Term",
282
+ "@id": "n2OToAirAquacultureSystemsDirect"
283
+ },
284
+ {
285
+ "@type": "Term",
286
+ "@id": "tspToAirAnimalHousing"
287
+ },
288
+ {
289
+ "@type": "Term",
290
+ "@id": "n2ToAirAquacultureSystems"
291
+ },
292
+ {
293
+ "@type": "Term",
294
+ "@id": "n2OToAirOrganicSoilBurningIndirect"
295
+ },
296
+ {
297
+ "@type": "Term",
298
+ "@id": "nmvocToAirFuelCombustion"
299
+ },
300
+ {
301
+ "@type": "Term",
302
+ "@id": "nh3ToAirOrganicSoilBurning"
303
+ },
304
+ {
305
+ "@type": "Term",
306
+ "@id": "noxToAirNaturalVegetationBurning"
259
307
  },
260
308
  {
261
309
  "@type": "Term",
@@ -327,59 +375,51 @@
327
375
  },
328
376
  {
329
377
  "@type": "Term",
330
- "@id": "n2ToAirSoilFlux"
331
- },
332
- {
333
- "@type": "Term",
334
- "@id": "n2OToAirAquacultureSystemsDirect"
335
- },
336
- {
337
- "@type": "Term",
338
- "@id": "tspToAirAnimalHousing"
378
+ "@id": "no3ToGroundwaterExcreta"
339
379
  },
340
380
  {
341
381
  "@type": "Term",
342
- "@id": "n2ToAirAquacultureSystems"
382
+ "@id": "pesticideToAirPesticideApplication"
343
383
  },
344
384
  {
345
385
  "@type": "Term",
346
- "@id": "n2OToAirOrganicSoilBurningIndirect"
386
+ "@id": "n2OToAirInputsProduction"
347
387
  },
348
388
  {
349
389
  "@type": "Term",
350
- "@id": "nmvocToAirFuelCombustion"
390
+ "@id": "pToSurfaceWaterSoilFlux"
351
391
  },
352
392
  {
353
393
  "@type": "Term",
354
- "@id": "so2ToAirFuelCombustion"
394
+ "@id": "n2OToAirExcretaDirect"
355
395
  },
356
396
  {
357
397
  "@type": "Term",
358
- "@id": "noToAirIndustrialProcesses"
398
+ "@id": "co2ToAirSoilFlux"
359
399
  },
360
400
  {
361
401
  "@type": "Term",
362
- "@id": "nh3ToAirOrganicSoilBurning"
402
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
363
403
  },
364
404
  {
365
405
  "@type": "Term",
366
- "@id": "noxToAirNaturalVegetationBurning"
406
+ "@id": "nmvocToAirSilageStorage"
367
407
  },
368
408
  {
369
409
  "@type": "Term",
370
- "@id": "nh4ToGroundwaterIndustrialProcesses"
410
+ "@id": "ch4ToAirFuelCombustion"
371
411
  },
372
412
  {
373
413
  "@type": "Term",
374
- "@id": "no3ToSurfaceWaterIndustrialProcesses"
414
+ "@id": "noToAirSoilFlux"
375
415
  },
376
416
  {
377
417
  "@type": "Term",
378
- "@id": "no3ToGroundwaterExcreta"
418
+ "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
379
419
  },
380
420
  {
381
421
  "@type": "Term",
382
- "@id": "pesticideToAirPesticideApplication"
422
+ "@id": "nitriteToAirInputsProduction"
383
423
  },
384
424
  {
385
425
  "@type": "Term",
@@ -397,10 +437,6 @@
397
437
  "@type": "Term",
398
438
  "@id": "no3ToAirIndustrialProcesses"
399
439
  },
400
- {
401
- "@type": "Term",
402
- "@id": "dibromodifluoromethaneToAirInputsProduction"
403
- },
404
440
  {
405
441
  "@type": "Term",
406
442
  "@id": "chloropentafluoroethaneToAirInputsProduction"
@@ -459,164 +495,128 @@
459
495
  },
460
496
  {
461
497
  "@type": "Term",
462
- "@id": "pesticideToHarvestedCropInputsProduction"
463
- },
464
- {
465
- "@type": "Term",
466
- "@id": "pm25ToAirAnimalHousing"
467
- },
468
- {
469
- "@type": "Term",
470
- "@id": "nh3ToAirInputsProduction"
471
- },
472
- {
473
- "@type": "Term",
474
- "@id": "po43ToSurfaceWaterSoilFlux"
475
- },
476
- {
477
- "@type": "Term",
478
- "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
479
- },
480
- {
481
- "@type": "Term",
482
- "@id": "so3ToAirIndustrialProcesses"
483
- },
484
- {
485
- "@type": "Term",
486
- "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
487
- },
488
- {
489
- "@type": "Term",
490
- "@id": "noxToAirInorganicFertiliser"
491
- },
492
- {
493
- "@type": "Term",
494
- "@id": "nh3ToAirFuelCombustion"
498
+ "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
495
499
  },
496
500
  {
497
501
  "@type": "Term",
498
- "@id": "nmvocToAirAnimalHousing"
502
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
499
503
  },
500
504
  {
501
505
  "@type": "Term",
502
- "@id": "pesticideToWaterPesticideApplication"
506
+ "@id": "pesticideToHarvestedCropInputsProduction"
503
507
  },
504
508
  {
505
509
  "@type": "Term",
506
- "@id": "pToSurfaceWaterSoilFlux"
510
+ "@id": "pm25ToAirAnimalHousing"
507
511
  },
508
512
  {
509
513
  "@type": "Term",
510
- "@id": "co2ToAirSoilFlux"
514
+ "@id": "n2OToAirCropResidueBurningIndirect"
511
515
  },
512
516
  {
513
517
  "@type": "Term",
514
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
518
+ "@id": "pToGroundwaterSoilFlux"
515
519
  },
516
520
  {
517
521
  "@type": "Term",
518
- "@id": "nmvocToAirSilageStorage"
522
+ "@id": "ionisingCompondsToSaltwaterInputsProduction"
519
523
  },
520
524
  {
521
525
  "@type": "Term",
522
- "@id": "ch4ToAirFuelCombustion"
526
+ "@id": "nmvocToAirExcreta"
523
527
  },
524
528
  {
525
529
  "@type": "Term",
526
- "@id": "nh4ToGroundwaterOrganicFertiliser"
530
+ "@id": "noxToAirFuelCombustion"
527
531
  },
528
532
  {
529
533
  "@type": "Term",
530
- "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
534
+ "@id": "so2ToAirIndustrialProcesses"
531
535
  },
532
536
  {
533
537
  "@type": "Term",
534
- "@id": "n2OToAirInputsProduction"
538
+ "@id": "noToAirWasteTreatment"
535
539
  },
536
540
  {
537
541
  "@type": "Term",
538
- "@id": "n2OToAirExcretaDirect"
542
+ "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
539
543
  },
540
544
  {
541
545
  "@type": "Term",
542
- "@id": "noToAirSoilFlux"
546
+ "@id": "noxToAirOrganicSoilCultivation"
543
547
  },
544
548
  {
545
549
  "@type": "Term",
546
- "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
550
+ "@id": "n2OToAirCropResidueDecompositionDirect"
547
551
  },
548
552
  {
549
553
  "@type": "Term",
550
- "@id": "nitriteToAirInputsProduction"
554
+ "@id": "po43ToSurfaceWaterInputsProduction"
551
555
  },
552
556
  {
553
557
  "@type": "Term",
554
- "@id": "pToGroundwaterSoilFlux"
558
+ "@id": "pesticideToWaterInputsProduction"
555
559
  },
556
560
  {
557
561
  "@type": "Term",
558
- "@id": "ionisingCompondsToSaltwaterInputsProduction"
562
+ "@id": "nToSurfaceWaterAquacultureSystems"
559
563
  },
560
564
  {
561
565
  "@type": "Term",
562
- "@id": "nmvocToAirExcreta"
566
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
563
567
  },
564
568
  {
565
569
  "@type": "Term",
566
- "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
570
+ "@id": "so3ToAirIndustrialProcesses"
567
571
  },
568
572
  {
569
573
  "@type": "Term",
570
- "@id": "nh4ToGroundwaterInorganicFertiliser"
574
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
571
575
  },
572
576
  {
573
577
  "@type": "Term",
574
- "@id": "noxToAirFuelCombustion"
578
+ "@id": "noxToAirInorganicFertiliser"
575
579
  },
576
580
  {
577
581
  "@type": "Term",
578
- "@id": "n2OToAirCropResidueBurningIndirect"
582
+ "@id": "nh3ToAirFuelCombustion"
579
583
  },
580
584
  {
581
585
  "@type": "Term",
582
- "@id": "so2ToAirIndustrialProcesses"
586
+ "@id": "nmvocToAirAnimalHousing"
583
587
  },
584
588
  {
585
589
  "@type": "Term",
586
- "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
590
+ "@id": "pesticideToWaterPesticideApplication"
587
591
  },
588
592
  {
589
593
  "@type": "Term",
590
- "@id": "noToAirWasteTreatment"
594
+ "@id": "nh3ToAirInputsProduction"
591
595
  },
592
596
  {
593
597
  "@type": "Term",
594
- "@id": "noxToAirOrganicSoilCultivation"
598
+ "@id": "po43ToSurfaceWaterSoilFlux"
595
599
  },
596
600
  {
597
601
  "@type": "Term",
598
- "@id": "n2OToAirCropResidueDecompositionDirect"
602
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
599
603
  },
600
604
  {
601
605
  "@type": "Term",
602
- "@id": "po43ToSurfaceWaterInputsProduction"
606
+ "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
603
607
  },
604
608
  {
605
609
  "@type": "Term",
606
- "@id": "pesticideToWaterInputsProduction"
610
+ "@id": "dibromodifluoromethaneToAirInputsProduction"
607
611
  },
608
612
  {
609
613
  "@type": "Term",
610
- "@id": "nToSurfaceWaterAquacultureSystems"
614
+ "@id": "chloromethaneToAirIndustrialProcesses"
611
615
  },
612
616
  {
613
617
  "@type": "Term",
614
618
  "@id": "112TrichloroethaneToAirInputsProduction"
615
619
  },
616
- {
617
- "@type": "Term",
618
- "@id": "chloromethaneToAirIndustrialProcesses"
619
- },
620
620
  {
621
621
  "@type": "Term",
622
622
  "@id": "bromodifluoromethaneToAirIndustrialProcesses"
@@ -633,6 +633,10 @@
633
633
  "@type": "Term",
634
634
  "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
635
635
  },
636
+ {
637
+ "@type": "Term",
638
+ "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
639
+ },
636
640
  {
637
641
  "@type": "Term",
638
642
  "@id": "ch4ToAirFloodedRice"
@@ -675,127 +679,119 @@
675
679
  },
676
680
  {
677
681
  "@type": "Term",
678
- "@id": "po43ToSurfaceWaterAquacultureSystems"
679
- },
680
- {
681
- "@type": "Term",
682
- "@id": "ionisingCompondsToAirInputsProduction"
683
- },
684
- {
685
- "@type": "Term",
686
- "@id": "pToGroundwaterInputsProduction"
682
+ "@id": "ch4ToAirEntericFermentation"
687
683
  },
688
684
  {
689
685
  "@type": "Term",
690
- "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
686
+ "@id": "co2ToAirOrganicSoilCultivation"
691
687
  },
692
688
  {
693
689
  "@type": "Term",
694
- "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
690
+ "@id": "nh3ToAirWasteTreatment"
695
691
  },
696
692
  {
697
693
  "@type": "Term",
698
- "@id": "pesticideToHarvestedCropPesticideApplication"
694
+ "@id": "co2ToAirCropResidueDecomposition"
699
695
  },
700
696
  {
701
697
  "@type": "Term",
702
- "@id": "po43ToSurfaceWaterIndustrialProcesses"
698
+ "@id": "n2OToAirInorganicFertiliserDirect"
703
699
  },
704
700
  {
705
701
  "@type": "Term",
706
- "@id": "pm10ToAirInputsProduction"
702
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
707
703
  },
708
704
  {
709
705
  "@type": "Term",
710
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
706
+ "@id": "n2OToAirExcretaIndirect"
711
707
  },
712
708
  {
713
709
  "@type": "Term",
714
- "@id": "ch4ToAirEntericFermentation"
710
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
715
711
  },
716
712
  {
717
713
  "@type": "Term",
718
- "@id": "nh4ToGroundwaterSoilFlux"
714
+ "@id": "blackCarbonToAirFuelCombustion"
719
715
  },
720
716
  {
721
717
  "@type": "Term",
722
- "@id": "nh3ToAirWasteTreatment"
718
+ "@id": "co2ToAirWasteTreatment"
723
719
  },
724
720
  {
725
721
  "@type": "Term",
726
- "@id": "co2ToAirCropResidueDecomposition"
722
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
727
723
  },
728
724
  {
729
725
  "@type": "Term",
730
- "@id": "co2ToAirOrganicSoilCultivation"
726
+ "@id": "tspToAirFuelCombustion"
731
727
  },
732
728
  {
733
729
  "@type": "Term",
734
- "@id": "n2OToAirInorganicFertiliserDirect"
730
+ "@id": "nmvocToAirWasteTreatment"
735
731
  },
736
732
  {
737
733
  "@type": "Term",
738
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
734
+ "@id": "pesticideToSoilInputsProduction"
739
735
  },
740
736
  {
741
737
  "@type": "Term",
742
- "@id": "n2OToAirExcretaIndirect"
738
+ "@id": "nmvocToAirSilageFeeding"
743
739
  },
744
740
  {
745
741
  "@type": "Term",
746
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
742
+ "@id": "noxToAirInputsProduction"
747
743
  },
748
744
  {
749
745
  "@type": "Term",
750
- "@id": "blackCarbonToAirFuelCombustion"
746
+ "@id": "pErosionSoilFlux"
751
747
  },
752
748
  {
753
749
  "@type": "Term",
754
- "@id": "n2OToAirNaturalVegetationBurningDirect"
750
+ "@id": "nf3ToAirInputsProduction"
755
751
  },
756
752
  {
757
753
  "@type": "Term",
758
- "@id": "co2ToAirWasteTreatment"
754
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
759
755
  },
760
756
  {
761
757
  "@type": "Term",
762
- "@id": "tspToAirFuelCombustion"
758
+ "@id": "ionisingCompondsToAirInputsProduction"
763
759
  },
764
760
  {
765
761
  "@type": "Term",
766
- "@id": "nmvocToAirWasteTreatment"
762
+ "@id": "pToGroundwaterInputsProduction"
767
763
  },
768
764
  {
769
765
  "@type": "Term",
770
- "@id": "pesticideToSoilInputsProduction"
766
+ "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
771
767
  },
772
768
  {
773
769
  "@type": "Term",
774
- "@id": "nmvocToAirSilageFeeding"
770
+ "@id": "nh4ToGroundwaterSoilFlux"
775
771
  },
776
772
  {
777
773
  "@type": "Term",
778
- "@id": "noxToAirInputsProduction"
774
+ "@id": "pesticideToHarvestedCropPesticideApplication"
779
775
  },
780
776
  {
781
777
  "@type": "Term",
782
- "@id": "pErosionSoilFlux"
778
+ "@id": "po43ToSurfaceWaterIndustrialProcesses"
783
779
  },
784
780
  {
785
781
  "@type": "Term",
786
- "@id": "nf3ToAirInputsProduction"
782
+ "@id": "pm10ToAirInputsProduction"
787
783
  },
788
784
  {
789
785
  "@type": "Term",
790
- "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
786
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
791
787
  },
792
788
  {
793
789
  "@type": "Term",
794
- "@id": "hexaneToAirInputsProduction"
790
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
795
791
  },
796
792
  {
797
793
  "@type": "Term",
798
- "@id": "nh3ToAirSoilFlux"
794
+ "@id": "nh3ToAirOrganicFertiliser"
799
795
  },
800
796
  {
801
797
  "@type": "Term",
@@ -803,11 +799,7 @@
803
799
  },
804
800
  {
805
801
  "@type": "Term",
806
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
807
- },
808
- {
809
- "@type": "Term",
810
- "@id": "nh3ToAirOrganicFertiliser"
802
+ "@id": "nh3ToAirSoilFlux"
811
803
  },
812
804
  {
813
805
  "@type": "Term",
@@ -867,11 +859,19 @@
867
859
  },
868
860
  {
869
861
  "@type": "Term",
870
- "@id": "pToDrainageWaterIndustrialProcesses"
862
+ "@id": "pToSurfaceWaterAquacultureSystems"
871
863
  },
872
864
  {
873
865
  "@type": "Term",
874
- "@id": "pToSurfaceWaterAquacultureSystems"
866
+ "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
867
+ },
868
+ {
869
+ "@type": "Term",
870
+ "@id": "hexaneToAirInputsProduction"
871
+ },
872
+ {
873
+ "@type": "Term",
874
+ "@id": "pToDrainageWaterIndustrialProcesses"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
@@ -891,11 +891,11 @@
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "halothaneToAirInputsProduction"
894
+ "@id": "bromodifluoromethaneToAirInputsProduction"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "bromodifluoromethaneToAirInputsProduction"
898
+ "@id": "halothaneToAirInputsProduction"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
@@ -975,187 +975,187 @@
975
975
  },
976
976
  {
977
977
  "@type": "Term",
978
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
978
+ "@id": "ch4ToAirAquacultureSystems"
979
979
  },
980
980
  {
981
981
  "@type": "Term",
982
- "@id": "noToAirCropResidueBurning"
982
+ "@id": "h2SToAirWasteTreatment"
983
983
  },
984
984
  {
985
985
  "@type": "Term",
986
- "@id": "so2ToAirInputsProduction"
986
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
987
987
  },
988
988
  {
989
989
  "@type": "Term",
990
- "@id": "po43ToGroundwaterOrganicFertiliser"
990
+ "@id": "pm25ToAirInputsProduction"
991
991
  },
992
992
  {
993
993
  "@type": "Term",
994
- "@id": "co2ToAirOrganicSoilBurning"
994
+ "@id": "co2ToAirLimeHydrolysis"
995
995
  },
996
996
  {
997
997
  "@type": "Term",
998
- "@id": "n2OToAirCropResidueBurningDirect"
998
+ "@id": "codToWaterInputsProduction"
999
999
  },
1000
1000
  {
1001
1001
  "@type": "Term",
1002
- "@id": "noxToAirWasteTreatment"
1002
+ "@id": "noxToAirSoilFlux"
1003
1003
  },
1004
1004
  {
1005
1005
  "@type": "Term",
1006
- "@id": "nErosionInputsProduction"
1006
+ "@id": "nToSurfaceWaterIndustrialProcesses"
1007
1007
  },
1008
1008
  {
1009
1009
  "@type": "Term",
1010
- "@id": "po43ToGroundwaterIndustrialProcesses"
1010
+ "@id": "noToAirCropResidueDecomposition"
1011
1011
  },
1012
1012
  {
1013
1013
  "@type": "Term",
1014
- "@id": "tefluraneToAirIndustrialProcesses"
1014
+ "@id": "soxToAirCropResidueBurning"
1015
1015
  },
1016
1016
  {
1017
1017
  "@type": "Term",
1018
- "@id": "co2ToAirInputsProduction"
1018
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
1019
1019
  },
1020
1020
  {
1021
1021
  "@type": "Term",
1022
- "@id": "n2OToAirFuelCombustionIndirect"
1022
+ "@id": "co2ToAirNaturalVegetationBurning"
1023
1023
  },
1024
1024
  {
1025
1025
  "@type": "Term",
1026
- "@id": "ch4ToAirCropResidueBurning"
1026
+ "@id": "noToAirInputsProduction"
1027
1027
  },
1028
1028
  {
1029
1029
  "@type": "Term",
1030
- "@id": "bod5ToWaterIndustrialProcesses"
1030
+ "@id": "nh3ToAirCropResidueBurning"
1031
1031
  },
1032
1032
  {
1033
1033
  "@type": "Term",
1034
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
1034
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
1035
1035
  },
1036
1036
  {
1037
1037
  "@type": "Term",
1038
- "@id": "n2OToAirOrganicFertiliserIndirect"
1038
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
1039
1039
  },
1040
1040
  {
1041
1041
  "@type": "Term",
1042
- "@id": "noxToAirIndustrialProcesses"
1042
+ "@id": "n2OToAirWasteTreatmentDirect"
1043
1043
  },
1044
1044
  {
1045
1045
  "@type": "Term",
1046
- "@id": "pm02ToAirIndustrialProcesses"
1046
+ "@id": "pm25ToAirIndustrialProcesses"
1047
1047
  },
1048
1048
  {
1049
1049
  "@type": "Term",
1050
- "@id": "soxToAirFuelCombustion"
1050
+ "@id": "so2ToAirCropResidueBurning"
1051
1051
  },
1052
1052
  {
1053
1053
  "@type": "Term",
1054
- "@id": "ch4ToAirAquacultureSystems"
1054
+ "@id": "pToSurfaceWaterInputsProduction"
1055
1055
  },
1056
1056
  {
1057
1057
  "@type": "Term",
1058
- "@id": "h2SToAirWasteTreatment"
1058
+ "@id": "nh3ToAirAquacultureSystems"
1059
1059
  },
1060
1060
  {
1061
1061
  "@type": "Term",
1062
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
1062
+ "@id": "nh4ToGroundwaterInputsProduction"
1063
1063
  },
1064
1064
  {
1065
1065
  "@type": "Term",
1066
- "@id": "pm25ToAirInputsProduction"
1066
+ "@id": "nmvocToAirInputsProduction"
1067
1067
  },
1068
1068
  {
1069
1069
  "@type": "Term",
1070
- "@id": "co2ToAirLimeHydrolysis"
1070
+ "@id": "po43ToGroundwaterSoilFlux"
1071
1071
  },
1072
1072
  {
1073
1073
  "@type": "Term",
1074
- "@id": "codToWaterInputsProduction"
1074
+ "@id": "pm25ToAirFuelCombustion"
1075
1075
  },
1076
1076
  {
1077
1077
  "@type": "Term",
1078
- "@id": "noxToAirSoilFlux"
1078
+ "@id": "pErosionInputsProduction"
1079
1079
  },
1080
1080
  {
1081
1081
  "@type": "Term",
1082
- "@id": "nToSurfaceWaterIndustrialProcesses"
1082
+ "@id": "n2OToAirOrganicSoilBurningDirect"
1083
1083
  },
1084
1084
  {
1085
1085
  "@type": "Term",
1086
- "@id": "noToAirCropResidueDecomposition"
1086
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
1087
1087
  },
1088
1088
  {
1089
1089
  "@type": "Term",
1090
- "@id": "soxToAirCropResidueBurning"
1090
+ "@id": "noToAirCropResidueBurning"
1091
1091
  },
1092
1092
  {
1093
1093
  "@type": "Term",
1094
- "@id": "no3ToSurfaceWaterAquacultureSystems"
1094
+ "@id": "so2ToAirInputsProduction"
1095
1095
  },
1096
1096
  {
1097
1097
  "@type": "Term",
1098
- "@id": "co2ToAirNaturalVegetationBurning"
1098
+ "@id": "po43ToGroundwaterOrganicFertiliser"
1099
1099
  },
1100
1100
  {
1101
1101
  "@type": "Term",
1102
- "@id": "noToAirInputsProduction"
1102
+ "@id": "co2ToAirOrganicSoilBurning"
1103
1103
  },
1104
1104
  {
1105
1105
  "@type": "Term",
1106
- "@id": "nh3ToAirCropResidueBurning"
1106
+ "@id": "n2OToAirCropResidueBurningDirect"
1107
1107
  },
1108
1108
  {
1109
1109
  "@type": "Term",
1110
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
1110
+ "@id": "noxToAirWasteTreatment"
1111
1111
  },
1112
1112
  {
1113
1113
  "@type": "Term",
1114
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
1114
+ "@id": "nErosionInputsProduction"
1115
1115
  },
1116
1116
  {
1117
1117
  "@type": "Term",
1118
- "@id": "n2OToAirWasteTreatmentDirect"
1118
+ "@id": "tefluraneToAirIndustrialProcesses"
1119
1119
  },
1120
1120
  {
1121
1121
  "@type": "Term",
1122
- "@id": "pm25ToAirIndustrialProcesses"
1122
+ "@id": "po43ToGroundwaterIndustrialProcesses"
1123
1123
  },
1124
1124
  {
1125
1125
  "@type": "Term",
1126
- "@id": "so2ToAirCropResidueBurning"
1126
+ "@id": "co2ToAirInputsProduction"
1127
1127
  },
1128
1128
  {
1129
1129
  "@type": "Term",
1130
- "@id": "pToSurfaceWaterInputsProduction"
1130
+ "@id": "n2OToAirFuelCombustionIndirect"
1131
1131
  },
1132
1132
  {
1133
1133
  "@type": "Term",
1134
- "@id": "nh3ToAirAquacultureSystems"
1134
+ "@id": "ch4ToAirCropResidueBurning"
1135
1135
  },
1136
1136
  {
1137
1137
  "@type": "Term",
1138
- "@id": "nh4ToGroundwaterInputsProduction"
1138
+ "@id": "bod5ToWaterIndustrialProcesses"
1139
1139
  },
1140
1140
  {
1141
1141
  "@type": "Term",
1142
- "@id": "nmvocToAirInputsProduction"
1142
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
1143
1143
  },
1144
1144
  {
1145
1145
  "@type": "Term",
1146
- "@id": "po43ToGroundwaterSoilFlux"
1146
+ "@id": "n2OToAirOrganicFertiliserIndirect"
1147
1147
  },
1148
1148
  {
1149
1149
  "@type": "Term",
1150
- "@id": "pm25ToAirFuelCombustion"
1150
+ "@id": "noxToAirIndustrialProcesses"
1151
1151
  },
1152
1152
  {
1153
1153
  "@type": "Term",
1154
- "@id": "pErosionInputsProduction"
1154
+ "@id": "soxToAirFuelCombustion"
1155
1155
  },
1156
1156
  {
1157
1157
  "@type": "Term",
1158
- "@id": "n2OToAirOrganicSoilBurningDirect"
1158
+ "@id": "pm02ToAirIndustrialProcesses"
1159
1159
  },
1160
1160
  {
1161
1161
  "@type": "Term",
@@ -1768,7 +1768,7 @@
1768
1768
  "@type": "Term",
1769
1769
  "name": "Generic crop, seed",
1770
1770
  "@id": "genericCropSeed",
1771
- "_score": 25.559824
1771
+ "_score": 25.537537
1772
1772
  }
1773
1773
  ]
1774
1774
  },
@@ -2004,61 +2004,61 @@
2004
2004
  "@type": "Term",
2005
2005
  "name": "Glass or high accessible cover",
2006
2006
  "@id": "glassOrHighAccessibleCover",
2007
- "_score": 58.69143
2007
+ "_score": 58.69941
2008
2008
  },
2009
2009
  {
2010
2010
  "@type": "Term",
2011
2011
  "name": "River or stream",
2012
2012
  "@id": "riverOrStream",
2013
- "_score": 49.884354
2013
+ "_score": 49.892113
2014
2014
  },
2015
2015
  {
2016
2016
  "@type": "Term",
2017
2017
  "name": "Other natural vegetation",
2018
2018
  "@id": "otherNaturalVegetation",
2019
- "_score": 39.189545
2019
+ "_score": 39.190735
2020
2020
  },
2021
2021
  {
2022
2022
  "@type": "Term",
2023
2023
  "name": "Natural forest",
2024
2024
  "@id": "naturalForest",
2025
- "_score": 30.287285
2025
+ "_score": 30.287527
2026
2026
  },
2027
2027
  {
2028
2028
  "@type": "Term",
2029
2029
  "name": "Permanent pasture",
2030
2030
  "@id": "permanentPasture",
2031
- "_score": 27.723114
2031
+ "_score": 27.72403
2032
2032
  },
2033
2033
  {
2034
2034
  "@type": "Term",
2035
2035
  "name": "Animal housing",
2036
2036
  "@id": "animalHousing",
2037
- "_score": 26.555758
2037
+ "_score": 26.560026
2038
2038
  },
2039
2039
  {
2040
2040
  "@type": "Term",
2041
2041
  "name": "Root or tuber crop plant",
2042
2042
  "@id": "rootOrTuberCropPlant",
2043
- "_score": 24.459969
2043
+ "_score": 24.472519
2044
2044
  },
2045
2045
  {
2046
2046
  "@type": "Term",
2047
2047
  "name": "High intensity grazing pasture",
2048
2048
  "@id": "highIntensityGrazingPasture",
2049
- "_score": 23.211653
2049
+ "_score": 23.215178
2050
2050
  },
2051
2051
  {
2052
2052
  "@type": "Term",
2053
2053
  "name": "Permanent cropland",
2054
2054
  "@id": "permanentCropland",
2055
- "_score": 19.954372
2055
+ "_score": 19.953989
2056
2056
  },
2057
2057
  {
2058
2058
  "@type": "Term",
2059
2059
  "name": "Forest",
2060
2060
  "@id": "forest",
2061
- "_score": 19.567015
2061
+ "_score": 19.567623
2062
2062
  }
2063
2063
  ]
2064
2064
  },
@@ -2101,15 +2101,15 @@
2101
2101
  "results": [
2102
2102
  {
2103
2103
  "@type": "Term",
2104
- "@id": "marineDieselOil"
2104
+ "@id": "diesel1D"
2105
2105
  },
2106
2106
  {
2107
2107
  "@type": "Term",
2108
- "@id": "petrolBurntIn2StrokeEngine"
2108
+ "@id": "marineDieselOil"
2109
2109
  },
2110
2110
  {
2111
2111
  "@type": "Term",
2112
- "@id": "diesel1D"
2112
+ "@id": "petrolBurntIn2StrokeEngine"
2113
2113
  },
2114
2114
  {
2115
2115
  "@type": "Term",
@@ -2125,11 +2125,11 @@
2125
2125
  },
2126
2126
  {
2127
2127
  "@type": "Term",
2128
- "@id": "petrol"
2128
+ "@id": "petrolBurntIn4StrokeEngine"
2129
2129
  },
2130
2130
  {
2131
2131
  "@type": "Term",
2132
- "@id": "petrolBurntIn4StrokeEngine"
2132
+ "@id": "petrol"
2133
2133
  },
2134
2134
  {
2135
2135
  "@type": "Term",