@hestia-earth/data-validation 0.39.1 → 0.39.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/data-validation",
3
- "version": "0.39.1",
3
+ "version": "0.39.2",
4
4
  "description": "HESTIA Data Validation library",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -4,9 +4,9 @@
4
4
  "diesel",
5
5
  "diesel1D",
6
6
  "aviationGasoline",
7
+ "marineDieselOil",
7
8
  "diesel4D",
8
9
  "diesel2D",
9
- "marineDieselOil",
10
10
  "en590Diesel",
11
11
  "gasolineTypeJetFuel",
12
12
  "petrolBurntIn2StrokeEngine",
@@ -14,10 +14,10 @@
14
14
  ],
15
15
  "cropResidue": [
16
16
  "discardedCropBurnt",
17
- "aboveGroundCropResidueRemoved",
18
- "discardedCropIncorporated",
19
17
  "discardedCropLeftOnField",
20
18
  "discardedCropTotal",
19
+ "aboveGroundCropResidueRemoved",
20
+ "discardedCropIncorporated",
21
21
  "aboveGroundCropResidueIncorporated",
22
22
  "aboveGroundCropResidueTotal",
23
23
  "discardedCropRemoved",
@@ -26,23 +26,6 @@
26
26
  "aboveGroundCropResidueLeftOnField"
27
27
  ],
28
28
  "model": [
29
- "aware",
30
- "ipcc2019",
31
- "dewulfEtAl2007",
32
- "pestlciConsensusModel",
33
- "cnspsModel",
34
- "epa2014",
35
- "ipcc2007",
36
- "edip2003",
37
- "landOccupationCalculationIncludingUsedAndUnusedDuration",
38
- "spatial",
39
- "landOccupationCalculationUsedDurationOnly",
40
- "pefcrGuidanceDocument2017",
41
- "agribalyse2016",
42
- "hestiaAggregatedData",
43
- "lcImpactAllEffects100Years",
44
- "recipe2008Individualist",
45
- "worldMeteorologicalOrganization1999",
46
29
  "chaudharyBrooks2018",
47
30
  "fantkeEtAl2016",
48
31
  "ipcc2013ExcludingFeedbacks",
@@ -64,6 +47,23 @@
64
47
  "sqcb",
65
48
  "recipe2016Individualist",
66
49
  "recipe2016Hierarchist",
50
+ "aware",
51
+ "ipcc2019",
52
+ "dewulfEtAl2007",
53
+ "worldMeteorologicalOrganization1999",
54
+ "pestlciConsensusModel",
55
+ "cnspsModel",
56
+ "epa2014",
57
+ "ipcc2007",
58
+ "edip2003",
59
+ "spatial",
60
+ "landOccupationCalculationUsedDurationOnly",
61
+ "pefcrGuidanceDocument2017",
62
+ "agribalyse2016",
63
+ "hestiaAggregatedData",
64
+ "lcImpactAllEffects100Years",
65
+ "recipe2008Individualist",
66
+ "landOccupationCalculationIncludingUsedAndUnusedDuration",
67
67
  "emepEea2019",
68
68
  "ipcc2021",
69
69
  "gfliDatabaseV2",
@@ -86,6 +86,28 @@
86
86
  "milaICanalsEtAl2007",
87
87
  "hestia",
88
88
  "royEtAl2014",
89
+ "impact2002Model",
90
+ "ecoinventV2",
91
+ "europeanEnvironmentAgency2013",
92
+ "ipcc1996",
93
+ "ipcc2001",
94
+ "rainsModel",
95
+ "frischknechtEtAl2000",
96
+ "environmentalFootprintV2-0",
97
+ "otherModel",
98
+ "aggregatedModels",
99
+ "ecoIndicator99",
100
+ "ipcc2006",
101
+ "webbEtAl2012AndSintermannEtAl2012",
102
+ "akagiEtAl2011AndIpcc2006",
103
+ "recipe2016Egalitarian",
104
+ "cml2001Baseline",
105
+ "faostat2018",
106
+ "recipe2008Hierarchist",
107
+ "akiyamaEtAl2010",
108
+ "lcImpactAllEffectsInfinite",
109
+ "hyde3-2",
110
+ "recipe2008Egalitarian",
89
111
  "emissionNotRelevant",
90
112
  "riskpollModel",
91
113
  "ecoalimV9",
@@ -108,29 +130,7 @@
108
130
  "koble2014",
109
131
  "schmidt2007",
110
132
  "salca",
111
- "usEpa1995",
112
- "impact2002Model",
113
- "ecoinventV2",
114
- "europeanEnvironmentAgency2013",
115
- "ipcc1996",
116
- "ipcc2001",
117
- "rainsModel",
118
- "frischknechtEtAl2000",
119
- "environmentalFootprintV2-0",
120
- "otherModel",
121
- "aggregatedModels",
122
- "ecoIndicator99",
123
- "ipcc2006",
124
- "webbEtAl2012AndSintermannEtAl2012",
125
- "akagiEtAl2011AndIpcc2006",
126
- "recipe2016Egalitarian",
127
- "cml2001Baseline",
128
- "faostat2018",
129
- "recipe2008Hierarchist",
130
- "akiyamaEtAl2010",
131
- "lcImpactAllEffectsInfinite",
132
- "hyde3-2",
133
- "recipe2008Egalitarian"
133
+ "usEpa1995"
134
134
  ],
135
135
  "forage": [
136
136
  "redtopFreshForage",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DATA_VALIDATION_VERSION = '0.39.1';
1
+ export const DATA_VALIDATION_VERSION = '0.39.2';