edited formatting
This commit is contained in:
parent
fb75e56808
commit
dfbb5af83d
9 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
||||

|
||||

|
||||
|
|
@ -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
|
||||
|
||||
|
||||

|
||||

|
||||
BIN
content/blog/RiverLevelCharts/example_last_6_months.png
Normal file
BIN
content/blog/RiverLevelCharts/example_last_6_months.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 854 KiB |
BIN
public/blog/RiverLevelCharts/example_last_6_months.png
Normal file
BIN
public/blog/RiverLevelCharts/example_last_6_months.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 854 KiB |
|
|
@ -29,6 +29,8 @@ 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"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<link>https://www.dendroalsia.net/blog/prettyrivers/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="https://git.dendroalsia.net/ben/pretty_rivers/media/branch/main/example.png" alt="Wisconsin Rivers"></p></description>
|
||||
<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>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
|||
|
|
@ -173,7 +173,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="https://git.dendroalsia.net/ben/pretty_rivers/media/branch/main/example.png" alt="Wisconsin Rivers"></p>
|
||||
<p><img src="wisconsin_rivers.png" alt="Wisconsin Rivers"></p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -174,7 +174,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="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>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<link>https://www.dendroalsia.net/blog/prettyrivers/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="https://git.dendroalsia.net/ben/pretty_rivers/media/branch/main/example.png" alt="Wisconsin Rivers"></p></description>
|
||||
<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>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue