edited formatting

This commit is contained in:
Ben Varick 2025-10-30 13:26:51 -07:00
parent dfbb5af83d
commit 8bb4d22340
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
10 changed files with 24 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 KiB

View file

@ -22,14 +22,12 @@ River Level Charts - Dendroalsia
<meta property="og:title" content="River Level Charts - Dendroalsia" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Website Description"/>
<meta property="og:url" content="https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/"/>
<meta property="og:url" content="https://www.dendroalsia.net/blog/riverlevelcharts/"/>
<meta property="og:site_name" content="Dendroalsia"/>
<meta property="og:image" content="https://www.dendroalsia.net/home/moss.webp"/>
<meta property="og:image" content="https://www.dendroalsia.net/blog/riverlevelcharts/example_last_6_months.png"/>
@ -144,7 +142,7 @@ River Level Charts - Dendroalsia
<div class="container">
<h2 class="title is-1 top-pad strong-post-title">
<a href="https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/">River Level Charts</a>
<a href="https://www.dendroalsia.net/blog/riverlevelcharts/">River Level Charts</a>
</h2>
<div class="post-data">
@ -174,7 +172,7 @@ River Level Charts - Dendroalsia
<p>I&rsquo;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>Here&rsquo;s the code: <a href="https://git.dendroalsia.net/ben/USGS_NWIS">https://git.dendroalsia.net/ben/USGS_NWIS</a></p>
<p><img src="example_last_6_months.png" alt="Example graph"></p>
<p><img src="/blog/riverlevelcharts/example_last_6_months.png" alt="Example graph"></p>
</div>