@hestia-earth/glossary 0.54.0 → 0.55.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 +80 -0
- package/package.json +1 -1
- package/resources/impactAssessment.json +319 -0
- package/resources/inHestiaDefaultSystemBoundary.json +63 -3
- package/resources/term-restrictions.json +18684 -1444
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,86 @@
|
|
|
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.55.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.54.0...v0.55.0) (2024-09-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_TILLAGE_MANAGEMENT_FACTOR_FULL_TILLAGE`
|
|
11
|
+
`IPCC_2019_MANAGEMENT_FACTOR_FULL_TILLAGE`
|
|
12
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_TILLAGE_MANAGEMENT_FACTOR_REDUCED_TILLAGE`
|
|
13
|
+
`IPCC_2019_MANAGEMENT_FACTOR_REDUCED_TILLAGE`
|
|
14
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_TILLAGE_MANAGEMENT_FACTOR_NO_TILLAGE`
|
|
15
|
+
`IPCC_2019_MANAGEMENT_FACTOR_NO_TILLAGE`
|
|
16
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_GRASSLAND_MANAGEMENT_FACTOR_NOMINALLY_MANAGED`
|
|
17
|
+
`IPCC_2019_MANAGEMENT_FACTOR_NOMINALLY_MANAGED`
|
|
18
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_GRASSLAND_MANAGEMENT_FACTOR_HIGH_INTENSITY_GRAZING`
|
|
19
|
+
`IPCC_2019_MANAGEMENT_FACTOR_HIGH_INTENSITY_GRAZING`
|
|
20
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_GRASSLAND_MANAGEMENT_FACTOR_SEVERELY_DEGRADED`
|
|
21
|
+
`IPCC_2019_MANAGEMENT_FACTOR_SEVERELY_DEGRADED`
|
|
22
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_GRASSLAND_MANAGEMENT_FACTOR_IMPROVED_GRASSLAND`
|
|
23
|
+
`IPCC_2019_MANAGEMENT_FACTOR_IMPROVED_GRASSLAND`
|
|
24
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_CROPLAND_CARBON_INPUT_FACTOR_MEDIUM`
|
|
25
|
+
`IPCC_2019_CARBON_INPUT_FACTOR_CROPLAND_MEDIUM`
|
|
26
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_CROPLAND_CARBON_INPUT_FACTOR_LOW`
|
|
27
|
+
`IPCC_2019_CARBON_INPUT_FACTOR_CROPLAND_LOW`
|
|
28
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_CROPLAND_CARBON_INPUT_FACTOR_HIGH_WITHOUT_MANURE`
|
|
29
|
+
`IPCC_2019_CARBON_INPUT_FACTOR_CROPLAND_HIGH_WITHOUT_MANURE`
|
|
30
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_CROPLAND_CARBON_INPUT_FACTOR_HIGH_WITH_MANURE`
|
|
31
|
+
`IPCC_2019_CARBON_INPUT_FACTOR_CROPLAND_HIGH_WITH_MANURE`
|
|
32
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_GRASSLAND_CARBON_INPUT_FACTOR_MEDIUM`
|
|
33
|
+
`IPCC_2019_CARBON_INPUT_FACTOR_GRASSLAND_MEDIUM`
|
|
34
|
+
* **ecoClimateZone:** rename lookup `IPCC_2019_GRASSLAND_CARBON_INPUT_FACTOR_HIGH`
|
|
35
|
+
`IPCC_2019_CARBON_INPUT_FACTOR_GRASSLAND_HIGH`
|
|
36
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_SOC_REF_SD_HAC`
|
|
37
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_SOC_REF_SD_LAC`
|
|
38
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_SOC_REF_SD_SAN`
|
|
39
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_SOC_REF_SD_POD`
|
|
40
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_SOC_REF_SD_VOL`
|
|
41
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_SOC_REF_SD_WET`
|
|
42
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_LANDUSE_FACTOR_SD_ANNUAL_CROPS`
|
|
43
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_LANDUSE_FACTOR_SD_ANNUAL_CROPS_WET`
|
|
44
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_LANDUSE_FACTOR_SD_PADDY_RICE_CULTIVATION`
|
|
45
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_LANDUSE_FACTOR_SD_PERENNIAL_CROPS`
|
|
46
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_LANDUSE_FACTOR_SD_SET_ASIDE`
|
|
47
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_TILLAGE_MANAGEMENT_FACTOR_SD_REDUCED_TILLAGE`
|
|
48
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_TILLAGE_MANAGEMENT_FACTOR_SD_NO_TILLAGE`
|
|
49
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_GRASSLAND_MANAGEMENT_FACTOR_SD_HIGH_INTENSITY_GRAZING`
|
|
50
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_GRASSLAND_MANAGEMENT_FACTOR_SD_SEVERELY_DEGRADED`
|
|
51
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_GRASSLAND_MANAGEMENT_FACTOR_SD_IMPROVED_GRASSLAND`
|
|
52
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_CROPLAND_CARBON_INPUT_FACTOR_SD_LOW`
|
|
53
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_CROPLAND_CARBON_INPUT_FACTOR_SD_HIGH_WITHOUT_MANURE`
|
|
54
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_CROPLAND_CARBON_INPUT_FACTOR_SD_HIGH_WITH_MANURE`
|
|
55
|
+
* **ecoClimateZone:** delete lookup `IPCC_2019_GRASSLAND_CARBON_INPUT_FACTOR_SD_HIGH`
|
|
56
|
+
* **region:** rename `Titus` `Titus (County), Texas, United States`
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* **biologialControlAgent:** add `Bacillus thuringiensis ssp. tenebrionis` ([31e0a11](https://gitlab.com/hestia-earth/hestia-glossary/commit/31e0a1139a147f7d320e07f6c5060c06809d1149)), closes [#1484](https://gitlab.com/hestia-earth/hestia-glossary/issues/1484)
|
|
61
|
+
* **ecoClimateZone:** add equilibrium factor lookups for biomass carbon model ([5bce5c2](https://gitlab.com/hestia-earth/hestia-glossary/commit/5bce5c2455211f03a6195ecb4c7efe0e060e3ff2))
|
|
62
|
+
* **ecoClimateZone:** add new factor lookups for SOC model ([e59166f](https://gitlab.com/hestia-earth/hestia-glossary/commit/e59166f067976299efe936ed9747d19fed2775ce))
|
|
63
|
+
* **ecoClimateZone:** convert SOC model lookup values from single value to grouped data ([1b00e54](https://gitlab.com/hestia-earth/hestia-glossary/commit/1b00e5429f3a5c6866e395851bf07c20f51b609f))
|
|
64
|
+
* **ecoClimateZone:** delete SD columns from SOC model lookups ([5dd1bbe](https://gitlab.com/hestia-earth/hestia-glossary/commit/5dd1bbe80c5efa27dd9a94d79abfe9424e68f6c8))
|
|
65
|
+
* **ecoClimateZone:** rename SOC model lookup columns and convert from single value to grouped data ([9624624](https://gitlab.com/hestia-earth/hestia-glossary/commit/9624624ed2ce668a20cec6f45ce359b892c1fd39))
|
|
66
|
+
* **emission:** add new acidification terms ([565971d](https://gitlab.com/hestia-earth/hestia-glossary/commit/565971ddc5cf120447416444218c87e8ad7fb7e3))
|
|
67
|
+
* **emission:** create new terms and lookup files for eutrophication model ([3c36fa0](https://gitlab.com/hestia-earth/hestia-glossary/commit/3c36fa0d129b5a625281aa7a5d0a9ebef286930c))
|
|
68
|
+
* **emissions:** add new emissions related to ozone depletion ([4c50adc](https://gitlab.com/hestia-earth/hestia-glossary/commit/4c50adcc010160fb2dbaa3ff4255b8be907b077a)), closes [#1461](https://gitlab.com/hestia-earth/hestia-glossary/issues/1461) [#1459](https://gitlab.com/hestia-earth/hestia-glossary/issues/1459) [#1462](https://gitlab.com/hestia-earth/hestia-glossary/issues/1462)
|
|
69
|
+
* **fertiliserBrandName:** add active ingredients ([6976be2](https://gitlab.com/hestia-earth/hestia-glossary/commit/6976be2a64ce3327a2d3b3d96731797b8869d104)), closes [#1426](https://gitlab.com/hestia-earth/hestia-glossary/issues/1426)
|
|
70
|
+
* **fuel:** add `density` to `biodiesel` ([9bae0b5](https://gitlab.com/hestia-earth/hestia-glossary/commit/9bae0b5fa9dc6599ef56d58353f774494f556e76))
|
|
71
|
+
* **liveAquaticSpecies:** add `defaultSalinity` lookup ([b18e2f6](https://gitlab.com/hestia-earth/hestia-glossary/commit/b18e2f60e10d5afb1e23dc61b901009e732f5f4a))
|
|
72
|
+
* **measurement:** add `IPCC_2019_CH4_aquaculture_EF` lookup ([bae8d9b](https://gitlab.com/hestia-earth/hestia-glossary/commit/bae8d9b3be88be668594fdb58f762c7b33bbc740)), closes [#1501](https://gitlab.com/hestia-earth/hestia-glossary/issues/1501)
|
|
73
|
+
* **operation:** add `beddingUpAnimals` ([878fc24](https://gitlab.com/hestia-earth/hestia-glossary/commit/878fc24c6c2ee85d9cce8e7c6d9897e07f4a468c)), closes [#1476](https://gitlab.com/hestia-earth/hestia-glossary/issues/1476)
|
|
74
|
+
* **pesticideBrandName:** add multiple terms for FIBL alignment ([3cacb31](https://gitlab.com/hestia-earth/hestia-glossary/commit/3cacb31bc0e9f8e7e3720043d5ab7763e7b1df30))
|
|
75
|
+
* **pesticideBrandName:** add pesticide brands from FCC ([6a8b2ee](https://gitlab.com/hestia-earth/hestia-glossary/commit/6a8b2ee5a6110fb32a04b8ad37f06113e8990ee1))
|
|
76
|
+
* **region:** rename `Titus` `Titus (County), Texas, United States` ([522d967](https://gitlab.com/hestia-earth/hestia-glossary/commit/522d96716a3966feddb68e15f0314f584a1b88de)), closes [#1484](https://gitlab.com/hestia-earth/hestia-glossary/issues/1484)
|
|
77
|
+
* **soilAmendment:** add `Stone meal, unspecified` ([db1090c](https://gitlab.com/hestia-earth/hestia-glossary/commit/db1090c22d6e7f2c798607fbe5425279d2f0ba4c)), closes [#1484](https://gitlab.com/hestia-earth/hestia-glossary/issues/1484)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* **emission:** tidy glossary and fix errors ([c3c9593](https://gitlab.com/hestia-earth/hestia-glossary/commit/c3c9593d06107795d04765690bc86cfdc07a013f))
|
|
83
|
+
* **inorganicFertiliser:** add sulphur content to `Urea Ammonium Sulphate (kg N)` ([60533a5](https://gitlab.com/hestia-earth/hestia-glossary/commit/60533a5c9b3038f5f366407b1040b508c572844e))
|
|
84
|
+
|
|
5
85
|
## [0.54.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.53.1...v0.54.0) (2024-09-03)
|
|
6
86
|
|
|
7
87
|
|
package/package.json
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"bacillusThuringiensisAizawai",
|
|
49
49
|
"bacillusThuringiensisCry2Ab",
|
|
50
50
|
"bacillusThuringiensisKurstaki",
|
|
51
|
+
"bacillusThuringiensisSspTenebrionis",
|
|
51
52
|
"bacillusPumilusQst2808",
|
|
52
53
|
"bacillusAmyloliquefaciens",
|
|
53
54
|
"candidaOleophilaO",
|
|
@@ -16338,6 +16339,7 @@
|
|
|
16338
16339
|
"atroban11EC",
|
|
16339
16340
|
"atroban425Ec",
|
|
16340
16341
|
"atrobanDelicePlusInsecticide",
|
|
16342
|
+
"audienz",
|
|
16341
16343
|
"aureobasidiumPullulansStrainDsm14940Technical",
|
|
16342
16344
|
"aureobasidiumPullulansStrainDsm14941Technical",
|
|
16343
16345
|
"authority4FHerbicide",
|
|
@@ -18921,6 +18923,7 @@
|
|
|
18921
18923
|
"fipronilPlusC",
|
|
18922
18924
|
"fireFighterGranularAntBait",
|
|
18923
18925
|
"firebirdF130",
|
|
18926
|
+
"firebirdPlus",
|
|
18924
18927
|
"firebirdPro",
|
|
18925
18928
|
"fireline17WpFungicideBactericideAgriculturalOxytetracycline",
|
|
18926
18929
|
"fireline45Wp",
|
|
@@ -19155,6 +19158,8 @@
|
|
|
19155
19158
|
"gavicide470SprayOil",
|
|
19156
19159
|
"gavicideSuper90",
|
|
19157
19160
|
"gavicideC",
|
|
19161
|
+
"gazelle120Fl",
|
|
19162
|
+
"gazelleSg",
|
|
19158
19163
|
"gb40",
|
|
19159
19164
|
"gbs123",
|
|
19160
19165
|
"gbs2512",
|
|
@@ -20860,6 +20865,7 @@
|
|
|
20860
20865
|
"nouvelSalesFipronilRoachBaitGel",
|
|
20861
20866
|
"nouvexN9509010MasterBatch",
|
|
20862
20867
|
"novacideInsecticide",
|
|
20868
|
+
"novodor3Fc",
|
|
20863
20869
|
"nowMup",
|
|
20864
20870
|
"nowMupV2",
|
|
20865
20871
|
"np125DF",
|
|
@@ -22288,6 +22294,7 @@
|
|
|
22288
22294
|
"septiholStAlcoholSolution",
|
|
22289
22295
|
"sequenceCsHerbicide",
|
|
22290
22296
|
"sequenceHerbicide",
|
|
22297
|
+
"sercadis",
|
|
22291
22298
|
"serenade",
|
|
22292
22299
|
"serenva",
|
|
22293
22300
|
"sergeantSFipronilMultiDoseForDogs",
|
|
@@ -23239,6 +23246,7 @@
|
|
|
23239
23246
|
"timectin015EcTOInsecticideMiticide",
|
|
23240
23247
|
"timorexGold",
|
|
23241
23248
|
"titanium93",
|
|
23249
|
+
"titus",
|
|
23242
23250
|
"tMethyl45",
|
|
23243
23251
|
"tMethyl45L",
|
|
23244
23252
|
"tMethyl70Wsb",
|
|
@@ -24001,6 +24009,316 @@
|
|
|
24001
24009
|
"pas",
|
|
24002
24010
|
"rosate36",
|
|
24003
24011
|
"redigoPro",
|
|
24012
|
+
"14DimethylnapthaleneDmn",
|
|
24013
|
+
"3CChlormequat750",
|
|
24014
|
+
"abacus",
|
|
24015
|
+
"abringo",
|
|
24016
|
+
"actilandesTm",
|
|
24017
|
+
"actirobB",
|
|
24018
|
+
"adexar",
|
|
24019
|
+
"adhere",
|
|
24020
|
+
"adjimin",
|
|
24021
|
+
"adjiveg",
|
|
24022
|
+
"adjust",
|
|
24023
|
+
"affix",
|
|
24024
|
+
"allyMaxSx",
|
|
24025
|
+
"altoElite",
|
|
24026
|
+
"amistar",
|
|
24027
|
+
"anthem",
|
|
24028
|
+
"aphox",
|
|
24029
|
+
"arbiter",
|
|
24030
|
+
"argosOrangeOil",
|
|
24031
|
+
"argosy",
|
|
24032
|
+
"arizona",
|
|
24033
|
+
"artio",
|
|
24034
|
+
"ascraXpro",
|
|
24035
|
+
"astrokerb",
|
|
24036
|
+
"attach",
|
|
24037
|
+
"aurelia",
|
|
24038
|
+
"avadexExcel15G",
|
|
24039
|
+
"avadexFactor",
|
|
24040
|
+
"aviator235Xpro",
|
|
24041
|
+
"avocet",
|
|
24042
|
+
"axial",
|
|
24043
|
+
"axialPro",
|
|
24044
|
+
"azoxystar",
|
|
24045
|
+
"azural",
|
|
24046
|
+
"backGround",
|
|
24047
|
+
"backrowMax",
|
|
24048
|
+
"banastar",
|
|
24049
|
+
"barclayPropyz",
|
|
24050
|
+
"barleyquatB",
|
|
24051
|
+
"bassagranSg",
|
|
24052
|
+
"belkar",
|
|
24053
|
+
"benta480Sl",
|
|
24054
|
+
"bioxMSpearmintOil",
|
|
24055
|
+
"blanco",
|
|
24056
|
+
"boogieXPro",
|
|
24057
|
+
"broadwayStar",
|
|
24058
|
+
"brutus",
|
|
24059
|
+
"bullionPesticideBrandName",
|
|
24060
|
+
"byte",
|
|
24061
|
+
"cCurePro",
|
|
24062
|
+
"callisto",
|
|
24063
|
+
"canopy",
|
|
24064
|
+
"capalo",
|
|
24065
|
+
"caryx",
|
|
24066
|
+
"cebara",
|
|
24067
|
+
"cello",
|
|
24068
|
+
"centium360",
|
|
24069
|
+
"centurionMax",
|
|
24070
|
+
"ceratavoPlus",
|
|
24071
|
+
"chekker",
|
|
24072
|
+
"chlorthalis",
|
|
24073
|
+
"choriste",
|
|
24074
|
+
"claymore",
|
|
24075
|
+
"claytonElNino",
|
|
24076
|
+
"claytonParagon",
|
|
24077
|
+
"claytonProud",
|
|
24078
|
+
"claytonSpigot",
|
|
24079
|
+
"cleacropAlatrinEvo",
|
|
24080
|
+
"cleancropArgent",
|
|
24081
|
+
"cleancropCeleb",
|
|
24082
|
+
"cleancropDiode",
|
|
24083
|
+
"cleancropDrive",
|
|
24084
|
+
"cleancropForward",
|
|
24085
|
+
"cleancropGallifrey",
|
|
24086
|
+
"cleancropMondial",
|
|
24087
|
+
"cleancropSignifier",
|
|
24088
|
+
"cleancropTransist",
|
|
24089
|
+
"cleancropTungsten",
|
|
24090
|
+
"cleravo",
|
|
24091
|
+
"cocktail",
|
|
24092
|
+
"colt10Cs",
|
|
24093
|
+
"comet200",
|
|
24094
|
+
"compitoxPlus",
|
|
24095
|
+
"consol",
|
|
24096
|
+
"cracker",
|
|
24097
|
+
"crawler",
|
|
24098
|
+
"credit",
|
|
24099
|
+
"cronus",
|
|
24100
|
+
"cropspray11E",
|
|
24101
|
+
"crownMh",
|
|
24102
|
+
"crystalCrystalS",
|
|
24103
|
+
"custodia",
|
|
24104
|
+
"cyflamid",
|
|
24105
|
+
"deacon",
|
|
24106
|
+
"debutPesticideBrandName",
|
|
24107
|
+
"deploy",
|
|
24108
|
+
"diagor",
|
|
24109
|
+
"diamondPesticideBrandName",
|
|
24110
|
+
"dowShield400",
|
|
24111
|
+
"drill",
|
|
24112
|
+
"duplosanSuper",
|
|
24113
|
+
"dymid",
|
|
24114
|
+
"eaglePesticideBrandName",
|
|
24115
|
+
"easel",
|
|
24116
|
+
"eclipse",
|
|
24117
|
+
"elatusEra",
|
|
24118
|
+
"elatusPlus",
|
|
24119
|
+
"epicPesticideBrandName",
|
|
24120
|
+
"ergon",
|
|
24121
|
+
"escoltaPesticideBrandName",
|
|
24122
|
+
"esker",
|
|
24123
|
+
"euskatel",
|
|
24124
|
+
"falcon",
|
|
24125
|
+
"fandango",
|
|
24126
|
+
"fazor",
|
|
24127
|
+
"feLyn",
|
|
24128
|
+
"fence",
|
|
24129
|
+
"filan",
|
|
24130
|
+
"finishSx",
|
|
24131
|
+
"firefly",
|
|
24132
|
+
"firestarter",
|
|
24133
|
+
"flinch",
|
|
24134
|
+
"flipper",
|
|
24135
|
+
"fortunePesticideBrandName",
|
|
24136
|
+
"foxtrot",
|
|
24137
|
+
"freezeNt",
|
|
24138
|
+
"fusiladeMax",
|
|
24139
|
+
"gallupHiAktivAmenity",
|
|
24140
|
+
"giddo",
|
|
24141
|
+
"goltix70Sc",
|
|
24142
|
+
"groundForce",
|
|
24143
|
+
"hallmarkXeon",
|
|
24144
|
+
"hatraPesticideBrandName",
|
|
24145
|
+
"haven",
|
|
24146
|
+
"headlandSaxon",
|
|
24147
|
+
"helix",
|
|
24148
|
+
"heroldPesticideBrandName",
|
|
24149
|
+
"himalayaXl",
|
|
24150
|
+
"horus",
|
|
24151
|
+
"hurler",
|
|
24152
|
+
"imtrex",
|
|
24153
|
+
"inceptionXpro",
|
|
24154
|
+
"inkaSx",
|
|
24155
|
+
"intracropDictate",
|
|
24156
|
+
"intracropEvoque",
|
|
24157
|
+
"intracropF16",
|
|
24158
|
+
"intracropInca",
|
|
24159
|
+
"intracropIncite",
|
|
24160
|
+
"intracropPredict",
|
|
24161
|
+
"intracropQuad",
|
|
24162
|
+
"intracropRetainerNf",
|
|
24163
|
+
"intracropRigger",
|
|
24164
|
+
"intracropStayPut",
|
|
24165
|
+
"intracropSuperRapeezeMso",
|
|
24166
|
+
"intracropZodiac",
|
|
24167
|
+
"iodus",
|
|
24168
|
+
"ipanema",
|
|
24169
|
+
"ironmaxPro",
|
|
24170
|
+
"isolator",
|
|
24171
|
+
"itcanSl270",
|
|
24172
|
+
"jager",
|
|
24173
|
+
"jaunt",
|
|
24174
|
+
"jenton",
|
|
24175
|
+
"jubileeSx",
|
|
24176
|
+
"justice",
|
|
24177
|
+
"katamaranTurbo",
|
|
24178
|
+
"kayak",
|
|
24179
|
+
"kerbFlo",
|
|
24180
|
+
"kerbFlo500",
|
|
24181
|
+
"kestrel",
|
|
24182
|
+
"korvetto",
|
|
24183
|
+
"kyleo",
|
|
24184
|
+
"laidir10Cs",
|
|
24185
|
+
"lamdastar",
|
|
24186
|
+
"laser",
|
|
24187
|
+
"legate",
|
|
24188
|
+
"legend",
|
|
24189
|
+
"lenazarFlo500Fc",
|
|
24190
|
+
"lens",
|
|
24191
|
+
"lentymaXe",
|
|
24192
|
+
"lenvyorDuo",
|
|
24193
|
+
"leystar",
|
|
24194
|
+
"liberator",
|
|
24195
|
+
"lizard",
|
|
24196
|
+
"lorate",
|
|
24197
|
+
"magnaSl",
|
|
24198
|
+
"masterGly",
|
|
24199
|
+
"mavrik",
|
|
24200
|
+
"mero",
|
|
24201
|
+
"meteor",
|
|
24202
|
+
"minixx",
|
|
24203
|
+
"miradorExtra",
|
|
24204
|
+
"mircamPlus",
|
|
24205
|
+
"mobius",
|
|
24206
|
+
"moddus",
|
|
24207
|
+
"mohawkCs",
|
|
24208
|
+
"monitor",
|
|
24209
|
+
"mostMicro",
|
|
24210
|
+
"myresa",
|
|
24211
|
+
"nautius",
|
|
24212
|
+
"nevada",
|
|
24213
|
+
"newmanCropspray11E",
|
|
24214
|
+
"niantic",
|
|
24215
|
+
"ninja5Cs",
|
|
24216
|
+
"nuron",
|
|
24217
|
+
"octavianMet",
|
|
24218
|
+
"oleophyte",
|
|
24219
|
+
"optica",
|
|
24220
|
+
"optimus",
|
|
24221
|
+
"oriet",
|
|
24222
|
+
"oskar",
|
|
24223
|
+
"othello",
|
|
24224
|
+
"ovation",
|
|
24225
|
+
"palio",
|
|
24226
|
+
"panarex",
|
|
24227
|
+
"paramount",
|
|
24228
|
+
"paramountMax",
|
|
24229
|
+
"pecari250Ec",
|
|
24230
|
+
"pentangle",
|
|
24231
|
+
"phaseIi",
|
|
24232
|
+
"phoenix",
|
|
24233
|
+
"pilotUltra",
|
|
24234
|
+
"pixxaroEc",
|
|
24235
|
+
"pontosPesticideBrandName",
|
|
24236
|
+
"predictPlus",
|
|
24237
|
+
"presiteSx",
|
|
24238
|
+
"priaxorEc",
|
|
24239
|
+
"prima",
|
|
24240
|
+
"princess",
|
|
24241
|
+
"proclus",
|
|
24242
|
+
"proline275",
|
|
24243
|
+
"propelXpro",
|
|
24244
|
+
"prosaro",
|
|
24245
|
+
"proverb",
|
|
24246
|
+
"ralos",
|
|
24247
|
+
"rango",
|
|
24248
|
+
"recital",
|
|
24249
|
+
"reglone",
|
|
24250
|
+
"retengo200",
|
|
24251
|
+
"revystarXe",
|
|
24252
|
+
"rodeoPesticideBrandName",
|
|
24253
|
+
"rosate360Tf",
|
|
24254
|
+
"ruby",
|
|
24255
|
+
"rylox",
|
|
24256
|
+
"safariLiteWsb",
|
|
24257
|
+
"sakura",
|
|
24258
|
+
"samurai",
|
|
24259
|
+
"san703",
|
|
24260
|
+
"savvyPremium",
|
|
24261
|
+
"saxonPesticideBrandName",
|
|
24262
|
+
"scorpion",
|
|
24263
|
+
"selectPrime",
|
|
24264
|
+
"seraphin",
|
|
24265
|
+
"shiro",
|
|
24266
|
+
"shogun",
|
|
24267
|
+
"sicklePesticideBrandName",
|
|
24268
|
+
"signum",
|
|
24269
|
+
"siltraXpro",
|
|
24270
|
+
"skelta",
|
|
24271
|
+
"soilTite",
|
|
24272
|
+
"soleil",
|
|
24273
|
+
"sparviero",
|
|
24274
|
+
"spraymate",
|
|
24275
|
+
"sprayprover",
|
|
24276
|
+
"stabilan750",
|
|
24277
|
+
"stallionSycnTec",
|
|
24278
|
+
"staraneHiLoadHl",
|
|
24279
|
+
"staraneXl",
|
|
24280
|
+
"starfire",
|
|
24281
|
+
"sultan50Sc",
|
|
24282
|
+
"sumiAlpha",
|
|
24283
|
+
"sumir",
|
|
24284
|
+
"sunfire",
|
|
24285
|
+
"sunorgPro",
|
|
24286
|
+
"swiftSc",
|
|
24287
|
+
"talius",
|
|
24288
|
+
"targetFlo",
|
|
24289
|
+
"tebucur250",
|
|
24290
|
+
"teppeki",
|
|
24291
|
+
"terpal",
|
|
24292
|
+
"thiopron",
|
|
24293
|
+
"toil",
|
|
24294
|
+
"toledo",
|
|
24295
|
+
"toprex",
|
|
24296
|
+
"topsail",
|
|
24297
|
+
"toscanaPesticideBrandName",
|
|
24298
|
+
"touchdownQuattro",
|
|
24299
|
+
"tratonSx",
|
|
24300
|
+
"tridus",
|
|
24301
|
+
"tripline",
|
|
24302
|
+
"triumphCs",
|
|
24303
|
+
"tropotox",
|
|
24304
|
+
"ultraline",
|
|
24305
|
+
"varianoXpro",
|
|
24306
|
+
"velocity",
|
|
24307
|
+
"velogyPlus",
|
|
24308
|
+
"velomax",
|
|
24309
|
+
"vesuviusGreen",
|
|
24310
|
+
"vexzone",
|
|
24311
|
+
"vivendi200",
|
|
24312
|
+
"wicket",
|
|
24313
|
+
"xaron",
|
|
24314
|
+
"zarado",
|
|
24315
|
+
"zoxis",
|
|
24316
|
+
"banko720",
|
|
24317
|
+
"cherokee",
|
|
24318
|
+
"cyclops",
|
|
24319
|
+
"movon",
|
|
24320
|
+
"oriel50Sx",
|
|
24321
|
+
"properFlo",
|
|
24004
24322
|
"processingAidUnspecified",
|
|
24005
24323
|
"polyacrylamideProcessingAid",
|
|
24006
24324
|
"aluminiumChlorohydrate",
|
|
@@ -24089,6 +24407,7 @@
|
|
|
24089
24407
|
"bioplex",
|
|
24090
24408
|
"panoramaBioPlus",
|
|
24091
24409
|
"meba",
|
|
24410
|
+
"stoneMealUnspecified",
|
|
24092
24411
|
"substrateUnspecified",
|
|
24093
24412
|
"barkSubstrate",
|
|
24094
24413
|
"charcoalSubstrate",
|
|
@@ -1,16 +1,39 @@
|
|
|
1
1
|
{
|
|
2
|
+
"1Chloro11DifluoroethaneToAirIndustrialProcesses": "false",
|
|
3
|
+
"1Chloro11DifluoroethaneToAirInputsProduction": "false",
|
|
4
|
+
"11Dichloro1FluoroethaneToAirIndustrialProcesses": "false",
|
|
5
|
+
"11Dichloro1FluoroethaneToAirInputsProduction": "false",
|
|
6
|
+
"11DichlorotetrafluoroethaneToAirIndustrialProcesses": "false",
|
|
7
|
+
"11DichlorotetrafluoroethaneToAirInputsProduction": "true",
|
|
2
8
|
"1112TetrafluoroethaneToAirIndustrialProcesses": "false",
|
|
3
9
|
"1112TetrafluoroethaneToAirInputsProduction": "false",
|
|
10
|
+
"112TrichloroethaneToAirIndustrialProcesses": "false",
|
|
11
|
+
"112TrichloroethaneToAirInputsProduction": "false",
|
|
4
12
|
"112TrichlorotrifluoroethaneToAirIndustrialProcesses": "false",
|
|
5
13
|
"112TrichlorotrifluoroethaneToAirInputsProduction": "true",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
14
|
+
"12DibromotetrafluoroethaneToAirIndustrialProcesses": "false",
|
|
15
|
+
"12DibromotetrafluoroethaneToAirInputsProduction": "false",
|
|
16
|
+
"13Dichloro11223PentafluoropropaneToAirIndustrialProcesses": "false",
|
|
17
|
+
"13Dichloro11223PentafluoropropaneToAirInputsProduction": "false",
|
|
18
|
+
"22Dichloro111TrifluoroethaneToAirIndustrialProcesses": "false",
|
|
19
|
+
"22Dichloro111TrifluoroethaneToAirInputsProduction": "false",
|
|
20
|
+
"33Dichloro11122PentafluoropropaneToAirIndustrialProcesses": "false",
|
|
21
|
+
"33Dichloro11122PentafluoropropaneToAirInputsProduction": "false",
|
|
8
22
|
"blackCarbonToAirFuelCombustion": "false",
|
|
9
23
|
"blackCarbonToAirIndustrialProcesses": "false",
|
|
10
24
|
"blackCarbonToAirInputsProduction": "false",
|
|
11
25
|
"bod5ToWaterIndustrialProcesses": "false",
|
|
12
26
|
"bod5ToWaterInputsProduction": "false",
|
|
27
|
+
"bromochlorodifluoromethaneToAirIndustrialProcesses": "true",
|
|
13
28
|
"bromochlorodifluoromethaneToAirInputsProduction": "true",
|
|
29
|
+
"bromomethaneToAirIndustrialProcesses": "false",
|
|
30
|
+
"bromomethaneToAirInputsProduction": "false",
|
|
31
|
+
"bromodifluoromethaneToAirIndustrialProcesses": "false",
|
|
32
|
+
"bromodifluoromethaneToAirInputsProduction": "false",
|
|
33
|
+
"bromofluoroformToAirIndustrialProcesses": "false",
|
|
34
|
+
"bromofluoroformToAirInputsProduction": "false",
|
|
35
|
+
"carbonTetrachlorideToAirIndustrialProcesses": "false",
|
|
36
|
+
"carbonTetrachlorideToAirInputsProduction": "false",
|
|
14
37
|
"ch4ToAirAquacultureSystems": "true",
|
|
15
38
|
"ch4ToAirCropResidueBurning": "true",
|
|
16
39
|
"ch4ToAirCropResidueDecomposition": "false",
|
|
@@ -29,6 +52,10 @@
|
|
|
29
52
|
"ch4ToAirWasteTreatment": "true",
|
|
30
53
|
"chlorodifluoromethaneToAirIndustrialProcesses": "false",
|
|
31
54
|
"chlorodifluoromethaneToAirInputsProduction": "true",
|
|
55
|
+
"chloromethaneToAirIndustrialProcesses": "false",
|
|
56
|
+
"chloromethaneToAirInputsProduction": "false",
|
|
57
|
+
"chloropentafluoroethaneToAirIndustrialProcesses": "false",
|
|
58
|
+
"chloropentafluoroethaneToAirInputsProduction": "false",
|
|
32
59
|
"coToAirFuelCombustion": "false",
|
|
33
60
|
"coToAirIndustrialProcesses": "false",
|
|
34
61
|
"coToAirInputsProduction": "false",
|
|
@@ -56,11 +83,21 @@
|
|
|
56
83
|
"codToWaterInputsProduction": "false",
|
|
57
84
|
"dichlorodifluoromethaneToAirIndustrialProcesses": "false",
|
|
58
85
|
"dichlorodifluoromethaneToAirInputsProduction": "true",
|
|
86
|
+
"dichlorotetrafluoroethaneToAirIndustrialProcesses": "false",
|
|
87
|
+
"dichlorotetrafluoroethaneToAirInputsProduction": "false",
|
|
88
|
+
"dibromodifluoromethaneToAirIndustrialProcesses": "false",
|
|
89
|
+
"dibromodifluoromethaneToAirInputsProduction": "false",
|
|
59
90
|
"h2SToAirIndustrialProcesses": "false",
|
|
60
91
|
"h2SToAirInputsProduction": "false",
|
|
61
92
|
"h2SToAirWasteTreatment": "true",
|
|
93
|
+
"halothaneToAirIndustrialProcesses": "false",
|
|
94
|
+
"halothaneToAirInputsProduction": "false",
|
|
95
|
+
"hcfc124ToAirIndustrialProcesses": "false",
|
|
96
|
+
"hcfc124ToAirInputsProduction": "false",
|
|
62
97
|
"hexaneToAirIndustrialProcesses": "false",
|
|
63
98
|
"hexaneToAirInputsProduction": "false",
|
|
99
|
+
"hydroxylamineToAirIndustrialProcesses": "false",
|
|
100
|
+
"hydroxylamineToAirInputsProduction": "false",
|
|
64
101
|
"nErosionInputsProduction": "true",
|
|
65
102
|
"nErosionSoilFlux": "false",
|
|
66
103
|
"nToSurfaceWaterExcreta": "false",
|
|
@@ -119,6 +156,8 @@
|
|
|
119
156
|
"nh3ToAirOrganicSoilCultivation": "false",
|
|
120
157
|
"nh3ToAirSoilFlux": "false",
|
|
121
158
|
"nh3ToAirWasteTreatment": "false",
|
|
159
|
+
"nh4ToAirIndustrialProcesses": "false",
|
|
160
|
+
"nh4ToAirInputsProduction": "false",
|
|
122
161
|
"nh4ToGroundwaterCropResidueDecomposition": "false",
|
|
123
162
|
"nh4ToGroundwaterExcreta": "false",
|
|
124
163
|
"nh4ToGroundwaterIndustrialProcesses": "false",
|
|
@@ -129,6 +168,10 @@
|
|
|
129
168
|
"nh4ToSurfaceWaterAquacultureSystems": "false",
|
|
130
169
|
"nh4ToSurfaceWaterInputsProduction": "false",
|
|
131
170
|
"nh4ToGroundwaterWasteTreatment": "false",
|
|
171
|
+
"nitriteToWaterIndustrialProcesses": "false",
|
|
172
|
+
"nitriteToWaterInputsProduction": "false",
|
|
173
|
+
"nitriteToAirIndustrialProcesses": "false",
|
|
174
|
+
"nitriteToAirInputsProduction": "false",
|
|
132
175
|
"nmvocToAirAnimalHousing": "false",
|
|
133
176
|
"nmvocToAirExcreta": "false",
|
|
134
177
|
"nmvocToAirFuelCombustion": "false",
|
|
@@ -146,6 +189,10 @@
|
|
|
146
189
|
"noToAirOrganicFertiliser": "false",
|
|
147
190
|
"noToAirSoilFlux": "false",
|
|
148
191
|
"noToAirWasteTreatment": "false",
|
|
192
|
+
"no2ToAirIndustrialProcesses": "false",
|
|
193
|
+
"no2ToAirInputsProduction": "false",
|
|
194
|
+
"no3ToAirIndustrialProcesses": "false",
|
|
195
|
+
"no3ToAirInputsProduction": "false",
|
|
149
196
|
"no3ToGroundwaterCropResidueDecomposition": "true",
|
|
150
197
|
"no3ToGroundwaterExcreta": "true",
|
|
151
198
|
"no3ToGroundwaterIndustrialProcesses": "false",
|
|
@@ -195,6 +242,10 @@
|
|
|
195
242
|
"pm25ToAirCropResidueBurning": "false",
|
|
196
243
|
"pm25ToAirIndustrialProcesses": "false",
|
|
197
244
|
"pm25ToAirInputsProduction": "false",
|
|
245
|
+
"pm0225ToAirIndustrialProcesses": "false",
|
|
246
|
+
"pm0225ToAirInputsProduction": "false",
|
|
247
|
+
"pm02ToAirIndustrialProcesses": "false",
|
|
248
|
+
"pm02ToAirInputsProduction": "false",
|
|
198
249
|
"po43ToGroundwaterInorganicFertiliser": "false",
|
|
199
250
|
"po43ToGroundwaterOrganicFertiliser": "false",
|
|
200
251
|
"po43ToGroundwaterSoilFlux": "false",
|
|
@@ -212,6 +263,8 @@
|
|
|
212
263
|
"so2ToAirIndustrialProcesses": "false",
|
|
213
264
|
"so2ToAirInputsProduction": "true",
|
|
214
265
|
"so2ToAirCropResidueBurning": "false",
|
|
266
|
+
"so3ToAirIndustrialProcesses": "false",
|
|
267
|
+
"so3ToAirInputsProduction": "false",
|
|
215
268
|
"soxToAirFuelCombustion": "false",
|
|
216
269
|
"soxToAirIndustrialProcesses": "false",
|
|
217
270
|
"soxToAirInputsProduction": "false",
|
|
@@ -220,6 +273,10 @@
|
|
|
220
273
|
"tspToAirFuelCombustion": "false",
|
|
221
274
|
"tspToAirIndustrialProcesses": "false",
|
|
222
275
|
"tspToAirInputsProduction": "false",
|
|
276
|
+
"trichlorofluoromethaneToAirIndustrialProcesses": "false",
|
|
277
|
+
"trichlorofluoromethaneToAirInputsProduction": "false",
|
|
278
|
+
"tefluraneToAirIndustrialProcesses": "false",
|
|
279
|
+
"tefluraneToAirInputsProduction": "false",
|
|
223
280
|
"pesticideToAirPesticideApplication": "false",
|
|
224
281
|
"pesticideToAirInputsProduction": "false",
|
|
225
282
|
"pesticideToWaterPesticideApplication": "false",
|
|
@@ -227,5 +284,8 @@
|
|
|
227
284
|
"pesticideToSoilPesticideApplication": "false",
|
|
228
285
|
"pesticideToSoilInputsProduction": "false",
|
|
229
286
|
"pesticideToHarvestedCropPesticideApplication": "false",
|
|
230
|
-
"pesticideToHarvestedCropInputsProduction": "false"
|
|
287
|
+
"pesticideToHarvestedCropInputsProduction": "false",
|
|
288
|
+
"ionisingCompondsToAirInputsProduction": "false",
|
|
289
|
+
"ionisingCompondsToSaltwaterInputsProduction": "false",
|
|
290
|
+
"ionisingCompondsToWaterInputsProduction": "false"
|
|
231
291
|
}
|