hestia-earth-models 0.64.8__py3-none-any.whl → 0.64.9__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 (37) hide show
  1. hestia_earth/models/cycle/siteArea.py +2 -1
  2. hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py +73 -82
  3. hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandTransformation.py +102 -116
  4. hestia_earth/models/environmentalFootprintV3/soilQualityIndexTotalLandUseEffects.py +27 -16
  5. hestia_earth/models/faostat2018/landTransformationFromCropland100YearAverage.py +3 -2
  6. hestia_earth/models/faostat2018/landTransformationFromCropland20YearAverage.py +3 -2
  7. hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +69 -37
  8. hestia_earth/models/ipcc2019/animal/fatContent.py +38 -0
  9. hestia_earth/models/ipcc2019/animal/liveweightGain.py +3 -54
  10. hestia_earth/models/ipcc2019/animal/liveweightPerHead.py +3 -54
  11. hestia_earth/models/ipcc2019/animal/pregnancyRateTotal.py +38 -0
  12. hestia_earth/models/ipcc2019/animal/trueProteinContent.py +38 -0
  13. hestia_earth/models/ipcc2019/animal/utils.py +87 -3
  14. hestia_earth/models/ipcc2019/animal/weightAtMaturity.py +4 -10
  15. hestia_earth/models/mocking/search-results.json +265 -259
  16. hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +4 -1
  17. hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +4 -1
  18. hestia_earth/models/utils/__init__.py +5 -4
  19. hestia_earth/models/utils/impact_assessment.py +13 -4
  20. hestia_earth/models/version.py +1 -1
  21. {hestia_earth_models-0.64.8.dist-info → hestia_earth_models-0.64.9.dist-info}/METADATA +1 -1
  22. {hestia_earth_models-0.64.8.dist-info → hestia_earth_models-0.64.9.dist-info}/RECORD +37 -31
  23. tests/models/environmentalFootprintV3/test_soilQualityIndexLandOccupation.py +97 -66
  24. tests/models/environmentalFootprintV3/test_soilQualityIndexLandTransformation.py +137 -74
  25. tests/models/environmentalFootprintV3/test_soilQualityIndexTotalLandUseEffects.py +15 -10
  26. tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +67 -44
  27. tests/models/ipcc2019/animal/test_fatContent.py +22 -0
  28. tests/models/ipcc2019/animal/test_liveweightGain.py +4 -2
  29. tests/models/ipcc2019/animal/test_liveweightPerHead.py +4 -2
  30. tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +22 -0
  31. tests/models/ipcc2019/animal/test_trueProteinContent.py +22 -0
  32. tests/models/ipcc2019/animal/test_weightAtMaturity.py +2 -1
  33. tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +30 -17
  34. tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +28 -14
  35. {hestia_earth_models-0.64.8.dist-info → hestia_earth_models-0.64.9.dist-info}/LICENSE +0 -0
  36. {hestia_earth_models-0.64.8.dist-info → hestia_earth_models-0.64.9.dist-info}/WHEEL +0 -0
  37. {hestia_earth_models-0.64.8.dist-info → hestia_earth_models-0.64.9.dist-info}/top_level.txt +0 -0
@@ -391,775 +391,775 @@
391
391
  },
392
392
  {
393
393
  "@type": "Term",
394
- "@id": "noxToAirWasteTreatment"
394
+ "@id": "tspToAirInputsProduction"
395
395
  },
396
396
  {
397
397
  "@type": "Term",
398
- "@id": "bromofluoroformToAirInputsProduction"
398
+ "@id": "pErosionSoilFlux"
399
399
  },
400
400
  {
401
401
  "@type": "Term",
402
- "@id": "nitriteToWaterInputsProduction"
402
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
403
403
  },
404
404
  {
405
405
  "@type": "Term",
406
- "@id": "po43ToGroundwaterIndustrialProcesses"
406
+ "@id": "halothaneToAirIndustrialProcesses"
407
407
  },
408
408
  {
409
409
  "@type": "Term",
410
- "@id": "n2OToAirOrganicFertiliserIndirect"
410
+ "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
411
411
  },
412
412
  {
413
413
  "@type": "Term",
414
- "@id": "soxToAirFuelCombustion"
414
+ "@id": "no3ToGroundwaterInputsProduction"
415
415
  },
416
416
  {
417
417
  "@type": "Term",
418
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
418
+ "@id": "pesticideToHarvestedCropPesticideApplication"
419
419
  },
420
420
  {
421
421
  "@type": "Term",
422
- "@id": "noToAirCropResidueBurning"
422
+ "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
423
423
  },
424
424
  {
425
425
  "@type": "Term",
426
- "@id": "halothaneToAirInputsProduction"
426
+ "@id": "112TrichloroethaneToAirInputsProduction"
427
427
  },
428
428
  {
429
429
  "@type": "Term",
430
- "@id": "nmvocToAirInputsProduction"
430
+ "@id": "blackCarbonToAirIndustrialProcesses"
431
431
  },
432
432
  {
433
433
  "@type": "Term",
434
- "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
434
+ "@id": "tspToAirIndustrialProcesses"
435
435
  },
436
436
  {
437
437
  "@type": "Term",
438
- "@id": "bromofluoroformToAirIndustrialProcesses"
438
+ "@id": "nh3ToAirSoilFlux"
439
439
  },
440
440
  {
441
441
  "@type": "Term",
442
- "@id": "n2OToAirWasteTreatmentDirect"
442
+ "@id": "chloromethaneToAirIndustrialProcesses"
443
443
  },
444
444
  {
445
445
  "@type": "Term",
446
- "@id": "carbonTetrachlorideToAirIndustrialProcesses"
446
+ "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
447
447
  },
448
448
  {
449
449
  "@type": "Term",
450
- "@id": "pToDrainageWaterInputsProduction"
450
+ "@id": "nmvocToAirSilageFeeding"
451
451
  },
452
452
  {
453
453
  "@type": "Term",
454
- "@id": "pm25ToAirIndustrialProcesses"
454
+ "@id": "tspToAirFuelCombustion"
455
455
  },
456
456
  {
457
457
  "@type": "Term",
458
- "@id": "pm25ToAirInputsProduction"
458
+ "@id": "pm10ToAirAnimalHousing"
459
459
  },
460
460
  {
461
461
  "@type": "Term",
462
- "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
462
+ "@id": "noxToAirInputsProduction"
463
463
  },
464
464
  {
465
465
  "@type": "Term",
466
- "@id": "bod5ToWaterIndustrialProcesses"
466
+ "@id": "pm0225ToAirIndustrialProcesses"
467
467
  },
468
468
  {
469
469
  "@type": "Term",
470
- "@id": "noToAirInputsProduction"
470
+ "@id": "pToSurfaceWaterAquacultureSystems"
471
471
  },
472
472
  {
473
473
  "@type": "Term",
474
- "@id": "bromodifluoromethaneToAirInputsProduction"
474
+ "@id": "n2OToAirInorganicFertiliserDirect"
475
475
  },
476
476
  {
477
477
  "@type": "Term",
478
- "@id": "pm10ToAirCropResidueBurning"
478
+ "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
479
479
  },
480
480
  {
481
481
  "@type": "Term",
482
- "@id": "nErosionInputsProduction"
482
+ "@id": "nToSurfaceWaterExcreta"
483
483
  },
484
484
  {
485
485
  "@type": "Term",
486
- "@id": "hydroxylamineToAirIndustrialProcesses"
486
+ "@id": "no3ToGroundwaterOrganicFertiliser"
487
487
  },
488
488
  {
489
489
  "@type": "Term",
490
- "@id": "so3ToAirInputsProduction"
490
+ "@id": "pm10ToAirInputsProduction"
491
491
  },
492
492
  {
493
493
  "@type": "Term",
494
- "@id": "pErosionInputsProduction"
494
+ "@id": "blackCarbonToAirFuelCombustion"
495
495
  },
496
496
  {
497
497
  "@type": "Term",
498
- "@id": "pm25ToAirFuelCombustion"
498
+ "@id": "nf3ToAirInputsProduction"
499
499
  },
500
500
  {
501
501
  "@type": "Term",
502
- "@id": "112TrichloroethaneToAirIndustrialProcesses"
502
+ "@id": "hexaneToAirInputsProduction"
503
503
  },
504
504
  {
505
505
  "@type": "Term",
506
- "@id": "pm02ToAirIndustrialProcesses"
506
+ "@id": "co2ToAirCropResidueDecomposition"
507
507
  },
508
508
  {
509
509
  "@type": "Term",
510
- "@id": "nh4ToAirIndustrialProcesses"
510
+ "@id": "po43ToGroundwaterInputsProduction"
511
511
  },
512
512
  {
513
513
  "@type": "Term",
514
- "@id": "hexaneToAirIndustrialProcesses"
514
+ "@id": "noxToAirOrganicSoilBurning"
515
515
  },
516
516
  {
517
517
  "@type": "Term",
518
- "@id": "so2ToAirInputsProduction"
518
+ "@id": "nmvocToAirWasteTreatment"
519
519
  },
520
520
  {
521
521
  "@type": "Term",
522
- "@id": "soxToAirCropResidueBurning"
522
+ "@id": "n2OToAirOrganicFertiliserDirect"
523
523
  },
524
524
  {
525
525
  "@type": "Term",
526
- "@id": "so2ToAirCropResidueBurning"
526
+ "@id": "nh3ToAirOrganicFertiliser"
527
527
  },
528
528
  {
529
529
  "@type": "Term",
530
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
530
+ "@id": "h2SToAirInputsProduction"
531
531
  },
532
532
  {
533
533
  "@type": "Term",
534
- "@id": "co2ToAirNaturalVegetationBurning"
534
+ "@id": "noxToAirExcreta"
535
535
  },
536
536
  {
537
537
  "@type": "Term",
538
- "@id": "pToSurfaceWaterInputsProduction"
538
+ "@id": "co2ToAirWasteTreatment"
539
539
  },
540
540
  {
541
541
  "@type": "Term",
542
- "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
542
+ "@id": "n2OToAirExcretaIndirect"
543
543
  },
544
544
  {
545
545
  "@type": "Term",
546
- "@id": "pm0225ToAirInputsProduction"
546
+ "@id": "pToGroundwaterInputsProduction"
547
547
  },
548
548
  {
549
549
  "@type": "Term",
550
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
550
+ "@id": "nh3ToAirWasteTreatment"
551
551
  },
552
552
  {
553
553
  "@type": "Term",
554
- "@id": "n2OToAirFuelCombustionIndirect"
554
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
555
555
  },
556
556
  {
557
557
  "@type": "Term",
558
- "@id": "noxToAirIndustrialProcesses"
558
+ "@id": "nh4ToSurfaceWaterInputsProduction"
559
559
  },
560
560
  {
561
561
  "@type": "Term",
562
- "@id": "tefluraneToAirIndustrialProcesses"
562
+ "@id": "pesticideToSoilInputsProduction"
563
563
  },
564
564
  {
565
565
  "@type": "Term",
566
- "@id": "n2OToAirOrganicSoilBurningDirect"
566
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
567
567
  },
568
568
  {
569
569
  "@type": "Term",
570
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
570
+ "@id": "po43ToSurfaceWaterIndustrialProcesses"
571
571
  },
572
572
  {
573
573
  "@type": "Term",
574
- "@id": "codToWaterInputsProduction"
574
+ "@id": "bromodifluoromethaneToAirIndustrialProcesses"
575
575
  },
576
576
  {
577
577
  "@type": "Term",
578
- "@id": "co2ToAirOrganicSoilBurning"
578
+ "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
579
579
  },
580
580
  {
581
581
  "@type": "Term",
582
- "@id": "nh3ToAirAquacultureSystems"
582
+ "@id": "nh4ToGroundwaterSoilFlux"
583
583
  },
584
584
  {
585
585
  "@type": "Term",
586
- "@id": "n2OToAirInorganicFertiliserIndirect"
586
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
587
587
  },
588
588
  {
589
589
  "@type": "Term",
590
- "@id": "noToAirCropResidueDecomposition"
590
+ "@id": "soxToAirInputsProduction"
591
591
  },
592
592
  {
593
593
  "@type": "Term",
594
- "@id": "nh4ToGroundwaterInputsProduction"
594
+ "@id": "no3ToSurfaceWaterInputsProduction"
595
595
  },
596
596
  {
597
597
  "@type": "Term",
598
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
598
+ "@id": "pm25ToAirCropResidueBurning"
599
599
  },
600
600
  {
601
601
  "@type": "Term",
602
- "@id": "nh3ToAirExcreta"
602
+ "@id": "ch4ToAirEntericFermentation"
603
603
  },
604
604
  {
605
605
  "@type": "Term",
606
- "@id": "po43ToGroundwaterOrganicFertiliser"
606
+ "@id": "co2ToAirFuelCombustion"
607
607
  },
608
608
  {
609
609
  "@type": "Term",
610
- "@id": "po43ToGroundwaterSoilFlux"
610
+ "@id": "ch4ToAirReservoirs"
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "nh3ToAirInorganicFertiliser"
614
+ "@id": "ch4ToAirInputsProductionNonFossil"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "nToSurfaceWaterIndustrialProcesses"
618
+ "@id": "co2ToAirOrganicSoilCultivation"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "no3ToSurfaceWaterAquacultureSystems"
622
+ "@id": "ch4ToAirCropResidueDecomposition"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "co2ToAirInputsProduction"
626
+ "@id": "ch4ToAirFloodedRice"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "noxToAirSoilFlux"
630
+ "@id": "ch4ToAirInputsProductionFossil"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "nh3ToAirCropResidueBurning"
634
+ "@id": "n2ToAirCropResidueDecomposition"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
638
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "ch4ToAirAquacultureSystems"
642
+ "@id": "n2ToAirInorganicFertiliser"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "ch4ToAirOrganicSoilBurning"
646
+ "@id": "pToDrainageWaterIndustrialProcesses"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "h2SToAirIndustrialProcesses"
650
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "co2ToAirLimeHydrolysis"
654
+ "@id": "nh3ToAirAquacultureSystems"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "ch4ToAirNaturalVegetationBurning"
658
+ "@id": "n2OToAirInorganicFertiliserIndirect"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "n2OToAirAquacultureSystemsIndirect"
662
+ "@id": "noToAirCropResidueDecomposition"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "ionisingCompoundsToWaterInputsProduction"
666
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "coToAirIndustrialProcesses"
670
+ "@id": "nh4ToGroundwaterInputsProduction"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "n2OToAirCropResidueBurningDirect"
674
+ "@id": "nh3ToAirExcreta"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "h2SToAirWasteTreatment"
678
+ "@id": "po43ToGroundwaterOrganicFertiliser"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "ch4ToAirCropResidueBurning"
682
+ "@id": "po43ToGroundwaterSoilFlux"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "nh4ToSurfaceWaterAquacultureSystems"
686
+ "@id": "nh3ToAirInorganicFertiliser"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "n2OToAirOrganicSoilCultivationIndirect"
690
+ "@id": "nToSurfaceWaterIndustrialProcesses"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "no3ToSurfaceWaterIndustrialProcesses"
694
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
698
- "@id": "nErosionSoilFlux"
698
+ "@id": "noxToAirSoilFlux"
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "n2OToAirOrganicSoilCultivationDirect"
702
+ "@id": "nh3ToAirCropResidueBurning"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "n2OToAirSoilFlux"
706
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "nh4ToGroundwaterWasteTreatment"
710
+ "@id": "noxToAirWasteTreatment"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "no3ToGroundwaterSoilFlux"
714
+ "@id": "co2ToAirNaturalVegetationBurning"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "n2ToAirAquacultureSystems"
718
+ "@id": "pToSurfaceWaterInputsProduction"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "nh3ToAirOrganicSoilBurning"
722
+ "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "noxToAirOrganicFertiliser"
726
+ "@id": "pm0225ToAirInputsProduction"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "pesticideToAirPesticideApplication"
730
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "nh3ToAirIndustrialProcesses"
734
+ "@id": "n2OToAirFuelCombustionIndirect"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "no2ToAirIndustrialProcesses"
738
+ "@id": "noxToAirIndustrialProcesses"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
742
- "@id": "tspToAirAnimalHousing"
742
+ "@id": "tefluraneToAirIndustrialProcesses"
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "nh4ToAirInputsProduction"
746
+ "@id": "n2OToAirOrganicSoilBurningDirect"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "n2OToAirOrganicSoilBurningIndirect"
750
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "1112TetrafluoroethaneToAirInputsProduction"
754
+ "@id": "codToWaterInputsProduction"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "ionisingCompoundsToAirInputsProduction"
758
+ "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "n2OToAirAquacultureSystemsDirect"
762
+ "@id": "ch4ToAirAquacultureSystems"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "ch4ToAirExcreta"
766
+ "@id": "ch4ToAirOrganicSoilBurning"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
770
- "@id": "n2ToAirSoilFlux"
770
+ "@id": "h2SToAirIndustrialProcesses"
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "coToAirInputsProduction"
774
+ "@id": "co2ToAirLimeHydrolysis"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "ch4ToAirSoilFlux"
778
+ "@id": "n2OToAirAquacultureSystemsIndirect"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
782
+ "@id": "ionisingCompoundsToWaterInputsProduction"
783
783
  },
784
784
  {
785
785
  "@type": "Term",
786
- "@id": "n2OToAirBackgroundSoilFluxDirect"
786
+ "@id": "coToAirIndustrialProcesses"
787
787
  },
788
788
  {
789
789
  "@type": "Term",
790
- "@id": "coToAirFuelCombustion"
790
+ "@id": "n2OToAirCropResidueBurningDirect"
791
791
  },
792
792
  {
793
793
  "@type": "Term",
794
- "@id": "noxToAirNaturalVegetationBurning"
794
+ "@id": "h2SToAirWasteTreatment"
795
795
  },
796
796
  {
797
797
  "@type": "Term",
798
- "@id": "nToSurfaceWaterInputsProduction"
798
+ "@id": "ch4ToAirCropResidueBurning"
799
799
  },
800
800
  {
801
801
  "@type": "Term",
802
- "@id": "carbonTetrachlorideToAirInputsProduction"
802
+ "@id": "co2ToAirOrganicSoilBurning"
803
803
  },
804
804
  {
805
805
  "@type": "Term",
806
- "@id": "no3ToAirInputsProduction"
806
+ "@id": "ch4ToAirNaturalVegetationBurning"
807
807
  },
808
808
  {
809
809
  "@type": "Term",
810
- "@id": "chlorodifluoromethaneToAirInputsProduction"
810
+ "@id": "co2ToAirInputsProduction"
811
811
  },
812
812
  {
813
813
  "@type": "Term",
814
- "@id": "no3ToSurfaceWaterExcreta"
814
+ "@id": "bromofluoroformToAirInputsProduction"
815
815
  },
816
816
  {
817
817
  "@type": "Term",
818
- "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
818
+ "@id": "nitriteToWaterInputsProduction"
819
819
  },
820
820
  {
821
821
  "@type": "Term",
822
- "@id": "so2ToAirFuelCombustion"
822
+ "@id": "po43ToGroundwaterIndustrialProcesses"
823
823
  },
824
824
  {
825
825
  "@type": "Term",
826
- "@id": "pm10ToAirFuelCombustion"
826
+ "@id": "n2OToAirOrganicFertiliserIndirect"
827
827
  },
828
828
  {
829
829
  "@type": "Term",
830
- "@id": "soxToAirIndustrialProcesses"
830
+ "@id": "soxToAirFuelCombustion"
831
831
  },
832
832
  {
833
833
  "@type": "Term",
834
- "@id": "tefluraneToAirInputsProduction"
834
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
835
835
  },
836
836
  {
837
837
  "@type": "Term",
838
- "@id": "no3ToGroundwaterWasteTreatment"
838
+ "@id": "noToAirCropResidueBurning"
839
839
  },
840
840
  {
841
841
  "@type": "Term",
842
- "@id": "nh4ToGroundwaterIndustrialProcesses"
842
+ "@id": "halothaneToAirInputsProduction"
843
843
  },
844
844
  {
845
845
  "@type": "Term",
846
- "@id": "sf6ToAirIndustrialProcesses"
846
+ "@id": "nmvocToAirInputsProduction"
847
847
  },
848
848
  {
849
849
  "@type": "Term",
850
- "@id": "noToAirIndustrialProcesses"
850
+ "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
851
851
  },
852
852
  {
853
853
  "@type": "Term",
854
- "@id": "no3ToGroundwaterExcreta"
854
+ "@id": "bromofluoroformToAirIndustrialProcesses"
855
855
  },
856
856
  {
857
857
  "@type": "Term",
858
- "@id": "noToAirOrganicFertiliser"
858
+ "@id": "n2OToAirWasteTreatmentDirect"
859
859
  },
860
860
  {
861
861
  "@type": "Term",
862
- "@id": "nmvocToAirFuelCombustion"
862
+ "@id": "carbonTetrachlorideToAirIndustrialProcesses"
863
863
  },
864
864
  {
865
865
  "@type": "Term",
866
- "@id": "pToSurfaceWaterExcreta"
866
+ "@id": "pToDrainageWaterInputsProduction"
867
867
  },
868
868
  {
869
869
  "@type": "Term",
870
- "@id": "nh3ToAirNaturalVegetationBurning"
870
+ "@id": "pm25ToAirIndustrialProcesses"
871
871
  },
872
872
  {
873
873
  "@type": "Term",
874
- "@id": "no3ToGroundwaterCropResidueDecomposition"
874
+ "@id": "pm25ToAirInputsProduction"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
878
- "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
878
+ "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
879
879
  },
880
880
  {
881
881
  "@type": "Term",
882
- "@id": "noxToAirAquacultureSystems"
882
+ "@id": "bod5ToWaterIndustrialProcesses"
883
883
  },
884
884
  {
885
885
  "@type": "Term",
886
- "@id": "no2ToAirInputsProduction"
886
+ "@id": "noToAirInputsProduction"
887
887
  },
888
888
  {
889
889
  "@type": "Term",
890
- "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
890
+ "@id": "bromodifluoromethaneToAirInputsProduction"
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "hcfc124ToAirInputsProduction"
894
+ "@id": "pm10ToAirCropResidueBurning"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "pToSurfaceWaterIndustrialProcesses"
898
+ "@id": "nErosionInputsProduction"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
902
- "@id": "noxToAirCropResidueBurning"
902
+ "@id": "hydroxylamineToAirIndustrialProcesses"
903
903
  },
904
904
  {
905
905
  "@type": "Term",
906
- "@id": "po43ToSurfaceWaterAquacultureSystems"
906
+ "@id": "so3ToAirInputsProduction"
907
907
  },
908
908
  {
909
909
  "@type": "Term",
910
- "@id": "nh4ToSurfaceWaterInputsProduction"
910
+ "@id": "so2ToAirCropResidueBurning"
911
911
  },
912
912
  {
913
913
  "@type": "Term",
914
- "@id": "pesticideToSoilInputsProduction"
914
+ "@id": "pErosionInputsProduction"
915
915
  },
916
916
  {
917
917
  "@type": "Term",
918
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
918
+ "@id": "pm25ToAirFuelCombustion"
919
919
  },
920
920
  {
921
921
  "@type": "Term",
922
- "@id": "po43ToSurfaceWaterIndustrialProcesses"
922
+ "@id": "112TrichloroethaneToAirIndustrialProcesses"
923
923
  },
924
924
  {
925
925
  "@type": "Term",
926
- "@id": "bromodifluoromethaneToAirIndustrialProcesses"
926
+ "@id": "pm02ToAirIndustrialProcesses"
927
927
  },
928
928
  {
929
929
  "@type": "Term",
930
- "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
930
+ "@id": "nh4ToAirIndustrialProcesses"
931
931
  },
932
932
  {
933
933
  "@type": "Term",
934
- "@id": "nh4ToGroundwaterSoilFlux"
934
+ "@id": "hexaneToAirIndustrialProcesses"
935
935
  },
936
936
  {
937
937
  "@type": "Term",
938
- "@id": "n2OToAirNaturalVegetationBurningDirect"
938
+ "@id": "so2ToAirInputsProduction"
939
939
  },
940
940
  {
941
941
  "@type": "Term",
942
- "@id": "soxToAirInputsProduction"
942
+ "@id": "soxToAirCropResidueBurning"
943
943
  },
944
944
  {
945
945
  "@type": "Term",
946
- "@id": "no3ToSurfaceWaterInputsProduction"
946
+ "@id": "nh4ToSurfaceWaterAquacultureSystems"
947
947
  },
948
948
  {
949
949
  "@type": "Term",
950
- "@id": "pm25ToAirCropResidueBurning"
950
+ "@id": "n2OToAirOrganicSoilCultivationIndirect"
951
951
  },
952
952
  {
953
953
  "@type": "Term",
954
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
954
+ "@id": "no3ToSurfaceWaterIndustrialProcesses"
955
955
  },
956
956
  {
957
957
  "@type": "Term",
958
- "@id": "ch4ToAirEntericFermentation"
958
+ "@id": "nErosionSoilFlux"
959
959
  },
960
960
  {
961
961
  "@type": "Term",
962
- "@id": "co2ToAirFuelCombustion"
962
+ "@id": "n2OToAirOrganicSoilCultivationDirect"
963
963
  },
964
964
  {
965
965
  "@type": "Term",
966
- "@id": "ch4ToAirReservoirs"
966
+ "@id": "n2OToAirSoilFlux"
967
967
  },
968
968
  {
969
969
  "@type": "Term",
970
- "@id": "ch4ToAirInputsProductionNonFossil"
970
+ "@id": "nh4ToGroundwaterWasteTreatment"
971
971
  },
972
972
  {
973
973
  "@type": "Term",
974
- "@id": "co2ToAirOrganicSoilCultivation"
974
+ "@id": "no3ToGroundwaterSoilFlux"
975
975
  },
976
976
  {
977
977
  "@type": "Term",
978
- "@id": "ch4ToAirCropResidueDecomposition"
978
+ "@id": "n2ToAirAquacultureSystems"
979
979
  },
980
980
  {
981
981
  "@type": "Term",
982
- "@id": "ch4ToAirFloodedRice"
982
+ "@id": "nh3ToAirOrganicSoilBurning"
983
983
  },
984
984
  {
985
985
  "@type": "Term",
986
- "@id": "ch4ToAirInputsProductionFossil"
986
+ "@id": "noxToAirOrganicFertiliser"
987
987
  },
988
988
  {
989
989
  "@type": "Term",
990
- "@id": "n2ToAirCropResidueDecomposition"
990
+ "@id": "pesticideToAirPesticideApplication"
991
991
  },
992
992
  {
993
993
  "@type": "Term",
994
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
994
+ "@id": "nh3ToAirIndustrialProcesses"
995
995
  },
996
996
  {
997
997
  "@type": "Term",
998
- "@id": "n2ToAirInorganicFertiliser"
998
+ "@id": "no2ToAirIndustrialProcesses"
999
999
  },
1000
1000
  {
1001
1001
  "@type": "Term",
1002
- "@id": "n2OToAirOrganicFertiliserDirect"
1002
+ "@id": "tspToAirAnimalHousing"
1003
1003
  },
1004
1004
  {
1005
1005
  "@type": "Term",
1006
- "@id": "h2SToAirInputsProduction"
1006
+ "@id": "nh4ToAirInputsProduction"
1007
1007
  },
1008
1008
  {
1009
1009
  "@type": "Term",
1010
- "@id": "noxToAirExcreta"
1010
+ "@id": "n2OToAirOrganicSoilBurningIndirect"
1011
1011
  },
1012
1012
  {
1013
1013
  "@type": "Term",
1014
- "@id": "co2ToAirWasteTreatment"
1014
+ "@id": "1112TetrafluoroethaneToAirInputsProduction"
1015
1015
  },
1016
1016
  {
1017
1017
  "@type": "Term",
1018
- "@id": "n2OToAirExcretaIndirect"
1018
+ "@id": "ionisingCompoundsToAirInputsProduction"
1019
1019
  },
1020
1020
  {
1021
1021
  "@type": "Term",
1022
- "@id": "pToDrainageWaterIndustrialProcesses"
1022
+ "@id": "n2OToAirAquacultureSystemsDirect"
1023
1023
  },
1024
1024
  {
1025
1025
  "@type": "Term",
1026
- "@id": "pToGroundwaterInputsProduction"
1026
+ "@id": "ch4ToAirExcreta"
1027
1027
  },
1028
1028
  {
1029
1029
  "@type": "Term",
1030
- "@id": "nh3ToAirWasteTreatment"
1030
+ "@id": "n2ToAirSoilFlux"
1031
1031
  },
1032
1032
  {
1033
1033
  "@type": "Term",
1034
- "@id": "noxToAirInputsProduction"
1034
+ "@id": "coToAirInputsProduction"
1035
1035
  },
1036
1036
  {
1037
1037
  "@type": "Term",
1038
- "@id": "pm0225ToAirIndustrialProcesses"
1038
+ "@id": "ch4ToAirSoilFlux"
1039
1039
  },
1040
1040
  {
1041
1041
  "@type": "Term",
1042
- "@id": "nh3ToAirOrganicFertiliser"
1042
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
1043
1043
  },
1044
1044
  {
1045
1045
  "@type": "Term",
1046
- "@id": "pErosionSoilFlux"
1046
+ "@id": "n2OToAirBackgroundSoilFluxDirect"
1047
1047
  },
1048
1048
  {
1049
1049
  "@type": "Term",
1050
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
1050
+ "@id": "coToAirFuelCombustion"
1051
1051
  },
1052
1052
  {
1053
1053
  "@type": "Term",
1054
- "@id": "halothaneToAirIndustrialProcesses"
1054
+ "@id": "noxToAirNaturalVegetationBurning"
1055
1055
  },
1056
1056
  {
1057
1057
  "@type": "Term",
1058
- "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
1058
+ "@id": "nToSurfaceWaterInputsProduction"
1059
1059
  },
1060
1060
  {
1061
1061
  "@type": "Term",
1062
- "@id": "no3ToGroundwaterInputsProduction"
1062
+ "@id": "carbonTetrachlorideToAirInputsProduction"
1063
1063
  },
1064
1064
  {
1065
1065
  "@type": "Term",
1066
- "@id": "pesticideToHarvestedCropPesticideApplication"
1066
+ "@id": "no3ToAirInputsProduction"
1067
1067
  },
1068
1068
  {
1069
1069
  "@type": "Term",
1070
- "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
1070
+ "@id": "chlorodifluoromethaneToAirInputsProduction"
1071
1071
  },
1072
1072
  {
1073
1073
  "@type": "Term",
1074
- "@id": "112TrichloroethaneToAirInputsProduction"
1074
+ "@id": "no3ToSurfaceWaterExcreta"
1075
1075
  },
1076
1076
  {
1077
1077
  "@type": "Term",
1078
- "@id": "blackCarbonToAirIndustrialProcesses"
1078
+ "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
1079
1079
  },
1080
1080
  {
1081
1081
  "@type": "Term",
1082
- "@id": "tspToAirIndustrialProcesses"
1082
+ "@id": "so2ToAirFuelCombustion"
1083
1083
  },
1084
1084
  {
1085
1085
  "@type": "Term",
1086
- "@id": "nh3ToAirSoilFlux"
1086
+ "@id": "pm10ToAirFuelCombustion"
1087
1087
  },
1088
1088
  {
1089
1089
  "@type": "Term",
1090
- "@id": "chloromethaneToAirIndustrialProcesses"
1090
+ "@id": "soxToAirIndustrialProcesses"
1091
1091
  },
1092
1092
  {
1093
1093
  "@type": "Term",
1094
- "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
1094
+ "@id": "tefluraneToAirInputsProduction"
1095
1095
  },
1096
1096
  {
1097
1097
  "@type": "Term",
1098
- "@id": "pToSurfaceWaterAquacultureSystems"
1098
+ "@id": "no3ToGroundwaterWasteTreatment"
1099
1099
  },
1100
1100
  {
1101
1101
  "@type": "Term",
1102
- "@id": "n2OToAirInorganicFertiliserDirect"
1102
+ "@id": "nh4ToGroundwaterIndustrialProcesses"
1103
1103
  },
1104
1104
  {
1105
1105
  "@type": "Term",
1106
- "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
1106
+ "@id": "sf6ToAirIndustrialProcesses"
1107
1107
  },
1108
1108
  {
1109
1109
  "@type": "Term",
1110
- "@id": "nToSurfaceWaterExcreta"
1110
+ "@id": "noToAirIndustrialProcesses"
1111
1111
  },
1112
1112
  {
1113
1113
  "@type": "Term",
1114
- "@id": "no3ToGroundwaterOrganicFertiliser"
1114
+ "@id": "no3ToGroundwaterExcreta"
1115
1115
  },
1116
1116
  {
1117
1117
  "@type": "Term",
1118
- "@id": "pm10ToAirInputsProduction"
1118
+ "@id": "noToAirOrganicFertiliser"
1119
1119
  },
1120
1120
  {
1121
1121
  "@type": "Term",
1122
- "@id": "blackCarbonToAirFuelCombustion"
1122
+ "@id": "nmvocToAirFuelCombustion"
1123
1123
  },
1124
1124
  {
1125
1125
  "@type": "Term",
1126
- "@id": "nf3ToAirInputsProduction"
1126
+ "@id": "pToSurfaceWaterExcreta"
1127
1127
  },
1128
1128
  {
1129
1129
  "@type": "Term",
1130
- "@id": "hexaneToAirInputsProduction"
1130
+ "@id": "nh3ToAirNaturalVegetationBurning"
1131
1131
  },
1132
1132
  {
1133
1133
  "@type": "Term",
1134
- "@id": "co2ToAirCropResidueDecomposition"
1134
+ "@id": "no3ToGroundwaterCropResidueDecomposition"
1135
1135
  },
1136
1136
  {
1137
1137
  "@type": "Term",
1138
- "@id": "po43ToGroundwaterInputsProduction"
1138
+ "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
1139
1139
  },
1140
1140
  {
1141
1141
  "@type": "Term",
1142
- "@id": "noxToAirOrganicSoilBurning"
1142
+ "@id": "noxToAirAquacultureSystems"
1143
1143
  },
1144
1144
  {
1145
1145
  "@type": "Term",
1146
- "@id": "nmvocToAirWasteTreatment"
1146
+ "@id": "no2ToAirInputsProduction"
1147
1147
  },
1148
1148
  {
1149
1149
  "@type": "Term",
1150
- "@id": "nmvocToAirSilageFeeding"
1150
+ "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
1151
1151
  },
1152
1152
  {
1153
1153
  "@type": "Term",
1154
- "@id": "tspToAirFuelCombustion"
1154
+ "@id": "hcfc124ToAirInputsProduction"
1155
1155
  },
1156
1156
  {
1157
1157
  "@type": "Term",
1158
- "@id": "pm10ToAirAnimalHousing"
1158
+ "@id": "pToSurfaceWaterIndustrialProcesses"
1159
1159
  },
1160
1160
  {
1161
1161
  "@type": "Term",
1162
- "@id": "tspToAirInputsProduction"
1162
+ "@id": "noxToAirCropResidueBurning"
1163
1163
  }
1164
1164
  ]
1165
1165
  },
@@ -1294,7 +1294,7 @@
1294
1294
  "results": [
1295
1295
  {
1296
1296
  "@type": "Term",
1297
- "@id": "residueIncorporated"
1297
+ "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1298
1298
  },
1299
1299
  {
1300
1300
  "@type": "Term",
@@ -1302,7 +1302,7 @@
1302
1302
  },
1303
1303
  {
1304
1304
  "@type": "Term",
1305
- "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1305
+ "@id": "residueIncorporated"
1306
1306
  },
1307
1307
  {
1308
1308
  "@type": "Term",
@@ -1408,11 +1408,11 @@
1408
1408
  },
1409
1409
  {
1410
1410
  "@type": "Term",
1411
- "@id": "digestibleEnergySalmonids"
1411
+ "@id": "digestibleEnergyPigs"
1412
1412
  },
1413
1413
  {
1414
1414
  "@type": "Term",
1415
- "@id": "digestibleEnergyPigs"
1415
+ "@id": "digestibleEnergySalmonids"
1416
1416
  },
1417
1417
  {
1418
1418
  "@type": "Term",
@@ -1505,11 +1505,11 @@
1505
1505
  },
1506
1506
  {
1507
1507
  "@type": "Term",
1508
- "@id": "energyDigestibilityRuminants"
1508
+ "@id": "energyDigestibilitySalmonids"
1509
1509
  },
1510
1510
  {
1511
1511
  "@type": "Term",
1512
- "@id": "energyDigestibilitySalmonids"
1512
+ "@id": "energyDigestibilityRuminants"
1513
1513
  },
1514
1514
  {
1515
1515
  "@type": "Term",
@@ -1528,14 +1528,6 @@
1528
1528
  "units.keyword": "kg N"
1529
1529
  },
1530
1530
  "results": [
1531
- {
1532
- "@type": "Term",
1533
- "@id": "excretaBuffaloKgN"
1534
- },
1535
- {
1536
- "@type": "Term",
1537
- "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1538
- },
1539
1531
  {
1540
1532
  "@type": "Term",
1541
1533
  "@id": "excretaDeerKgN"
@@ -1560,6 +1552,14 @@
1560
1552
  "@type": "Term",
1561
1553
  "@id": "excretaPoultryKgN"
1562
1554
  },
1555
+ {
1556
+ "@type": "Term",
1557
+ "@id": "excretaBuffaloKgN"
1558
+ },
1559
+ {
1560
+ "@type": "Term",
1561
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1562
+ },
1563
1563
  {
1564
1564
  "@type": "Term",
1565
1565
  "@id": "excretaInsectsKgN"
@@ -1745,11 +1745,11 @@
1745
1745
  },
1746
1746
  {
1747
1747
  "@type": "Term",
1748
- "@id": "nonFloodedPreSeasonLessThan180Days"
1748
+ "@id": "nonFloodedPreSeasonMoreThan180Days"
1749
1749
  },
1750
1750
  {
1751
1751
  "@type": "Term",
1752
- "@id": "nonFloodedPreSeasonMoreThan180Days"
1752
+ "@id": "nonFloodedPreSeasonLessThan180Days"
1753
1753
  },
1754
1754
  {
1755
1755
  "@type": "Term",
@@ -1768,7 +1768,7 @@
1768
1768
  "@type": "Term",
1769
1769
  "name": "Generic crop, seed",
1770
1770
  "@id": "genericCropSeed",
1771
- "_score": 23.750723
1771
+ "_score": 23.782045
1772
1772
  }
1773
1773
  ]
1774
1774
  },
@@ -1874,11 +1874,11 @@
1874
1874
  "results": [
1875
1875
  {
1876
1876
  "@type": "Term",
1877
- "@id": "waterMarine"
1877
+ "@id": "waterDrainageCanal"
1878
1878
  },
1879
1879
  {
1880
1880
  "@type": "Term",
1881
- "@id": "waterDrainageCanal"
1881
+ "@id": "waterMarine"
1882
1882
  },
1883
1883
  {
1884
1884
  "@type": "Term",
@@ -2004,151 +2004,157 @@
2004
2004
  "@type": "Term",
2005
2005
  "name": "Glass or high accessible cover",
2006
2006
  "@id": "glassOrHighAccessibleCover",
2007
- "_score": 57.647804
2007
+ "_score": 57.03148
2008
2008
  },
2009
2009
  {
2010
2010
  "@type": "Term",
2011
2011
  "name": "River or stream",
2012
2012
  "@id": "riverOrStream",
2013
- "_score": 48.863834
2013
+ "_score": 48.316353
2014
2014
  },
2015
2015
  {
2016
2016
  "@type": "Term",
2017
2017
  "name": "Sea or ocean",
2018
2018
  "@id": "seaOrOcean",
2019
- "_score": 48.804405
2019
+ "_score": 48.17555
2020
2020
  },
2021
2021
  {
2022
2022
  "@type": "Term",
2023
2023
  "name": "Other natural vegetation",
2024
2024
  "@id": "otherNaturalVegetation",
2025
- "_score": 39.093147
2025
+ "_score": 38.180202
2026
2026
  },
2027
2027
  {
2028
2028
  "@type": "Term",
2029
2029
  "name": "Food retailer",
2030
2030
  "@id": "foodRetailer",
2031
- "_score": 38.84325
2031
+ "_score": 37.8608
2032
2032
  },
2033
2033
  {
2034
2034
  "@type": "Term",
2035
2035
  "name": "Agri-food processor",
2036
2036
  "@id": "agriFoodProcessor",
2037
- "_score": 38.24221
2037
+ "_score": 37.590137
2038
2038
  },
2039
2039
  {
2040
2040
  "@type": "Term",
2041
2041
  "name": "Natural forest",
2042
2042
  "@id": "naturalForest",
2043
- "_score": 29.392084
2043
+ "_score": 29.665064
2044
2044
  },
2045
2045
  {
2046
2046
  "@type": "Term",
2047
2047
  "name": "Permanent pasture",
2048
2048
  "@id": "permanentPasture",
2049
- "_score": 27.738409
2049
+ "_score": 27.240753
2050
2050
  },
2051
2051
  {
2052
2052
  "@type": "Term",
2053
2053
  "name": "Animal housing",
2054
2054
  "@id": "animalHousing",
2055
- "_score": 25.943665
2055
+ "_score": 25.548927
2056
2056
  },
2057
2057
  {
2058
2058
  "@type": "Term",
2059
2059
  "name": "Root or tuber crop plant",
2060
2060
  "@id": "rootOrTuberCropPlant",
2061
- "_score": 23.959923
2061
+ "_score": 23.591366
2062
2062
  },
2063
2063
  {
2064
2064
  "@type": "Term",
2065
2065
  "name": "High intensity grazing pasture",
2066
2066
  "@id": "highIntensityGrazingPasture",
2067
- "_score": 22.386646
2067
+ "_score": 22.037212
2068
2068
  },
2069
2069
  {
2070
2070
  "@type": "Term",
2071
2071
  "name": "Permanent cropland",
2072
2072
  "@id": "permanentCropland",
2073
- "_score": 19.53312
2073
+ "_score": 19.511784
2074
2074
  },
2075
2075
  {
2076
2076
  "@type": "Term",
2077
2077
  "name": "Forest",
2078
2078
  "@id": "forest",
2079
- "_score": 19.216679
2079
+ "_score": 18.648563
2080
2080
  },
2081
2081
  {
2082
2082
  "@type": "Term",
2083
2083
  "name": "Pond",
2084
2084
  "@id": "pond",
2085
- "_score": 18.41035
2085
+ "_score": 17.991863
2086
+ },
2087
+ {
2088
+ "@type": "Term",
2089
+ "name": "Other land",
2090
+ "@id": "otherLand",
2091
+ "_score": 17.449398
2086
2092
  },
2087
2093
  {
2088
2094
  "@type": "Term",
2089
2095
  "name": "Plantation forest",
2090
2096
  "@id": "plantationForest",
2091
- "_score": 17.520178
2097
+ "_score": 17.198242
2092
2098
  },
2093
2099
  {
2094
2100
  "@type": "Term",
2095
2101
  "name": "Lake",
2096
2102
  "@id": "lake",
2097
- "_score": 16.823612
2098
- },
2099
- {
2100
- "@type": "Term",
2101
- "name": "Sea kale plant",
2102
- "@id": "seaKalePlant",
2103
- "_score": 16.298885
2103
+ "_score": 16.56434
2104
2104
  },
2105
2105
  {
2106
2106
  "@type": "Term",
2107
2107
  "name": "Improved pasture",
2108
2108
  "@id": "improvedPasture",
2109
- "_score": 16.279415
2109
+ "_score": 16.000757
2110
2110
  },
2111
2111
  {
2112
2112
  "@type": "Term",
2113
2113
  "name": "Native pasture",
2114
2114
  "@id": "nativePasture",
2115
- "_score": 16.222237
2115
+ "_score": 15.893363
2116
+ },
2117
+ {
2118
+ "@type": "Term",
2119
+ "name": "Sea kale plant",
2120
+ "@id": "seaKalePlant",
2121
+ "_score": 15.695772
2116
2122
  },
2117
2123
  {
2118
2124
  "@type": "Term",
2119
2125
  "name": "Red sea plume alga",
2120
2126
  "@id": "redSeaPlumeAlga",
2121
- "_score": 15.614302
2127
+ "_score": 15.179208
2128
+ },
2129
+ {
2130
+ "@type": "Term",
2131
+ "name": "Severely degraded pasture",
2132
+ "@id": "severelyDegradedPasture",
2133
+ "_score": 14.978426
2122
2134
  },
2123
2135
  {
2124
2136
  "@type": "Term",
2125
2137
  "name": "River tamarind tree",
2126
2138
  "@id": "riverTamarindTree",
2127
- "_score": 15.259674
2139
+ "_score": 14.97616
2128
2140
  },
2129
2141
  {
2130
2142
  "@type": "Term",
2131
2143
  "name": "Nominally managed pasture",
2132
2144
  "@id": "nominallyManagedPasture",
2133
- "_score": 15.130231
2134
- },
2135
- {
2136
- "@type": "Term",
2137
- "name": "Severely degraded pasture",
2138
- "@id": "severelyDegradedPasture",
2139
- "_score": 15.001043
2145
+ "_score": 14.800983
2140
2146
  },
2141
2147
  {
2142
2148
  "@type": "Term",
2143
2149
  "name": "Cropland",
2144
2150
  "@id": "cropland",
2145
- "_score": 9.793104
2151
+ "_score": 9.556416
2146
2152
  },
2147
2153
  {
2148
2154
  "@type": "Term",
2149
2155
  "name": "Annual cropland",
2150
2156
  "@id": "annualCropland",
2151
- "_score": 9.072969
2157
+ "_score": 9.0709715
2152
2158
  }
2153
2159
  ]
2154
2160
  },
@@ -2191,15 +2197,15 @@
2191
2197
  "results": [
2192
2198
  {
2193
2199
  "@type": "Term",
2194
- "@id": "diesel1D"
2200
+ "@id": "marineDieselOil"
2195
2201
  },
2196
2202
  {
2197
2203
  "@type": "Term",
2198
- "@id": "marineDieselOil"
2204
+ "@id": "petrolBurntIn2StrokeEngine"
2199
2205
  },
2200
2206
  {
2201
2207
  "@type": "Term",
2202
- "@id": "petrolBurntIn2StrokeEngine"
2208
+ "@id": "diesel1D"
2203
2209
  },
2204
2210
  {
2205
2211
  "@type": "Term",
@@ -2215,11 +2221,11 @@
2215
2221
  },
2216
2222
  {
2217
2223
  "@type": "Term",
2218
- "@id": "petrolBurntIn4StrokeEngine"
2224
+ "@id": "petrol"
2219
2225
  },
2220
2226
  {
2221
2227
  "@type": "Term",
2222
- "@id": "petrol"
2228
+ "@id": "petrolBurntIn4StrokeEngine"
2223
2229
  },
2224
2230
  {
2225
2231
  "@type": "Term",
@@ -2396,15 +2402,15 @@
2396
2402
  "results": [
2397
2403
  {
2398
2404
  "@type": "Term",
2399
- "@id": "noTillage"
2405
+ "@id": "verticalTillage"
2400
2406
  },
2401
2407
  {
2402
2408
  "@type": "Term",
2403
- "@id": "ridgeTillage"
2409
+ "@id": "noTillage"
2404
2410
  },
2405
2411
  {
2406
2412
  "@type": "Term",
2407
- "@id": "verticalTillage"
2413
+ "@id": "ridgeTillage"
2408
2414
  },
2409
2415
  {
2410
2416
  "@type": "Term",
@@ -2519,19 +2525,19 @@
2519
2525
  },
2520
2526
  {
2521
2527
  "@type": "Term",
2522
- "@id": "ureaCalciumNitrateKgN"
2528
+ "@id": "sulphurCoatedUreaKgN"
2523
2529
  },
2524
2530
  {
2525
2531
  "@type": "Term",
2526
- "@id": "ureaAmmoniumSulphateKgN"
2532
+ "@id": "ureaAmmoniumNitrateKgN"
2527
2533
  },
2528
2534
  {
2529
2535
  "@type": "Term",
2530
- "@id": "ureaAmmoniumNitrateKgN"
2536
+ "@id": "ureaCalciumNitrateKgN"
2531
2537
  },
2532
2538
  {
2533
2539
  "@type": "Term",
2534
- "@id": "sulphurCoatedUreaKgN"
2540
+ "@id": "ureaAmmoniumSulphateKgN"
2535
2541
  }
2536
2542
  ]
2537
2543
  },