edited formatting

This commit is contained in:
Ben Varick 2025-10-30 13:22:13 -07:00
parent fb75e56808
commit dfbb5af83d
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
9 changed files with 8 additions and 6 deletions

View file

@ -174,7 +174,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="https://git.dendroalsia.net/ben/USGS_NWIS/media/branch/main/example_last_6_months.png" alt="Example graph"></p>
<p><img src="example_last_6_months.png" alt="Example graph"></p>
</div>