-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.json
176 lines (176 loc) · 5.05 KB
/
toc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"collapseTableOfContents": false,
"items": [
{
"type": "divider",
"title": "Overview"
},
{
"type": "item",
"title": "About the Initiative",
"uri": "/docs/Overview/About the Initiative.md"
},
{
"type": "item",
"title": "Using the Data",
"uri": "/docs/Overview/Using the Data.md"
},
{
"type": "item",
"title": "Input Data Sources",
"uri": "/docs/Overview/Input Data Sources.md"
},
{
"type": "item",
"title": "Contributing To The Code Repository",
"uri": "/docs/Overview/Contributing to the Code Repository.md"
},
{
"type": "divider",
"title": "Methodology"
},
{
"type": "item",
"title": "Overview of the data pipeline",
"uri": "/docs/Methodology/Method_overview.md"
},
{
"type": "group",
"title": "Data Cleaning",
"items": [
{
"type": "item",
"title": "CEMS Data",
"uri": "/docs/Methodology/Data Cleaning/CEMS Data.md"
},
{
"type": "item",
"title": "EIA-860 Data",
"uri": "/docs/Methodology/Data Cleaning/EIA-860 Data.md"
},
{
"type": "item",
"title": "EIA-923 Data",
"uri": "/docs/Methodology/Data Cleaning/EIA-923 Data.md"
},
{
"type": "item",
"title": "EIA-930 Data",
"uri": "/docs/Methodology/Data Cleaning/EIA-930 Data.md"
}
]
},
{
"type": "group",
"title": "Emissions Calculations",
"items": [
{
"type": "item",
"title": "Overview",
"uri": "/docs/Methodology/Emissions Calculations/Overview.md"
},
{
"type": "item",
"title": "Assigning Energy Source Codes",
"uri": "/docs/Methodology/Emissions Calculations/Assigning Energy Source Codes.md"
},
{
"type": "item",
"title": "GHG Emissions",
"uri": "/docs/Methodology/Emissions Calculations/GHG Emissions.md"
},
{
"type": "item",
"title": "NOx Emissions",
"uri": "/docs/Methodology/Emissions Calculations/NOx Emissions.md"
},
{
"type": "item",
"title": "SO2 Emissions",
"uri": "/docs/Methodology/Emissions Calculations/SO2 Emissions.md"
},
{
"type": "item",
"title": "Adjusting Emissions For CHP",
"uri": "/docs/Methodology/Emissions Calculations/Adjusting Emissions for CHP.md"
},
{
"type": "item",
"title": "Adjusting Emissions For Biomass",
"uri": "/docs/Methodology/Emissions Calculations/Adjusting Emissions for Biomass.md"
},
{
"type": "item",
"title": "Consumption-based Emissions",
"uri": "/docs/Methodology/Emissions Calculations/Consumption-based Emissions.md"
}
]
},
{
"type": "item",
"title": "Converting Gross To Net Generation",
"uri": "/docs/Methodology/Converting Gross to Net Generation.md"
},
{
"type": "group",
"title": "Data Aggregation",
"items": [
{
"type": "item",
"title": "Subplant Aggregation",
"uri": "/docs/Methodology/Data Aggregation/Subplant Aggregation.md"
},
{
"type": "item",
"title": "Assigning Plant Primary Fuel",
"uri": "/docs/Methodology/Data Aggregation/Plant Primary Fuel.md"
},
{
"type": "item",
"title": "Aggregating plant data to balancing authority",
"uri": "/docs/Methodology/Data Aggregation/Aggregating Data to Balancing Authority.md"
}
]
},
{
"type": "group",
"title": "Assigning Hourly Profiles to Monthly Data",
"items": [
{
"type": "item",
"title": "Summary of Approach",
"uri": "/docs/Methodology/Assigning Hourly Profiles to Monthly Data/Summary.md"
},
{
"type": "item",
"title": "Scaling partial CEMS subplant data",
"uri": "/docs/Methodology/Assigning Hourly Profiles to Monthly Data/Scaling Partial CEMS Subplant Data.md"
},
{
"type": "item",
"title": "Shaping EIA subplants with partial CEMS plant data",
"uri": "/docs/Methodology/Assigning Hourly Profiles to Monthly Data/Shaping Partial CEMS Plant Data.md"
},
{
"type": "item",
"title": "Shaping EIA-only without plant-specific profiles",
"uri": "/docs/Methodology/Assigning Hourly Profiles to Monthly Data/Shaping Using Fleet-Specific Profiles.md"
}
]
},
{
"type": "divider",
"title": "Data Validation"
},
{
"type": "item",
"title": "Data Quality Metrics",
"uri": "/docs/Data Validation/Data Quality Metrics.md"
},
{
"type": "item",
"title": "Comparing Data to eGRID",
"uri": "/docs/Data Validation/Comparing Data to eGRID.md"
}
]
}