edited formatting
This commit is contained in:
parent
786a1f3965
commit
53b6310732
6 changed files with 25 additions and 10 deletions
|
|
@ -169,8 +169,12 @@ River Level Charts - Dendroalsia
|
|||
</div>
|
||||
|
||||
<div class="container markdown top-pad">
|
||||
<p>I’m interested in rivers (both ecologically and recreationally) and I want to know water level they are currently at, and how does that compare to their water levels throughout the year and in their recent history.
|
||||
In the US, the United States Geologic Survey (USGS) maintains a large set of realtime water level sensors, and that dataset is queriable through an API. So I wrote these scripts that take a set of rivers and their associated gauge IDs, downloads the recent and historical data and generates a bunch of graphs.</p>
|
||||
<p>I’m interested in rivers (both ecologically and recreationally) and I want to know</p>
|
||||
<ul>
|
||||
<li>what water level different rivers are currently at</li>
|
||||
<li>how does that compare to their water levels throughout the year and in their recent history</li>
|
||||
</ul>
|
||||
<p>In the US, the United States Geologic Survey (USGS) maintains a large set of realtime water level sensors, and that dataset is queriable through an API. So I wrote these scripts that take a set of rivers and their associated gauge IDs, downloads the recent and historical data and generates a bunch of graphs.</p>
|
||||
<p>Here’s the code: <a href="https://git.dendroalsia.net/ben/USGS_NWIS">https://git.dendroalsia.net/ben/USGS_NWIS</a></p>
|
||||
<p><img src="/blog/riverlevelcharts/example_last_6_months.png" alt="Example graph"></p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue