stacking dashboard

This commit is contained in:
Matthew Slowe 2023-10-25 12:47:43 +01:00
parent bb8a275163
commit ca483a1986

33
out/stacked.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stacked river levels for the Great Stour around Canterbury, Kent</title>
</head>
<body>
<h1>Stacked river levels for the Great Stour around Canterbury, Kent</h1>
<p>
The charts below show the annual levels of the Great Stour at various locations between Ashford and Canterbury in Kent.
</p>
<p>
Data collection began in 2014 for Wye, Chartham, and Vauxhall bridge. Westgate Gardens is a newer monitoring station and data is available back from 2020. There are a few periods of time where data is unavailable normally due to changes in the upstream data availability.
</p>
<p style="font-style: italic">
Data has been gathered from the Environment Agency in England and is available under the the <a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/">Open Government Licence v3.0</a>, except where otherwise stated.
</p>
<h2>Wye</h2>
<img src="canterbury-1145-stacked.png" />
<h2>Chartham</h2>
<img src="canterbury-1135-stacked.png" />
<h2>Westgate Gardens, Canterbury</h2>
<img src="canterbury-9274-stacked.png" />
<h2>Vauxhall Bridge, Canterbury</h2>
<img src="canterbury-1143-stacked.png" />
</body>
</html>