Commit 73fb005
Feature: Interactive balance maps (#1935)
* Renamed original static plotting to '_static' and changed all map outputs to 'RESULTS + maps/static/...'. Maps in resources are not touched.
* Fix: Updated config_providers to read updated config key 'balance_map_static.'
* Interactive map implementation and static map plotting refactoring.
* removed H2 vmin and vmax.
* Dropped enable toggle.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* removed test config.
* Restore build_energy_totals from master
* Reverted to old plotting keys for balance_maps and changed balance_map_static back to balance_map
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Reordered plotting.default.yaml and added configtables for interactive maps.
* Added release notes.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>1 parent 36f4a17 commit 73fb005
File tree
8 files changed
+573
-120
lines changed- config
- doc
- configtables
- rules
- scripts
8 files changed
+573
-120
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 135 | | |
145 | 136 | | |
146 | 137 | | |
| |||
157 | 148 | | |
158 | 149 | | |
159 | 150 | | |
160 | | - | |
| 151 | + | |
161 | 152 | | |
162 | 153 | | |
163 | 154 | | |
| |||
169 | 160 | | |
170 | 161 | | |
171 | 162 | | |
172 | | - | |
| 163 | + | |
173 | 164 | | |
174 | 165 | | |
175 | 166 | | |
| |||
181 | 172 | | |
182 | 173 | | |
183 | 174 | | |
184 | | - | |
| 175 | + | |
185 | 176 | | |
186 | 177 | | |
187 | 178 | | |
| |||
194 | 185 | | |
195 | 186 | | |
196 | 187 | | |
197 | | - | |
| 188 | + | |
198 | 189 | | |
199 | 190 | | |
200 | 191 | | |
| |||
221 | 212 | | |
222 | 213 | | |
223 | 214 | | |
| 215 | + | |
| 216 | + | |
224 | 217 | | |
225 | 218 | | |
226 | 219 | | |
| |||
0 commit comments