From 8bb4d223407cdcac12a5fcc7171c82a0e08faaad Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Thu, 30 Oct 2025 13:26:51 -0700 Subject: [PATCH] edited formatting --- .../blog/PrettyRivers/{PrettyRivers.md => index.md} | 0 .../{RiverLevelCharts.md => index.md} | 0 public/blog/index.html | 8 ++++---- public/blog/index.xml | 10 +++++----- .../blog/prettyrivers/{prettyrivers => }/index.html | 10 ++++------ .../wisconsin_rivers.png | Bin .../example_last_6_months.png | Bin .../{riverlevelcharts => }/index.html | 10 ++++------ public/index.xml | 10 +++++----- public/sitemap.xml | 4 ++-- 10 files changed, 24 insertions(+), 28 deletions(-) rename content/blog/PrettyRivers/{PrettyRivers.md => index.md} (100%) rename content/blog/RiverLevelCharts/{RiverLevelCharts.md => index.md} (100%) rename public/blog/prettyrivers/{prettyrivers => }/index.html (93%) rename public/blog/{PrettyRivers => prettyrivers}/wisconsin_rivers.png (100%) rename public/blog/{RiverLevelCharts => riverlevelcharts}/example_last_6_months.png (100%) rename public/blog/riverlevelcharts/{riverlevelcharts => }/index.html (94%) diff --git a/content/blog/PrettyRivers/PrettyRivers.md b/content/blog/PrettyRivers/index.md similarity index 100% rename from content/blog/PrettyRivers/PrettyRivers.md rename to content/blog/PrettyRivers/index.md diff --git a/content/blog/RiverLevelCharts/RiverLevelCharts.md b/content/blog/RiverLevelCharts/index.md similarity index 100% rename from content/blog/RiverLevelCharts/RiverLevelCharts.md rename to content/blog/RiverLevelCharts/index.md diff --git a/public/blog/index.html b/public/blog/index.html index 1e00506..5c4f528 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -27,9 +27,9 @@ Posts - Dendroalsia - - + + @@ -161,7 +161,7 @@ Posts - Dendroalsia Oct 14, 2024 - - River Level Charts + River Level Charts @@ -173,7 +173,7 @@ Posts - Dendroalsia Jan 1, 2024 - - Pretty Rivers + Pretty Rivers diff --git a/public/blog/index.xml b/public/blog/index.xml index 3c29437..c21ae23 100644 --- a/public/blog/index.xml +++ b/public/blog/index.xml @@ -10,17 +10,17 @@ River Level Charts - https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/ + https://www.dendroalsia.net/blog/riverlevelcharts/ Mon, 14 Oct 2024 19:13:18 +0000 - https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/ + https://www.dendroalsia.net/blog/riverlevelcharts/ <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> Pretty Rivers - https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/ + https://www.dendroalsia.net/blog/prettyrivers/ Mon, 01 Jan 2024 19:13:02 +0000 - https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/ - <p>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.</p> <p>The code that generates these maps is here: <a href="https://git.dendroalsia.net/ben/pretty_rivers">https://git.dendroalsia.net/ben/pretty_rivers</a></p> <p><img src="wisconsin_rivers.png" alt="Wisconsin Rivers"></p> + https://www.dendroalsia.net/blog/prettyrivers/ + <p>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.</p> <p>The code that generates these maps is here: <a href="https://git.dendroalsia.net/ben/pretty_rivers">https://git.dendroalsia.net/ben/pretty_rivers</a></p> <p><img src="https://www.dendroalsia.net/blog/prettyrivers/wisconsin_rivers.png" alt="Wisconsin Rivers"></p> diff --git a/public/blog/prettyrivers/prettyrivers/index.html b/public/blog/prettyrivers/index.html similarity index 93% rename from public/blog/prettyrivers/prettyrivers/index.html rename to public/blog/prettyrivers/index.html index c084f8f..4e88a51 100644 --- a/public/blog/prettyrivers/prettyrivers/index.html +++ b/public/blog/prettyrivers/index.html @@ -22,14 +22,12 @@ Pretty Rivers - Dendroalsia - + - - - + @@ -144,7 +142,7 @@ Pretty Rivers - Dendroalsia

- Pretty Rivers + Pretty Rivers

@@ -173,7 +171,7 @@ Pretty Rivers - Dendroalsia

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

-

Wisconsin Rivers

+

Wisconsin Rivers

diff --git a/public/blog/PrettyRivers/wisconsin_rivers.png b/public/blog/prettyrivers/wisconsin_rivers.png similarity index 100% rename from public/blog/PrettyRivers/wisconsin_rivers.png rename to public/blog/prettyrivers/wisconsin_rivers.png diff --git a/public/blog/RiverLevelCharts/example_last_6_months.png b/public/blog/riverlevelcharts/example_last_6_months.png similarity index 100% rename from public/blog/RiverLevelCharts/example_last_6_months.png rename to public/blog/riverlevelcharts/example_last_6_months.png diff --git a/public/blog/riverlevelcharts/riverlevelcharts/index.html b/public/blog/riverlevelcharts/index.html similarity index 94% rename from public/blog/riverlevelcharts/riverlevelcharts/index.html rename to public/blog/riverlevelcharts/index.html index 6aa0026..81c2872 100644 --- a/public/blog/riverlevelcharts/riverlevelcharts/index.html +++ b/public/blog/riverlevelcharts/index.html @@ -22,14 +22,12 @@ River Level Charts - Dendroalsia - + - - - + @@ -144,7 +142,7 @@ River Level Charts - Dendroalsia

- River Level Charts + River Level Charts

@@ -174,7 +172,7 @@ River Level Charts - Dendroalsia

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

-

Example graph

+

Example graph

diff --git a/public/index.xml b/public/index.xml index 59ba6d7..e7d3f1e 100644 --- a/public/index.xml +++ b/public/index.xml @@ -10,17 +10,17 @@ River Level Charts - https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/ + https://www.dendroalsia.net/blog/riverlevelcharts/ Mon, 14 Oct 2024 19:13:18 +0000 - https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/ + https://www.dendroalsia.net/blog/riverlevelcharts/ <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> Pretty Rivers - https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/ + https://www.dendroalsia.net/blog/prettyrivers/ Mon, 01 Jan 2024 19:13:02 +0000 - https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/ - <p>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.</p> <p>The code that generates these maps is here: <a href="https://git.dendroalsia.net/ben/pretty_rivers">https://git.dendroalsia.net/ben/pretty_rivers</a></p> <p><img src="wisconsin_rivers.png" alt="Wisconsin Rivers"></p> + https://www.dendroalsia.net/blog/prettyrivers/ + <p>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.</p> <p>The code that generates these maps is here: <a href="https://git.dendroalsia.net/ben/pretty_rivers">https://git.dendroalsia.net/ben/pretty_rivers</a></p> <p><img src="https://www.dendroalsia.net/blog/prettyrivers/wisconsin_rivers.png" alt="Wisconsin Rivers"></p> diff --git a/public/sitemap.xml b/public/sitemap.xml index a2163c3..8980292 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -8,10 +8,10 @@ https://www.dendroalsia.net/blog/ 2025-10-30T19:08:15+00:00 - https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/ + https://www.dendroalsia.net/blog/riverlevelcharts/ 2024-10-14T19:13:18+00:00 - https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/ + https://www.dendroalsia.net/blog/prettyrivers/ 2024-01-01T19:13:02+00:00 https://www.dendroalsia.net/series/