@hestia-earth/glossary 0.6.0 → 0.7.1
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/index.js +13 -5
- package/package.json +1 -1
- package/resources/term-restrictions.json +392 -37
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.7.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.7.0...v0.7.1) (2022-08-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **crop:** add `soybean, straw` ([7f86f44](https://gitlab.com/hestia-earth/hestia-glossary/commit/7f86f444b07bca7dfb8f153725410cc995748f9b))
|
|
11
|
+
* **emission:** add emissions for `waste treatment` ([20048e7](https://gitlab.com/hestia-earth/hestia-glossary/commit/20048e7c86df85710bab659239c3c81487a82a1b))
|
|
12
|
+
* **emission:** add lookup `typesAllowed` ([68f1d42](https://gitlab.com/hestia-earth/hestia-glossary/commit/68f1d42b68181b419abcedf974c96f5fe3c88533)), closes [#484](https://gitlab.com/hestia-earth/hestia-glossary/issues/484)
|
|
13
|
+
* **emission:** make `definition` field consistent for indirect N2O terms ([7da4abe](https://gitlab.com/hestia-earth/hestia-glossary/commit/7da4abe738da8a688a9bdd029256852070f15967))
|
|
14
|
+
* **liveAnimal:** add additional terms for male and female pigs ([0ef9bfe](https://gitlab.com/hestia-earth/hestia-glossary/commit/0ef9bfee210f5d9141647a75f5a308c1ba1488f4))
|
|
15
|
+
* **model:** add `IPCC (1996)` and improve descriptions of IPCC models ([ec2242e](https://gitlab.com/hestia-earth/hestia-glossary/commit/ec2242e1099868d1cfe7f8e98159b776dd49ba6f))
|
|
16
|
+
* **operation:** add `bund forming, with bund former` ([d28b16d](https://gitlab.com/hestia-earth/hestia-glossary/commit/d28b16dcc56b8076b8fdedc197a4b677db019ebb))
|
|
17
|
+
* **operation:** add terms for cooling and maintaining buildings ([4df1926](https://gitlab.com/hestia-earth/hestia-glossary/commit/4df192663f740294186a8e24ac46510a3478659f))
|
|
18
|
+
* **water:** add "reticulated supply" as `synonym` to `Water, municipal tap` ([1209fbe](https://gitlab.com/hestia-earth/hestia-glossary/commit/1209fbef4bc7803d8a88fb6d8dac6fe2b4674d36))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **landUseManagement:** delete `number of hives` (duplicate term) ([cbce712](https://gitlab.com/hestia-earth/hestia-glossary/commit/cbce71250a5ef7225072519608e35c4b58526b50))
|
|
24
|
+
* **liveAnimal:** hyphenate `un-weaned` in term name ([7457c14](https://gitlab.com/hestia-earth/hestia-glossary/commit/7457c140265ce2df9aac7a14ba2b119a89bd6798))
|
|
25
|
+
|
|
26
|
+
## [0.7.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.6.1...v0.7.0) (2022-08-15)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### ⚠ BREAKING CHANGES
|
|
30
|
+
|
|
31
|
+
* **property:** new term `name` and `@id` for all `Digestible energy content` terms
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **animalManagement:** add `animal growth rate` ([8562a91](https://gitlab.com/hestia-earth/hestia-glossary/commit/8562a9126fe7147c507bc2e3f398d9d0d37ee3e7))
|
|
36
|
+
* **animalManagement:** add `culling rate` terms ([320fbca](https://gitlab.com/hestia-earth/hestia-glossary/commit/320fbcab013ca678e8fafd8925dbd9785680ac7d))
|
|
37
|
+
* **animalManagement:** add new pig management terms ([2e55c90](https://gitlab.com/hestia-earth/hestia-glossary/commit/2e55c90bd519dc8a74c3f311a2d85296dcf1cd12))
|
|
38
|
+
* **animalManagement:** rename `animal growth rate` to `growth rate`, better define `units` ([0920f7e](https://gitlab.com/hestia-earth/hestia-glossary/commit/0920f7e54fee3fdf061e3fd0242f5aab9c67d2d7))
|
|
39
|
+
* **animalManagement:** rename `mortality` terms and extend to more animal types ([fae8299](https://gitlab.com/hestia-earth/hestia-glossary/commit/fae8299d197109e6edf8aaea9b9e0c3d835ea4eb))
|
|
40
|
+
* **animalManagement:** rename boolean terms and add `units` ([35f6c14](https://gitlab.com/hestia-earth/hestia-glossary/commit/35f6c1476a61c5eb1b42926880de1def43c1bb34))
|
|
41
|
+
* **animalManagement:** update pig mortality terms to match recent changes ([b7c20c8](https://gitlab.com/hestia-earth/hestia-glossary/commit/b7c20c8724e0c8d4aa2823bbd54c2e6dfdc20ab9))
|
|
42
|
+
* **crop:** gap-fill property values ([203ee6f](https://gitlab.com/hestia-earth/hestia-glossary/commit/203ee6f19c489f93246e28bdb3235b5603587916))
|
|
43
|
+
* **crop:** update property lookups ([d31997f](https://gitlab.com/hestia-earth/hestia-glossary/commit/d31997f951c8c371444f0b76189c5ed3a328372c))
|
|
44
|
+
* **grass:** add `signal grass` terms ([9e83467](https://gitlab.com/hestia-earth/hestia-glossary/commit/9e834675c82e218352dd8153c842ba5ed8114ba9))
|
|
45
|
+
* **grass:** gap-fill property values ([ac24be6](https://gitlab.com/hestia-earth/hestia-glossary/commit/ac24be6350f25e195fea2b416408121cd8ca4fda))
|
|
46
|
+
* **grass:** update property lookups ([fcc788f](https://gitlab.com/hestia-earth/hestia-glossary/commit/fcc788faa8fcf554b62ab846aba196dbf771102f))
|
|
47
|
+
* **landUseManagement:** add `continuous grazing` and `rotational grazing` ([29bfe17](https://gitlab.com/hestia-earth/hestia-glossary/commit/29bfe1798baa246593ef0c1569eb5e2e03fe348a)), closes [#186](https://gitlab.com/hestia-earth/hestia-glossary/issues/186)
|
|
48
|
+
* **landUseManagement:** add `pasture grasses` ([fc0d7e4](https://gitlab.com/hestia-earth/hestia-glossary/commit/fc0d7e4aa2a33badcd101c9e1cb169cab3a50f7b)), closes [#474](https://gitlab.com/hestia-earth/hestia-glossary/issues/474)
|
|
49
|
+
* **landUseManagement:** add grassland management related terms from IPCC (2006) ([200060c](https://gitlab.com/hestia-earth/hestia-glossary/commit/200060c12f9af243d301e67ec41ae9b762b8666a)), closes [#186](https://gitlab.com/hestia-earth/hestia-glossary/issues/186)
|
|
50
|
+
* **liveAnimal:** add `animalProductId` lookup ([bcca008](https://gitlab.com/hestia-earth/hestia-glossary/commit/bcca008742868da7b6eaaf10155a0efa69ac45fe)), closes [#229](https://gitlab.com/hestia-earth/hestia-glossary/issues/229)
|
|
51
|
+
* **liveAnimal:** rework terms for describing pigs ([bcdf90e](https://gitlab.com/hestia-earth/hestia-glossary/commit/bcdf90ef465396b56a69b322cdb0f5720f0a4d7b))
|
|
52
|
+
* **material:** add `density` to concrete terms ([ae5b025](https://gitlab.com/hestia-earth/hestia-glossary/commit/ae5b02512b61a4d987cb03693165922516211440)), closes [#482](https://gitlab.com/hestia-earth/hestia-glossary/issues/482)
|
|
53
|
+
* **property:** rename `Digestible energy content` to `Digestible energy` for clarity ([55366ad](https://gitlab.com/hestia-earth/hestia-glossary/commit/55366ad709491c541ca520f2b0f4a349a38d3f77))
|
|
54
|
+
* **scripts:** add method `getDefaultModels` to retrieve list of default models ([86fd8ad](https://gitlab.com/hestia-earth/hestia-glossary/commit/86fd8ad5b7714487a6a1609ab7f9af10eb682c90))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
* **animalManagement:** fix typos in `description` and `units` ([842ad70](https://gitlab.com/hestia-earth/hestia-glossary/commit/842ad707d17d605dba6541e92bb0da04c0e7a4e4))
|
|
60
|
+
* **animalManagement:** use `/` rather than `-1` for `units` ([d6e79c2](https://gitlab.com/hestia-earth/hestia-glossary/commit/d6e79c2f7f45f4f987eb890d93fc6aa141f939d8))
|
|
61
|
+
* **liveAnimal:** corrects errors in cattle definitions ([9b3e475](https://gitlab.com/hestia-earth/hestia-glossary/commit/9b3e475b0933a161d6c9576df13ff9d97c0a747c))
|
|
62
|
+
* **property:** error in `feedipediaName` lookup for `digestible energy` terms ([81c8477](https://gitlab.com/hestia-earth/hestia-glossary/commit/81c8477721ac2c58ac27eeba2b9e46672b4ceea7))
|
|
63
|
+
* **property:** errors in feedipedia links for digestible energy ([6316922](https://gitlab.com/hestia-earth/hestia-glossary/commit/631692202d2f2dfe25a23f62aecb58378c718b32))
|
|
64
|
+
|
|
65
|
+
### [0.6.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.6.0...v0.6.1) (2022-08-10)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Features
|
|
69
|
+
|
|
70
|
+
* **emission:** add `synonym` to `BOD5, to water, inputs production` ([3e36b4e](https://gitlab.com/hestia-earth/hestia-glossary/commit/3e36b4ee7007fc8193d19b65418dcc5edff0aa7f))
|
|
71
|
+
* **emission:** add term `BOD5, to water, industrial processes` ([0f0d91d](https://gitlab.com/hestia-earth/hestia-glossary/commit/0f0d91dc6fba6bae56001482873f7138e478790b))
|
|
72
|
+
* **emission:** add term `NO3, to surface water, industrial processes` ([829c076](https://gitlab.com/hestia-earth/hestia-glossary/commit/829c076d040651768132de8be308270a97520ccf))
|
|
73
|
+
* **grass:** add `stylosanthes campo grande plants` and `stylosanthes campo grande, fresh forage` ([27f8f5e](https://gitlab.com/hestia-earth/hestia-glossary/commit/27f8f5ea101cc4f2eb90d74a6b89f83f4e61f4f7))
|
|
74
|
+
* **property:** add lookup `commonToSupplementInAnimalFeed` ([21becf4](https://gitlab.com/hestia-earth/hestia-glossary/commit/21becf495078eab957eae29284c4d0d822d6a94a))
|
|
75
|
+
* **system:** add `liveAnimal` digestibility lookup ([bf5793f](https://gitlab.com/hestia-earth/hestia-glossary/commit/bf5793f3a593fe76c59157c0c0e00aaec839b811)), closes [#458](https://gitlab.com/hestia-earth/hestia-glossary/issues/458)
|
|
76
|
+
* **system:** add additional terms for animal production systems ([af18067](https://gitlab.com/hestia-earth/hestia-glossary/commit/af18067d876f7f8be7f0d637d6647d34351aa8f1)), closes [#458](https://gitlab.com/hestia-earth/hestia-glossary/issues/458)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Bug Fixes
|
|
80
|
+
|
|
81
|
+
* **resourceUse:** remove `permanent pasture` from `allowedSiteType` for land transf. from pasture ([89ba5eb](https://gitlab.com/hestia-earth/hestia-glossary/commit/89ba5eb06ca29aafc617e5eff9e362ca27a612f9)), closes [#472](https://gitlab.com/hestia-earth/hestia-glossary/issues/472)
|
|
82
|
+
* **resourceUse:** remove siteType from `siteTypeAllowed` if land transformation from same siteType ([926948b](https://gitlab.com/hestia-earth/hestia-glossary/commit/926948b1e43ab587cdd59f502c7909b8d85d761c)), closes [#472](https://gitlab.com/hestia-earth/hestia-glossary/issues/472)
|
|
83
|
+
* **soilAmendment:** rename `Innoculant` `Inoculant` ([bb666d9](https://gitlab.com/hestia-earth/hestia-glossary/commit/bb666d959a213ec7b222519d8fbbaf0a0c2344a8))
|
|
84
|
+
|
|
5
85
|
## [0.6.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.5.2...v0.6.0) (2022-08-04)
|
|
6
86
|
|
|
7
87
|
|
package/index.js
CHANGED
|
@@ -39,7 +39,7 @@ const idToIso31662 = (id = '') => loadResourceKey('id-to-iso3166-2.json', id.toU
|
|
|
39
39
|
* @param {string} id The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
40
40
|
* @returns {string} Possible values are: `mean`, `mode` and `sum`.
|
|
41
41
|
*/
|
|
42
|
-
const getArrayTreatment = (id) =>
|
|
42
|
+
const getArrayTreatment = (id) => loadResourceKey('arrayTreatment.json', id) || 'sum';
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* Returns the `@id` of the default model that should be used for display of this Term.
|
|
@@ -47,7 +47,15 @@ const getArrayTreatment = (id) => loadResource('arrayTreatment.json')[id] || 'su
|
|
|
47
47
|
* @param {string} id The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
48
48
|
* @returns {string} The `@id` of the model if set.
|
|
49
49
|
*/
|
|
50
|
-
const getDefaultModelId = (id) =>
|
|
50
|
+
const getDefaultModelId = (id) => loadResourceKey('defaultModelId.json', id);
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Returns the list of `@id` of the default models that should be used for display.
|
|
54
|
+
*
|
|
55
|
+
* @param {string} id The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
56
|
+
* @returns {string[]} The list of default `@id`.
|
|
57
|
+
*/
|
|
58
|
+
const getDefaultModels = () => Object.entries(loadResource('defaultModelId.json')).filter(([key, value]) => !!value).map(([key]) => key);
|
|
51
59
|
|
|
52
60
|
/**
|
|
53
61
|
* Returns the list of restrictions of the Term.
|
|
@@ -55,7 +63,7 @@ const getDefaultModelId = (id) => loadResource('defaultModelId.json')[id];
|
|
|
55
63
|
* @param {string} id The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
56
64
|
* @returns A list of restrictions as an object.
|
|
57
65
|
*/
|
|
58
|
-
const getTermRestrictions = (id) =>
|
|
66
|
+
const getTermRestrictions = (id) => loadResourceKey('term-restrictions.json', id);
|
|
59
67
|
|
|
60
68
|
/**
|
|
61
69
|
* Returns the list of restrictions of the Term/Model mapping.
|
|
@@ -64,7 +72,7 @@ const getTermRestrictions = (id) => loadResource('term-restrictions.json')[id];
|
|
|
64
72
|
* @param {string} modelId The Hestia term [id](https://hestia.earth/schema/Term#id).
|
|
65
73
|
* @returns A list of restrictions as an object.
|
|
66
74
|
*/
|
|
67
|
-
const getTermModelRestrictions = (id, modelId) => (
|
|
75
|
+
const getTermModelRestrictions = (id, modelId) => (loadResourceKey('term-restrictions.json', id) || {})[modelId];
|
|
68
76
|
|
|
69
77
|
module.exports = {
|
|
70
78
|
loadResourceKey,
|
|
@@ -72,8 +80,8 @@ module.exports = {
|
|
|
72
80
|
iso31662ToId,
|
|
73
81
|
idToIso31662,
|
|
74
82
|
getArrayTreatment,
|
|
75
|
-
getDefaultModeId: getDefaultModelId, // backwards compatibility
|
|
76
83
|
getDefaultModelId,
|
|
84
|
+
getDefaultModels,
|
|
77
85
|
getTermRestrictions,
|
|
78
86
|
getTermModelRestrictions
|
|
79
87
|
};
|
package/package.json
CHANGED
|
@@ -1,54 +1,82 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"ageAtFirstCalving": {
|
|
3
3
|
"siteTypesAllowed": [
|
|
4
4
|
"cropland",
|
|
5
5
|
"permanent pasture",
|
|
6
6
|
"animal housing"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"
|
|
9
|
+
"artificialInseminationUsed": {
|
|
10
10
|
"siteTypesAllowed": [
|
|
11
11
|
"cropland",
|
|
12
12
|
"permanent pasture",
|
|
13
13
|
"animal housing"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"calvesPerLife": {
|
|
17
17
|
"siteTypesAllowed": [
|
|
18
18
|
"cropland",
|
|
19
19
|
"permanent pasture",
|
|
20
20
|
"animal housing"
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
|
-
"
|
|
23
|
+
"calvingInterval": {
|
|
24
24
|
"siteTypesAllowed": [
|
|
25
25
|
"cropland",
|
|
26
26
|
"permanent pasture",
|
|
27
27
|
"animal housing"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"
|
|
30
|
+
"conceptionRate": {
|
|
31
31
|
"siteTypesAllowed": [
|
|
32
32
|
"cropland",
|
|
33
33
|
"permanent pasture",
|
|
34
34
|
"animal housing"
|
|
35
35
|
]
|
|
36
36
|
},
|
|
37
|
-
"
|
|
37
|
+
"crossBreedingUsed": {
|
|
38
38
|
"siteTypesAllowed": [
|
|
39
39
|
"cropland",
|
|
40
40
|
"permanent pasture",
|
|
41
41
|
"animal housing"
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
|
-
"
|
|
44
|
+
"cullingRate": {
|
|
45
45
|
"siteTypesAllowed": [
|
|
46
46
|
"cropland",
|
|
47
47
|
"permanent pasture",
|
|
48
48
|
"animal housing"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"cullingRateFemale": {
|
|
52
|
+
"siteTypesAllowed": [
|
|
53
|
+
"cropland",
|
|
54
|
+
"permanent pasture",
|
|
55
|
+
"animal housing"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"cullingRateMale": {
|
|
59
|
+
"siteTypesAllowed": [
|
|
60
|
+
"cropland",
|
|
61
|
+
"permanent pasture",
|
|
62
|
+
"animal housing"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"cullingRateSow": {
|
|
66
|
+
"siteTypesAllowed": [
|
|
67
|
+
"cropland",
|
|
68
|
+
"permanent pasture",
|
|
69
|
+
"animal housing"
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"farrowingIndex": {
|
|
73
|
+
"siteTypesAllowed": [
|
|
74
|
+
"cropland",
|
|
75
|
+
"permanent pasture",
|
|
76
|
+
"animal housing"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
"farrowingRate": {
|
|
52
80
|
"siteTypesAllowed": [
|
|
53
81
|
"cropland",
|
|
54
82
|
"permanent pasture",
|
|
@@ -90,6 +118,28 @@
|
|
|
90
118
|
"animal housing"
|
|
91
119
|
]
|
|
92
120
|
},
|
|
121
|
+
"growthRateCarcassWeight": {
|
|
122
|
+
"siteTypesAllowed": [
|
|
123
|
+
"cropland",
|
|
124
|
+
"permanent pasture",
|
|
125
|
+
"animal housing",
|
|
126
|
+
"pond",
|
|
127
|
+
"river or stream",
|
|
128
|
+
"lake",
|
|
129
|
+
"sea or ocean"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"growthRateLiveweight": {
|
|
133
|
+
"siteTypesAllowed": [
|
|
134
|
+
"cropland",
|
|
135
|
+
"permanent pasture",
|
|
136
|
+
"animal housing",
|
|
137
|
+
"pond",
|
|
138
|
+
"river or stream",
|
|
139
|
+
"lake",
|
|
140
|
+
"sea or ocean"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
93
143
|
"herdComposition": {
|
|
94
144
|
"siteTypesAllowed": [
|
|
95
145
|
"cropland",
|
|
@@ -104,7 +154,7 @@
|
|
|
104
154
|
"animal housing"
|
|
105
155
|
]
|
|
106
156
|
},
|
|
107
|
-
"
|
|
157
|
+
"liveAnimalsPerBirth": {
|
|
108
158
|
"siteTypesAllowed": [
|
|
109
159
|
"cropland",
|
|
110
160
|
"permanent pasture",
|
|
@@ -118,7 +168,7 @@
|
|
|
118
168
|
"animal housing"
|
|
119
169
|
]
|
|
120
170
|
},
|
|
121
|
-
"
|
|
171
|
+
"markerAssistedSelectionUsed": {
|
|
122
172
|
"siteTypesAllowed": [
|
|
123
173
|
"cropland",
|
|
124
174
|
"permanent pasture",
|
|
@@ -146,6 +196,90 @@
|
|
|
146
196
|
"animal housing"
|
|
147
197
|
]
|
|
148
198
|
},
|
|
199
|
+
"mortalityAdult": {
|
|
200
|
+
"siteTypesAllowed": [
|
|
201
|
+
"cropland",
|
|
202
|
+
"permanent pasture",
|
|
203
|
+
"animal housing"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
"mortalityBarrow": {
|
|
207
|
+
"siteTypesAllowed": [
|
|
208
|
+
"cropland",
|
|
209
|
+
"permanent pasture",
|
|
210
|
+
"animal housing"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"mortalityBoar": {
|
|
214
|
+
"siteTypesAllowed": [
|
|
215
|
+
"cropland",
|
|
216
|
+
"permanent pasture",
|
|
217
|
+
"animal housing"
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
"mortalityBull": {
|
|
221
|
+
"siteTypesAllowed": [
|
|
222
|
+
"cropland",
|
|
223
|
+
"permanent pasture",
|
|
224
|
+
"animal housing"
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
"mortalityFemale": {
|
|
228
|
+
"siteTypesAllowed": [
|
|
229
|
+
"cropland",
|
|
230
|
+
"permanent pasture",
|
|
231
|
+
"animal housing"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"mortalityGilt": {
|
|
235
|
+
"siteTypesAllowed": [
|
|
236
|
+
"cropland",
|
|
237
|
+
"permanent pasture",
|
|
238
|
+
"animal housing"
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
"mortalityJuvenile": {
|
|
242
|
+
"siteTypesAllowed": [
|
|
243
|
+
"cropland",
|
|
244
|
+
"permanent pasture",
|
|
245
|
+
"animal housing"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"mortalityLactatingCow": {
|
|
249
|
+
"siteTypesAllowed": [
|
|
250
|
+
"cropland",
|
|
251
|
+
"permanent pasture",
|
|
252
|
+
"animal housing"
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
"mortalityMale": {
|
|
256
|
+
"siteTypesAllowed": [
|
|
257
|
+
"cropland",
|
|
258
|
+
"permanent pasture",
|
|
259
|
+
"animal housing"
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
"mortalityNonLactatingCow": {
|
|
263
|
+
"siteTypesAllowed": [
|
|
264
|
+
"cropland",
|
|
265
|
+
"permanent pasture",
|
|
266
|
+
"animal housing"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
"mortalitySow": {
|
|
270
|
+
"siteTypesAllowed": [
|
|
271
|
+
"cropland",
|
|
272
|
+
"permanent pasture",
|
|
273
|
+
"animal housing"
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
"mortalitySteer": {
|
|
277
|
+
"siteTypesAllowed": [
|
|
278
|
+
"cropland",
|
|
279
|
+
"permanent pasture",
|
|
280
|
+
"animal housing"
|
|
281
|
+
]
|
|
282
|
+
},
|
|
149
283
|
"nonLactatingCowsPerLactatingCow": {
|
|
150
284
|
"siteTypesAllowed": [
|
|
151
285
|
"cropland",
|
|
@@ -174,6 +308,13 @@
|
|
|
174
308
|
"animal housing"
|
|
175
309
|
]
|
|
176
310
|
},
|
|
311
|
+
"weanedAnimalsPerMotherPerYear": {
|
|
312
|
+
"siteTypesAllowed": [
|
|
313
|
+
"cropland",
|
|
314
|
+
"permanent pasture",
|
|
315
|
+
"animal housing"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
177
318
|
"weaningTime": {
|
|
178
319
|
"siteTypesAllowed": [
|
|
179
320
|
"cropland",
|
|
@@ -1545,6 +1686,17 @@
|
|
|
1545
1686
|
"all"
|
|
1546
1687
|
]
|
|
1547
1688
|
},
|
|
1689
|
+
"bod5ToWaterIndustrialProcesses": {
|
|
1690
|
+
"siteTypesAllowed": [
|
|
1691
|
+
"agri-food processor"
|
|
1692
|
+
],
|
|
1693
|
+
"productTermIdsAllowed": [
|
|
1694
|
+
"all"
|
|
1695
|
+
],
|
|
1696
|
+
"productTermTypesAllowed": [
|
|
1697
|
+
"all"
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1548
1700
|
"bod5ToWaterInputsProduction": {
|
|
1549
1701
|
"siteTypesAllowed": [
|
|
1550
1702
|
"all"
|
|
@@ -1727,6 +1879,17 @@
|
|
|
1727
1879
|
"all"
|
|
1728
1880
|
]
|
|
1729
1881
|
},
|
|
1882
|
+
"ch4ToAirWasteTreatment": {
|
|
1883
|
+
"siteTypesAllowed": [
|
|
1884
|
+
"all"
|
|
1885
|
+
],
|
|
1886
|
+
"productTermIdsAllowed": [
|
|
1887
|
+
"all"
|
|
1888
|
+
],
|
|
1889
|
+
"productTermTypesAllowed": [
|
|
1890
|
+
"all"
|
|
1891
|
+
]
|
|
1892
|
+
},
|
|
1730
1893
|
"chlorodifluoromethaneToAirInputsProduction": {
|
|
1731
1894
|
"siteTypesAllowed": [
|
|
1732
1895
|
"all"
|
|
@@ -2096,6 +2259,17 @@
|
|
|
2096
2259
|
"all"
|
|
2097
2260
|
]
|
|
2098
2261
|
},
|
|
2262
|
+
"n2ToAirWasteTreatment": {
|
|
2263
|
+
"siteTypesAllowed": [
|
|
2264
|
+
"all"
|
|
2265
|
+
],
|
|
2266
|
+
"productTermIdsAllowed": [
|
|
2267
|
+
"all"
|
|
2268
|
+
],
|
|
2269
|
+
"productTermTypesAllowed": [
|
|
2270
|
+
"all"
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2099
2273
|
"n2OToAirAquacultureSystemsDirect": {
|
|
2100
2274
|
"siteTypesAllowed": [
|
|
2101
2275
|
"pond",
|
|
@@ -2407,6 +2581,28 @@
|
|
|
2407
2581
|
"all"
|
|
2408
2582
|
]
|
|
2409
2583
|
},
|
|
2584
|
+
"n2OToAirWasteTreatmentDirect": {
|
|
2585
|
+
"siteTypesAllowed": [
|
|
2586
|
+
"all"
|
|
2587
|
+
],
|
|
2588
|
+
"productTermIdsAllowed": [
|
|
2589
|
+
"all"
|
|
2590
|
+
],
|
|
2591
|
+
"productTermTypesAllowed": [
|
|
2592
|
+
"all"
|
|
2593
|
+
]
|
|
2594
|
+
},
|
|
2595
|
+
"n2OToAirWasteTreatmentIndirect": {
|
|
2596
|
+
"siteTypesAllowed": [
|
|
2597
|
+
"all"
|
|
2598
|
+
],
|
|
2599
|
+
"productTermIdsAllowed": [
|
|
2600
|
+
"all"
|
|
2601
|
+
],
|
|
2602
|
+
"productTermTypesAllowed": [
|
|
2603
|
+
"all"
|
|
2604
|
+
]
|
|
2605
|
+
},
|
|
2410
2606
|
"nh3ToAirAquacultureSystems": {
|
|
2411
2607
|
"siteTypesAllowed": [
|
|
2412
2608
|
"pond",
|
|
@@ -2569,6 +2765,17 @@
|
|
|
2569
2765
|
"all"
|
|
2570
2766
|
]
|
|
2571
2767
|
},
|
|
2768
|
+
"nh3ToAirWasteTreatment": {
|
|
2769
|
+
"siteTypesAllowed": [
|
|
2770
|
+
"all"
|
|
2771
|
+
],
|
|
2772
|
+
"productTermIdsAllowed": [
|
|
2773
|
+
"all"
|
|
2774
|
+
],
|
|
2775
|
+
"productTermTypesAllowed": [
|
|
2776
|
+
"all"
|
|
2777
|
+
]
|
|
2778
|
+
},
|
|
2572
2779
|
"nh4ToGroundwaterCropResidueDecomposition": {
|
|
2573
2780
|
"siteTypesAllowed": [
|
|
2574
2781
|
"cropland",
|
|
@@ -2675,6 +2882,17 @@
|
|
|
2675
2882
|
"all"
|
|
2676
2883
|
]
|
|
2677
2884
|
},
|
|
2885
|
+
"nh4ToGroundwaterWasteTreatment": {
|
|
2886
|
+
"siteTypesAllowed": [
|
|
2887
|
+
"all"
|
|
2888
|
+
],
|
|
2889
|
+
"productTermIdsAllowed": [
|
|
2890
|
+
"all"
|
|
2891
|
+
],
|
|
2892
|
+
"productTermTypesAllowed": [
|
|
2893
|
+
"all"
|
|
2894
|
+
]
|
|
2895
|
+
},
|
|
2678
2896
|
"nmvocToAirAnimalHousing": {
|
|
2679
2897
|
"siteTypesAllowed": [
|
|
2680
2898
|
"animal housing"
|
|
@@ -2751,6 +2969,17 @@
|
|
|
2751
2969
|
"all"
|
|
2752
2970
|
]
|
|
2753
2971
|
},
|
|
2972
|
+
"nmvocToAirWasteTreatment": {
|
|
2973
|
+
"siteTypesAllowed": [
|
|
2974
|
+
"all"
|
|
2975
|
+
],
|
|
2976
|
+
"productTermIdsAllowed": [
|
|
2977
|
+
"all"
|
|
2978
|
+
],
|
|
2979
|
+
"productTermTypesAllowed": [
|
|
2980
|
+
"all"
|
|
2981
|
+
]
|
|
2982
|
+
},
|
|
2754
2983
|
"noToAirAquacultureSystems": {
|
|
2755
2984
|
"siteTypesAllowed": [
|
|
2756
2985
|
"pond",
|
|
@@ -2857,6 +3086,17 @@
|
|
|
2857
3086
|
"all"
|
|
2858
3087
|
]
|
|
2859
3088
|
},
|
|
3089
|
+
"noToAirWasteTreatment": {
|
|
3090
|
+
"siteTypesAllowed": [
|
|
3091
|
+
"all"
|
|
3092
|
+
],
|
|
3093
|
+
"productTermIdsAllowed": [
|
|
3094
|
+
"all"
|
|
3095
|
+
],
|
|
3096
|
+
"productTermTypesAllowed": [
|
|
3097
|
+
"all"
|
|
3098
|
+
]
|
|
3099
|
+
},
|
|
2860
3100
|
"no3ToGroundwaterCropResidueDecomposition": {
|
|
2861
3101
|
"siteTypesAllowed": [
|
|
2862
3102
|
"cropland",
|
|
@@ -2921,6 +3161,17 @@
|
|
|
2921
3161
|
"all"
|
|
2922
3162
|
]
|
|
2923
3163
|
},
|
|
3164
|
+
"no3ToGroundwaterWasteTreatment": {
|
|
3165
|
+
"siteTypesAllowed": [
|
|
3166
|
+
"all"
|
|
3167
|
+
],
|
|
3168
|
+
"productTermIdsAllowed": [
|
|
3169
|
+
"all"
|
|
3170
|
+
],
|
|
3171
|
+
"productTermTypesAllowed": [
|
|
3172
|
+
"all"
|
|
3173
|
+
]
|
|
3174
|
+
},
|
|
2924
3175
|
"no3ToSurfaceWaterAquacultureSystems": {
|
|
2925
3176
|
"siteTypesAllowed": [
|
|
2926
3177
|
"pond",
|
|
@@ -2935,6 +3186,17 @@
|
|
|
2935
3186
|
"liveAquaticSpecies"
|
|
2936
3187
|
]
|
|
2937
3188
|
},
|
|
3189
|
+
"no3ToSurfaceWaterIndustrialProcesses": {
|
|
3190
|
+
"siteTypesAllowed": [
|
|
3191
|
+
"agri-food processor"
|
|
3192
|
+
],
|
|
3193
|
+
"productTermIdsAllowed": [
|
|
3194
|
+
"all"
|
|
3195
|
+
],
|
|
3196
|
+
"productTermTypesAllowed": [
|
|
3197
|
+
"all"
|
|
3198
|
+
]
|
|
3199
|
+
},
|
|
2938
3200
|
"no3ToSurfaceWaterInputsProduction": {
|
|
2939
3201
|
"siteTypesAllowed": [
|
|
2940
3202
|
"all"
|
|
@@ -3090,6 +3352,17 @@
|
|
|
3090
3352
|
"all"
|
|
3091
3353
|
]
|
|
3092
3354
|
},
|
|
3355
|
+
"noxToAirWasteTreatment": {
|
|
3356
|
+
"siteTypesAllowed": [
|
|
3357
|
+
"all"
|
|
3358
|
+
],
|
|
3359
|
+
"productTermIdsAllowed": [
|
|
3360
|
+
"all"
|
|
3361
|
+
],
|
|
3362
|
+
"productTermTypesAllowed": [
|
|
3363
|
+
"all"
|
|
3364
|
+
]
|
|
3365
|
+
},
|
|
3093
3366
|
"pErosionInputsProduction": {
|
|
3094
3367
|
"siteTypesAllowed": [
|
|
3095
3368
|
"all"
|
|
@@ -3914,11 +4187,43 @@
|
|
|
3914
4187
|
"cropland"
|
|
3915
4188
|
]
|
|
3916
4189
|
},
|
|
3917
|
-
"
|
|
4190
|
+
"pastureGrasses": {
|
|
4191
|
+
"siteTypesAllowed": [
|
|
4192
|
+
"permanent pasture"
|
|
4193
|
+
]
|
|
4194
|
+
},
|
|
4195
|
+
"continuousGrazing": {
|
|
4196
|
+
"siteTypesAllowed": [
|
|
4197
|
+
"permanent pasture"
|
|
4198
|
+
]
|
|
4199
|
+
},
|
|
4200
|
+
"rotationalGrazing": {
|
|
4201
|
+
"siteTypesAllowed": [
|
|
4202
|
+
"permanent pasture"
|
|
4203
|
+
]
|
|
4204
|
+
},
|
|
4205
|
+
"nativePasture": {
|
|
4206
|
+
"siteTypesAllowed": [
|
|
4207
|
+
"permanent pasture"
|
|
4208
|
+
]
|
|
4209
|
+
},
|
|
4210
|
+
"improvedPasture": {
|
|
4211
|
+
"siteTypesAllowed": [
|
|
4212
|
+
"permanent pasture"
|
|
4213
|
+
]
|
|
4214
|
+
},
|
|
4215
|
+
"nominallyManagedPasture": {
|
|
4216
|
+
"siteTypesAllowed": [
|
|
4217
|
+
"permanent pasture"
|
|
4218
|
+
]
|
|
4219
|
+
},
|
|
4220
|
+
"highIntensityGrazingPasture": {
|
|
4221
|
+
"siteTypesAllowed": [
|
|
4222
|
+
"permanent pasture"
|
|
4223
|
+
]
|
|
4224
|
+
},
|
|
4225
|
+
"severelyDegradedPasture": {
|
|
3918
4226
|
"siteTypesAllowed": [
|
|
3919
|
-
"forest",
|
|
3920
|
-
"other natural vegetation",
|
|
3921
|
-
"cropland",
|
|
3922
4227
|
"permanent pasture"
|
|
3923
4228
|
]
|
|
3924
4229
|
},
|
|
@@ -7542,6 +7847,15 @@
|
|
|
7542
7847
|
"permanent pasture"
|
|
7543
7848
|
]
|
|
7544
7849
|
},
|
|
7850
|
+
"bundFormingWithBundFormer": {
|
|
7851
|
+
"siteTypesAllowed": [
|
|
7852
|
+
"forest",
|
|
7853
|
+
"other natural vegetation",
|
|
7854
|
+
"cropland",
|
|
7855
|
+
"glass or high accessible cover",
|
|
7856
|
+
"permanent pasture"
|
|
7857
|
+
]
|
|
7858
|
+
},
|
|
7545
7859
|
"buttageOfVine": {
|
|
7546
7860
|
"siteTypesAllowed": [
|
|
7547
7861
|
"forest",
|
|
@@ -8636,6 +8950,27 @@
|
|
|
8636
8950
|
"animal housing"
|
|
8637
8951
|
]
|
|
8638
8952
|
},
|
|
8953
|
+
"coolingWithAirConditioning": {
|
|
8954
|
+
"siteTypesAllowed": [
|
|
8955
|
+
"animal housing",
|
|
8956
|
+
"agri-food processor",
|
|
8957
|
+
"food retailer"
|
|
8958
|
+
]
|
|
8959
|
+
},
|
|
8960
|
+
"coolingWithEvaporativeCoolingTower": {
|
|
8961
|
+
"siteTypesAllowed": [
|
|
8962
|
+
"animal housing",
|
|
8963
|
+
"agri-food processor",
|
|
8964
|
+
"food retailer"
|
|
8965
|
+
]
|
|
8966
|
+
},
|
|
8967
|
+
"maintainingBuildings": {
|
|
8968
|
+
"siteTypesAllowed": [
|
|
8969
|
+
"animal housing",
|
|
8970
|
+
"agri-food processor",
|
|
8971
|
+
"food retailer"
|
|
8972
|
+
]
|
|
8973
|
+
},
|
|
8639
8974
|
"seed": {
|
|
8640
8975
|
"siteTypesAllowed": [
|
|
8641
8976
|
"cropland",
|
|
@@ -8920,37 +9255,37 @@
|
|
|
8920
9255
|
"all"
|
|
8921
9256
|
]
|
|
8922
9257
|
},
|
|
8923
|
-
"
|
|
9258
|
+
"digestibleEnergyAquaticSpecies": {
|
|
8924
9259
|
"siteTypesAllowed": [
|
|
8925
9260
|
"all"
|
|
8926
9261
|
]
|
|
8927
9262
|
},
|
|
8928
|
-
"
|
|
9263
|
+
"digestibleEnergyOtherAnimals": {
|
|
8929
9264
|
"siteTypesAllowed": [
|
|
8930
9265
|
"all"
|
|
8931
9266
|
]
|
|
8932
9267
|
},
|
|
8933
|
-
"
|
|
9268
|
+
"digestibleEnergyPigs": {
|
|
8934
9269
|
"siteTypesAllowed": [
|
|
8935
9270
|
"all"
|
|
8936
9271
|
]
|
|
8937
9272
|
},
|
|
8938
|
-
"
|
|
9273
|
+
"digestibleEnergyPoultry": {
|
|
8939
9274
|
"siteTypesAllowed": [
|
|
8940
9275
|
"all"
|
|
8941
9276
|
]
|
|
8942
9277
|
},
|
|
8943
|
-
"
|
|
9278
|
+
"digestibleEnergyRabbits": {
|
|
8944
9279
|
"siteTypesAllowed": [
|
|
8945
9280
|
"all"
|
|
8946
9281
|
]
|
|
8947
9282
|
},
|
|
8948
|
-
"
|
|
9283
|
+
"digestibleEnergyRuminants": {
|
|
8949
9284
|
"siteTypesAllowed": [
|
|
8950
9285
|
"all"
|
|
8951
9286
|
]
|
|
8952
9287
|
},
|
|
8953
|
-
"
|
|
9288
|
+
"digestibleEnergySalmonids": {
|
|
8954
9289
|
"siteTypesAllowed": [
|
|
8955
9290
|
"all"
|
|
8956
9291
|
]
|
|
@@ -9314,7 +9649,6 @@
|
|
|
9314
9649
|
},
|
|
9315
9650
|
"landTransformationFromCropland20YearAverageDuringCycle": {
|
|
9316
9651
|
"siteTypesAllowed": [
|
|
9317
|
-
"cropland",
|
|
9318
9652
|
"glass or high accessible cover",
|
|
9319
9653
|
"permanent pasture",
|
|
9320
9654
|
"animal housing",
|
|
@@ -9325,7 +9659,6 @@
|
|
|
9325
9659
|
},
|
|
9326
9660
|
"landTransformationFromTemporaryCropland20YearAverageDuringCycle": {
|
|
9327
9661
|
"siteTypesAllowed": [
|
|
9328
|
-
"cropland",
|
|
9329
9662
|
"glass or high accessible cover",
|
|
9330
9663
|
"permanent pasture",
|
|
9331
9664
|
"animal housing",
|
|
@@ -9336,7 +9669,6 @@
|
|
|
9336
9669
|
},
|
|
9337
9670
|
"landTransformationFromPermanentCropland20YearAverageDuringCycle": {
|
|
9338
9671
|
"siteTypesAllowed": [
|
|
9339
|
-
"cropland",
|
|
9340
9672
|
"glass or high accessible cover",
|
|
9341
9673
|
"permanent pasture",
|
|
9342
9674
|
"animal housing",
|
|
@@ -9349,7 +9681,6 @@
|
|
|
9349
9681
|
"siteTypesAllowed": [
|
|
9350
9682
|
"cropland",
|
|
9351
9683
|
"glass or high accessible cover",
|
|
9352
|
-
"permanent pasture",
|
|
9353
9684
|
"animal housing",
|
|
9354
9685
|
"pond",
|
|
9355
9686
|
"agri-food processor",
|
|
@@ -9380,7 +9711,6 @@
|
|
|
9380
9711
|
},
|
|
9381
9712
|
"landTransformationFromCropland100YearAverageDuringCycle": {
|
|
9382
9713
|
"siteTypesAllowed": [
|
|
9383
|
-
"cropland",
|
|
9384
9714
|
"glass or high accessible cover",
|
|
9385
9715
|
"permanent pasture",
|
|
9386
9716
|
"animal housing",
|
|
@@ -9391,7 +9721,6 @@
|
|
|
9391
9721
|
},
|
|
9392
9722
|
"landTransformationFromTemporaryCropland100YearAverageDuringCycle": {
|
|
9393
9723
|
"siteTypesAllowed": [
|
|
9394
|
-
"cropland",
|
|
9395
9724
|
"glass or high accessible cover",
|
|
9396
9725
|
"permanent pasture",
|
|
9397
9726
|
"animal housing",
|
|
@@ -9402,7 +9731,6 @@
|
|
|
9402
9731
|
},
|
|
9403
9732
|
"landTransformationFromPermanentCropland100YearAverageDuringCycle": {
|
|
9404
9733
|
"siteTypesAllowed": [
|
|
9405
|
-
"cropland",
|
|
9406
9734
|
"glass or high accessible cover",
|
|
9407
9735
|
"permanent pasture",
|
|
9408
9736
|
"animal housing",
|
|
@@ -9415,7 +9743,6 @@
|
|
|
9415
9743
|
"siteTypesAllowed": [
|
|
9416
9744
|
"cropland",
|
|
9417
9745
|
"glass or high accessible cover",
|
|
9418
|
-
"permanent pasture",
|
|
9419
9746
|
"animal housing",
|
|
9420
9747
|
"pond",
|
|
9421
9748
|
"agri-food processor",
|
|
@@ -9446,7 +9773,6 @@
|
|
|
9446
9773
|
},
|
|
9447
9774
|
"landTransformationFromCropland20YearAverageInputsProduction": {
|
|
9448
9775
|
"siteTypesAllowed": [
|
|
9449
|
-
"cropland",
|
|
9450
9776
|
"glass or high accessible cover",
|
|
9451
9777
|
"permanent pasture",
|
|
9452
9778
|
"animal housing",
|
|
@@ -9457,7 +9783,6 @@
|
|
|
9457
9783
|
},
|
|
9458
9784
|
"landTransformationFromTemporaryCropland20YearAverageInputsProduction": {
|
|
9459
9785
|
"siteTypesAllowed": [
|
|
9460
|
-
"cropland",
|
|
9461
9786
|
"glass or high accessible cover",
|
|
9462
9787
|
"permanent pasture",
|
|
9463
9788
|
"animal housing",
|
|
@@ -9468,7 +9793,6 @@
|
|
|
9468
9793
|
},
|
|
9469
9794
|
"landTransformationFromPermanentCropland20YearAverageInputsProduction": {
|
|
9470
9795
|
"siteTypesAllowed": [
|
|
9471
|
-
"cropland",
|
|
9472
9796
|
"glass or high accessible cover",
|
|
9473
9797
|
"permanent pasture",
|
|
9474
9798
|
"animal housing",
|
|
@@ -9481,7 +9805,6 @@
|
|
|
9481
9805
|
"siteTypesAllowed": [
|
|
9482
9806
|
"cropland",
|
|
9483
9807
|
"glass or high accessible cover",
|
|
9484
|
-
"permanent pasture",
|
|
9485
9808
|
"animal housing",
|
|
9486
9809
|
"pond",
|
|
9487
9810
|
"agri-food processor",
|
|
@@ -9512,7 +9835,6 @@
|
|
|
9512
9835
|
},
|
|
9513
9836
|
"landTransformationFromCropland100YearAverageInputsProduction": {
|
|
9514
9837
|
"siteTypesAllowed": [
|
|
9515
|
-
"cropland",
|
|
9516
9838
|
"glass or high accessible cover",
|
|
9517
9839
|
"permanent pasture",
|
|
9518
9840
|
"animal housing",
|
|
@@ -9523,7 +9845,6 @@
|
|
|
9523
9845
|
},
|
|
9524
9846
|
"landTransformationFromTemporaryCropland100YearAverageInputsProduction": {
|
|
9525
9847
|
"siteTypesAllowed": [
|
|
9526
|
-
"cropland",
|
|
9527
9848
|
"glass or high accessible cover",
|
|
9528
9849
|
"permanent pasture",
|
|
9529
9850
|
"animal housing",
|
|
@@ -9534,7 +9855,6 @@
|
|
|
9534
9855
|
},
|
|
9535
9856
|
"landTransformationFromPermanentCropland100YearAverageInputsProduction": {
|
|
9536
9857
|
"siteTypesAllowed": [
|
|
9537
|
-
"cropland",
|
|
9538
9858
|
"glass or high accessible cover",
|
|
9539
9859
|
"permanent pasture",
|
|
9540
9860
|
"animal housing",
|
|
@@ -9547,7 +9867,6 @@
|
|
|
9547
9867
|
"siteTypesAllowed": [
|
|
9548
9868
|
"cropland",
|
|
9549
9869
|
"glass or high accessible cover",
|
|
9550
|
-
"permanent pasture",
|
|
9551
9870
|
"animal housing",
|
|
9552
9871
|
"pond",
|
|
9553
9872
|
"agri-food processor",
|
|
@@ -12453,6 +12772,42 @@
|
|
|
12453
12772
|
"permanent pasture"
|
|
12454
12773
|
]
|
|
12455
12774
|
},
|
|
12775
|
+
"batteryCageSystem": {
|
|
12776
|
+
"siteTypesAllowed": [
|
|
12777
|
+
"animal housing"
|
|
12778
|
+
]
|
|
12779
|
+
},
|
|
12780
|
+
"colonyCageSystem": {
|
|
12781
|
+
"siteTypesAllowed": [
|
|
12782
|
+
"animal housing"
|
|
12783
|
+
]
|
|
12784
|
+
},
|
|
12785
|
+
"barnSystem": {
|
|
12786
|
+
"siteTypesAllowed": [
|
|
12787
|
+
"animal housing"
|
|
12788
|
+
]
|
|
12789
|
+
},
|
|
12790
|
+
"freeRange": {
|
|
12791
|
+
"siteTypesAllowed": [
|
|
12792
|
+
"cropland",
|
|
12793
|
+
"permanent pasture",
|
|
12794
|
+
"animal housing"
|
|
12795
|
+
]
|
|
12796
|
+
},
|
|
12797
|
+
"feedlotFed": {
|
|
12798
|
+
"siteTypesAllowed": [
|
|
12799
|
+
"cropland",
|
|
12800
|
+
"permanent pasture",
|
|
12801
|
+
"animal housing"
|
|
12802
|
+
]
|
|
12803
|
+
},
|
|
12804
|
+
"pastureFed": {
|
|
12805
|
+
"siteTypesAllowed": [
|
|
12806
|
+
"cropland",
|
|
12807
|
+
"permanent pasture",
|
|
12808
|
+
"animal housing"
|
|
12809
|
+
]
|
|
12810
|
+
},
|
|
12456
12811
|
"noTillage": {
|
|
12457
12812
|
"siteTypesAllowed": [
|
|
12458
12813
|
"cropland",
|