diff --git a/content/blog/PrettyRivers/PrettyRivers.md b/content/blog/PrettyRivers/PrettyRivers.md
index 505606d..cf43fac 100644
--- a/content/blog/PrettyRivers/PrettyRivers.md
+++ b/content/blog/PrettyRivers/PrettyRivers.md
@@ -9,4 +9,4 @@ I like looking at maps that isolate different natural features. And I think that
The code that generates these maps is here: https://git.dendroalsia.net/ben/pretty_rivers
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/content/blog/RiverLevelCharts/RiverLevelCharts.md b/content/blog/RiverLevelCharts/RiverLevelCharts.md
index c88ea8b..3e99e61 100644
--- a/content/blog/RiverLevelCharts/RiverLevelCharts.md
+++ b/content/blog/RiverLevelCharts/RiverLevelCharts.md
@@ -10,4 +10,4 @@ In the US, the United States Geologic Survey (USGS) maintains a large set of rea
Here's the code: https://git.dendroalsia.net/ben/USGS_NWIS
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/content/blog/RiverLevelCharts/example_last_6_months.png b/content/blog/RiverLevelCharts/example_last_6_months.png
new file mode 100644
index 0000000..66d7567
Binary files /dev/null and b/content/blog/RiverLevelCharts/example_last_6_months.png differ
diff --git a/public/blog/RiverLevelCharts/example_last_6_months.png b/public/blog/RiverLevelCharts/example_last_6_months.png
new file mode 100644
index 0000000..66d7567
Binary files /dev/null and b/public/blog/RiverLevelCharts/example_last_6_months.png differ
diff --git a/public/blog/index.html b/public/blog/index.html
index a9a036f..1e00506 100644
--- a/public/blog/index.html
+++ b/public/blog/index.html
@@ -29,6 +29,8 @@ Posts - Dendroalsia
+
+
diff --git a/public/blog/index.xml b/public/blog/index.xml
index b701dd3..3c29437 100644
--- a/public/blog/index.xml
+++ b/public/blog/index.xml
@@ -20,7 +20,7 @@
https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/
I like looking at maps that isolate different natural features. And I think that rivers make pretty patterns. So I made a series of scripts that generates a pretty map of rivers. I hope to print the maps of places that are important to me as art.
The code that generates these maps is here: https://git.dendroalsia.net/ben/pretty_rivers
-

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.
Here’s the code: https://git.dendroalsia.net/ben/USGS_NWIS
-
