edited formatting
This commit is contained in:
parent
dfbb5af83d
commit
8bb4d22340
10 changed files with 24 additions and 28 deletions
|
|
@ -27,9 +27,9 @@ Posts - Dendroalsia
|
|||
|
||||
|
||||
|
||||
<meta property="og:image" content="https://www.dendroalsia.net/blog/PrettyRivers/wisconsin_rivers.png"/>
|
||||
|
||||
<meta property="og:image" content="https://www.dendroalsia.net/blog/RiverLevelCharts/example_last_6_months.png"/>
|
||||
<meta property="og:image" content="https://www.dendroalsia.net/home/moss.webp"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -161,7 +161,7 @@ Posts - Dendroalsia
|
|||
|
||||
<span>Oct 14, 2024</span> -
|
||||
|
||||
<span><a href="https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/">River Level Charts</a></span>
|
||||
<span><a href="https://www.dendroalsia.net/blog/riverlevelcharts/">River Level Charts</a></span>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
@ -173,7 +173,7 @@ Posts - Dendroalsia
|
|||
|
||||
<span>Jan 1, 2024</span> -
|
||||
|
||||
<span><a href="https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/">Pretty Rivers</a></span>
|
||||
<span><a href="https://www.dendroalsia.net/blog/prettyrivers/">Pretty Rivers</a></span>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -10,17 +10,17 @@
|
|||
<atom:link href="https://www.dendroalsia.net/blog/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>River Level Charts</title>
|
||||
<link>https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/</link>
|
||||
<link>https://www.dendroalsia.net/blog/riverlevelcharts/</link>
|
||||
<pubDate>Mon, 14 Oct 2024 19:13:18 +0000</pubDate>
|
||||
<guid>https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/</guid>
|
||||
<guid>https://www.dendroalsia.net/blog/riverlevelcharts/</guid>
|
||||
<description><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></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Pretty Rivers</title>
|
||||
<link>https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/</link>
|
||||
<link>https://www.dendroalsia.net/blog/prettyrivers/</link>
|
||||
<pubDate>Mon, 01 Jan 2024 19:13:02 +0000</pubDate>
|
||||
<guid>https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/</guid>
|
||||
<description><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></description>
|
||||
<guid>https://www.dendroalsia.net/blog/prettyrivers/</guid>
|
||||
<description><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></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
|||
|
|
@ -22,14 +22,12 @@ Pretty Rivers - Dendroalsia
|
|||
<meta property="og:title" content="Pretty Rivers - Dendroalsia" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="Website Description"/>
|
||||
<meta property="og:url" content="https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/"/>
|
||||
<meta property="og:url" content="https://www.dendroalsia.net/blog/prettyrivers/"/>
|
||||
<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/prettyrivers/wisconsin_rivers.png"/>
|
||||
|
||||
|
||||
|
||||
|
|
@ -144,7 +142,7 @@ Pretty Rivers - Dendroalsia
|
|||
|
||||
<div class="container">
|
||||
<h2 class="title is-1 top-pad strong-post-title">
|
||||
<a href="https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/">Pretty Rivers</a>
|
||||
<a href="https://www.dendroalsia.net/blog/prettyrivers/">Pretty Rivers</a>
|
||||
</h2>
|
||||
|
||||
<div class="post-data">
|
||||
|
|
@ -173,7 +171,7 @@ Pretty Rivers - Dendroalsia
|
|||
<div class="container markdown top-pad">
|
||||
<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>
|
||||
<p><img src="/blog/prettyrivers/wisconsin_rivers.png" alt="Wisconsin Rivers"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
Before Width: | Height: | Size: 15 MiB After Width: | Height: | Size: 15 MiB |
|
Before Width: | Height: | Size: 854 KiB After Width: | Height: | Size: 854 KiB |
|
|
@ -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’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’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>
|
||||
|
||||
|
|
@ -10,17 +10,17 @@
|
|||
<atom:link href="https://www.dendroalsia.net/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>River Level Charts</title>
|
||||
<link>https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/</link>
|
||||
<link>https://www.dendroalsia.net/blog/riverlevelcharts/</link>
|
||||
<pubDate>Mon, 14 Oct 2024 19:13:18 +0000</pubDate>
|
||||
<guid>https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/</guid>
|
||||
<guid>https://www.dendroalsia.net/blog/riverlevelcharts/</guid>
|
||||
<description><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></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Pretty Rivers</title>
|
||||
<link>https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/</link>
|
||||
<link>https://www.dendroalsia.net/blog/prettyrivers/</link>
|
||||
<pubDate>Mon, 01 Jan 2024 19:13:02 +0000</pubDate>
|
||||
<guid>https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/</guid>
|
||||
<description><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></description>
|
||||
<guid>https://www.dendroalsia.net/blog/prettyrivers/</guid>
|
||||
<description><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></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
<loc>https://www.dendroalsia.net/blog/</loc>
|
||||
<lastmod>2025-10-30T19:08:15+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://www.dendroalsia.net/blog/riverlevelcharts/riverlevelcharts/</loc>
|
||||
<loc>https://www.dendroalsia.net/blog/riverlevelcharts/</loc>
|
||||
<lastmod>2024-10-14T19:13:18+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://www.dendroalsia.net/blog/prettyrivers/prettyrivers/</loc>
|
||||
<loc>https://www.dendroalsia.net/blog/prettyrivers/</loc>
|
||||
<lastmod>2024-01-01T19:13:02+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://www.dendroalsia.net/series/</loc>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue