forked from berthubert/gazproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (68 loc) · 3.69 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8">
<style>#forkongithub a{background:#FFD700;color:#0057B8;text-decoration:none;font-family:arial,sans-serif;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{background:#c11;color:#fff;}#forkongithub a::before,#forkongithub a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#fff;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:800px){#forkongithub{position:absolute;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;z-index:9999;}#forkongithub a{width:200px;position:absolute;top:60px;right:-60px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);box-shadow:4px 4px 10px rgba(0,0,0,0.8);}}</style><span id="forkongithub"><a href="https://github.com/berthubert/gazproject">Fork me on GitHub</a></span>
<title>Russian gas flows to Europe, storage rates</title>
</head>
<body>
<center>
Russian gas flows to Europe, sourced from <a
href="https://entsog.eu">ENTSO-G</a>, gas storage levels from <a
href="https://agsi.gie.eu/#/historical/eu">GIE</a>.
<br/>
<!--
<small><font color="red">Be careful, this realtime graph is not always
correct (especially the last hour)!</font></small>
-->
<font color="red">Be careful! ENTSO-E data is lagging behind and some
of the statistics are probably not correct! I do not believe the Ukrainian graph is
right, for example</font>
<br/>
<img style="width:60%" src="livegraph.svg">
<br/>
<table style="width:100%">
<tr style="width:100%"><td style="width:50%"><img src="russian-gas.svg?1"
width="100%"></td><td style="width:50%"><img width="100%" src="russian-gas-reserves.svg?1"></td></tr>
</table>
<p>
100GW = around 250 million m³/day (roughly). We don't know the contracts and
pricing details behind this flow of gas, but if you'd want to buy a
megawatt-hour of natural gas for May delivery, <a
href="https://www.barchart.com/futures/quotes/TGK22/interactive-chart">you
can find the most up to date prices here</a>.
</p>
<p>
Some further background can be found in <a
href="https://berthub.eu/articles/posts/about-that-russian-gas/">in this
blog post</a>.
</p>
</center>
<p>Uzhgorod is on the Ukrainian border, and is also called <a
href="https://tis.eustream.sk/TisWeb/#/?nav=rd.flw">Veľké Kapušany</a>. The Yamal
pipes are also called Mallnow, Jamal or Jagal. Nordstream meanwhile is also known
as Greifswald in other tables.</p>
<p>As long as the EU storage withdrawal graph is positive, we are using up
our reserves. Similar data but going back further in time and with prettier
graphs & much more data can be found <a
href="https://www.bruegel.org/publications/datasets/european-natural-gas-imports/">on
this Bruegel page</a>.</p>
<center>
<table style="width:100%">
<tr style="width:100%"><td style="width:50%"><img src="russian-gas-week.svg?1"
width="100%"></td><td style="width:50%"><img width="100%" src="russian-gas-reserves-week.svg?1"></td></tr>
</table>
</center>
Data sourced daily from <a href="https://entsog.eu">ENTSO-G</a>, the
European Network of Transmission System Operators for Gas and <a
href="https://agsi.gie.eu/#/historical/eu">GIE</a>, Gas Infrastructure
Europe (thanks!). Very rough pricing indication based on Dutch TTF Gas May '22
(TGK22). Please let me know urgently if I am missing any
pipelines, of if I am misintepreting the data!
</p>
<p>
All data and scripts are <a
href="https://github.com/berthubert/gazproject">on GitHub</a>.
Page by <a href="https://berthub.eu/">bert hubert</a>, [email protected] or <a
href="https://twitter.com/bert_hu_bert">@bert_hu_bert</a>.
</body>
</htlm>