<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>planetwater</title>
	<atom:link href="http://www.planetwater.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.planetwater.org</link>
	<description>ground- water,  geo- statistics, environmental- engineering, earth- science</description>
	<lastBuildDate>Tue, 18 Nov 2025 09:40:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Converting Jupyter notebook to pdf</title>
		<link>https://www.planetwater.org/2025/11/18/converting-jupyter-notebook-to-pdf/</link>
					<comments>https://www.planetwater.org/2025/11/18/converting-jupyter-notebook-to-pdf/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Tue, 18 Nov 2025 09:40:26 +0000</pubDate>
				<category><![CDATA[]]></category>
		<guid isPermaLink="false">https://www.planetwater.org/?p=2928</guid>

					<description><![CDATA[easy as py `jupyter nbconvert &#8211;to pdf .ipynb`]]></description>
										<content:encoded><![CDATA[<p>easy as py</p>
<p>`jupyter nbconvert &#8211;to pdf <fname>.ipynb`</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2025/11/18/converting-jupyter-notebook-to-pdf/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apple Script in OmniOutliner: Check Box, visually dimmed</title>
		<link>https://www.planetwater.org/2025/11/18/apple-script-in-omnioutliner-check-box-visually-dimmed/</link>
					<comments>https://www.planetwater.org/2025/11/18/apple-script-in-omnioutliner-check-box-visually-dimmed/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Tue, 18 Nov 2025 08:28:38 +0000</pubDate>
				<category><![CDATA[]]></category>
		<guid isPermaLink="false">https://www.planetwater.org/?p=2922</guid>

					<description><![CDATA[I like to maintain lists in [OmniOutliner](https://www.omnigroup.com/omnioutliner). One feature of OmniOutliner is its ability to allow for multiple columns. There are a number of options for the type of a column, such as number or currency. You even can perform basic computations like sums on the columns. Even more, a column can be of type [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I like to maintain lists in [OmniOutliner](https://www.omnigroup.com/omnioutliner). One feature of OmniOutliner is its ability to  allow for multiple columns. There are a number of options for the type of a column, such as number or currency. You even can perform basic computations like sums on the columns. Even more, a column can be of type &#8220;checkbox&#8221;.</p>
<p>Sometimes, I like to check off an item, and then I want it to be visually dimmed, the text should be struck out, but still readable (so I can see what I have already done).</p>
<p>This is all possible in OmniOutliner with mouse clicks. The magic here comes in an Apple Script ([resides here on GitHub](https://github.com/hydroclaus/OO_strikethrough)). Even more, it is possible to include a buttom in the customized toolbar. When you push this button, the script is executed. To achieve this, follow these steps:</p>
<p>&#8211; copy the apple script to `~/Library/Application Scripts/com.omnigroup.OmniOutliner5`<br />
&#8211; you can add a custom icon to the applescript file itself in order to do this (copy an image to the pasteboard, go to the file in the Finder, show info, click on the generic icon in the info pane to highlight it, paste) &#8212; Thanks Greg on Omnis Slack channel for this!<br />
&#8211; control-click on the tool bar, select &#8220;Customize Toolbar&#8230;&#8221;, and drag the script, that should appear, onto the toolbar (to where the jiggling icons are)</p>
<p> [![Screenshot 2025-11-18 at 10.16.30](/wp-content/uploads/2025/11/Screenshot-2025-11-18-at-10.16.30-300&#215;205.png){.aligncenter}](/wp-content/uploads/2025/11/Screenshot-2025-11-18-at-10.16.30.png)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2025/11/18/apple-script-in-omnioutliner-check-box-visually-dimmed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Select PDFs in Finder and perform OCR</title>
		<link>https://www.planetwater.org/2024/10/18/select-pdfs-in-finder-and-perform-ocr/</link>
					<comments>https://www.planetwater.org/2024/10/18/select-pdfs-in-finder-and-perform-ocr/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Fri, 18 Oct 2024 14:26:36 +0000</pubDate>
				<guid isPermaLink="false">https://www.planetwater.org/?p=2910</guid>

					<description><![CDATA[This writeup lists what I did in order to &#8211; select one or multiple files in finder &#8211; perform OCR The reason for is is the acquisition of a new scanner. It turns out, I first found [OCRmyPDF](https://ocrmypdf.readthedocs.io/en/latest/index.html), which I installed via [Homebrew](https://brew.sh/). Then I was looking into watching folder (which I might still look [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This writeup lists what I did in order to</p>
<p>&#8211; select one or multiple files in finder<br />
&#8211; perform OCR</p>
<p>The reason for is is the acquisition of a new scanner.</p>
<p>It turns out, I first found [OCRmyPDF](https://ocrmypdf.readthedocs.io/en/latest/index.html), which I installed via [Homebrew](https://brew.sh/). Then I was looking into watching folder (which I might still look into, option from [stackexchange](https://stackoverflow.com/q/6475252/1510463)).</p>
<p>After this, I followed basically this solution</p>
<p>&#8211; [Easier OCR on macOS](https://lukasschwab.me/blog/gen/ocr.html)<br />
&#8211; and added the ability to select and process multiple files via [Creating macOS Monterey Shortcuts for Multiple files | by richard moult](https://medium.com/@richardmoult75/creating-macos-monterey-shortcuts-for-multiple-files-9ead8f371bf4)</p>
<p>Find below the picture of the shortcut. Two important things:</p>
<p>1. inside the loop you have to select the proper variable name that refers to the current file (`Repeat Item`)<br />
2. the shell script reads like this (where `$1` and `$2` refer to the input filename and output filename, respectively, setup in a list</p>
<p>	export PATH=/opt/homebrew/bin:$PATH &#038;&#038; ocrmypdf &#8211;force-ocr $1 $2</p>
<p><img fetchpriority="high" decoding="async" style="display:block; margin-left:auto; margin-right:auto;" src="https://www.planetwater.org/wp-content/uploads/2024/10/CleanShot-2024-10-18-at-16.22.44@2x.png" alt="Picture of the Shortcut" title="CleanShot 2024-10-18 at 16.22.44@2x.png" border="0" width="417" height="600" /></p>
<p>## Update 2024-Oct-19</p>
<p>&#8211; I am using [Hazel](https://www.noodlesoft.com/whats-new-in-hazel-5/) now to watch the FTP folder into which the scanner puts the PDFs<br />
&#8211; Hazel does basically two things:<br />
	1. check if a new PDF comes into this folder, and if so it performs OCR via this embedded Script, where `$1` refers to the filename that is passed as a *full* path into the sh script, hence the basename is extracted via `basename`, without the extension, hence two arguments in the round brackets:</p>
<p>			# /bin/bash<br />
			base_name=$(basename $1 .pdf)<br />
			# echo ${base_name}<br />
			# echo ${base_name}.pdf<br />
			cd <<FullPathWherePdfsReside>><br />
			ocrmypdf ${base_name}.pdf ${base_name}_ocr.pdf </p>
<p>	2. perform for each kind of PDF an extra rule, which renames the pdf, assigns a color label (because why not) and adds a task to my OmniFocus system via AppleScript, in which it adds a due date, and links to this PDF as a reference (this is wonderful and makes my life much easier)</p>
<p>			set theDate to current date<br />
			set theTask to &#8220;NameOfTask&#8221;</p>
<p>			set theNote to &#8220;Scanned and processed on &#8221; &#038; (theDate as string) &#038; return</p>
<p>			tell application &#8220;OmniFocus&#8221;<br />
				tell front document<br />
					set theTag to first flattened tag where its name = &#8220;MyTag&#8221;<br />
					set theProject to first flattened project where its name = &#8220;MyProject&#8221;<br />
					set theDueDate to theDate + (24 * hours)<br />
					tell theProject<br />
						set theOtherTask to make new task with properties {name:theTask, note:theNote, primary tag:theTag, due date:theDueDate}<br />
						tell the note of theOtherTask<br />
							make new file attachment with properties {file name:theFile, embedded:false}<br />
						end tell<br />
					end tell<br />
				end tell<br />
			end tell</p>
<p>This is just wonderful!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2024/10/18/select-pdfs-in-finder-and-perform-ocr/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VEGAS Workshop</title>
		<link>https://www.planetwater.org/2024/03/12/vegas-workshop/</link>
					<comments>https://www.planetwater.org/2024/03/12/vegas-workshop/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Tue, 12 Mar 2024 16:51:01 +0000</pubDate>
				<guid isPermaLink="false">https://www.planetwater.org/?p=2907</guid>

					<description><![CDATA[Last week we had our two-day [@VegasIws@mathstodon.xyz](https://micro.blog/VegasIws@mathstodon.xyz) workshop in the Black Forrest. We role-played group communication (the &#8220;NASA-exercise&#8221;), discussed research data management and publications as relevant for [@VegasIws@mathstodon.xyz](https://micro.blog/VegasIws@mathstodon.xyz), dreamed up projects, ate, drank and experienced the firs of the Black Forrest! We think, very useful for the team! 😉]]></description>
										<content:encoded><![CDATA[<p>Last week we had our two-day [@VegasIws@mathstodon.xyz](https://micro.blog/VegasIws@mathstodon.xyz)  workshop in the Black Forrest. We role-played group communication (the &#8220;NASA-exercise&#8221;), discussed research data management and publications as relevant for [@VegasIws@mathstodon.xyz](https://micro.blog/VegasIws@mathstodon.xyz), dreamed up projects, ate, drank and experienced the firs of the Black Forrest!</p>
<p>We think, very useful for the team! 😉</p>
<p><img decoding="async" src="https://planetwater.micro.blog/uploads/2024/img-6797.jpeg" width="600" height="450" alt=""><img decoding="async" src="https://planetwater.micro.blog/uploads/2024/img-6805.jpeg" width="450" height="600" alt=""></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2024/03/12/vegas-workshop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Talks at EGU24</title>
		<link>https://www.planetwater.org/2024/03/12/talks-at-egu24/</link>
					<comments>https://www.planetwater.org/2024/03/12/talks-at-egu24/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Tue, 12 Mar 2024 16:38:38 +0000</pubDate>
				<guid isPermaLink="false">https://www.planetwater.org/?p=2905</guid>

					<description><![CDATA[I&#8217;m happy to be able to give two presentations at the #EGU24 meeting in Vienna on Monday April 15, 2024 Time &#124; ID &#124; Session &#124; Title &#124; Authors :&#8211;:&#124;:&#8211;:&#124;&#8211;&#124;:&#8211;:&#124;&#8211; 08:55–09:05 &#124; EGU24-7899 &#124; [HS8.1.7](https://meetingorganizer.copernicus.org/EGU24/session/48382) &#124; [Immobilization of Per- and Polyfluoroalkyl Substances (PFAS) – Experimental and Model-based Analysis of Leaching Behavior](https://meetingorganizer.copernicus.org/EGU24/EGU24-7899.html) &#124; Claus Haslauer, Thomas [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m happy to be able to give two presentations at the #EGU24 meeting in Vienna on Monday April 15, 2024</p>
<p>Time | ID | Session | Title | Authors<br />
:&#8211;:|:&#8211;:|&#8211;|:&#8211;:|&#8211;<br />
08:55–09:05 | EGU24-7899 | [HS8.1.7](https://meetingorganizer.copernicus.org/EGU24/session/48382) | [Immobilization of Per- and Polyfluoroalkyl Substances (PFAS) – Experimental and Model-based Analysis of Leaching Behavior](https://meetingorganizer.copernicus.org/EGU24/EGU24-7899.html)  | Claus Haslauer, Thomas Bierbaum, Simon Kleinknecht, and Tobias Junginger<br />
15:25–15:35 | EGU24-7820 | [HS3.9](https://meetingorganizer.copernicus.org/EGU24/session/48170) | [Data-driven surrogate-based Bayesian model calibration for predicting vadose zone temperatures in drinking water supply pipes](https://meetingorganizer.copernicus.org/EGU24/EGU24-7820.html) | Ilja Kröker, Elisabeth Nißler, Sergey Oladyshkin, Wolfgang Nowak, and Claus Haslauer </p>
<p>Looking forward to meet you in Vienna!<br />
[The conference](https://www.egu24.eu) is in Vienna, Austria &#038; Online | 14–19 April 2024</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2024/03/12/talks-at-egu24/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PFClean Project in the news</title>
		<link>https://www.planetwater.org/2024/03/01/pfclean-project-in-the-news/</link>
					<comments>https://www.planetwater.org/2024/03/01/pfclean-project-in-the-news/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Fri, 01 Mar 2024 09:19:25 +0000</pubDate>
				<category><![CDATA[]]></category>
		<category><![CDATA[PFAS]]></category>
		<guid isPermaLink="false">https://www.planetwater.org/?p=2899</guid>

					<description><![CDATA[Our PFAS-remediation project &#8220;PFClean&#8221; is in the news today &#8211; at U of Stuttgart news&#8211; at LinkedIn of U of Stuttgart]]></description>
										<content:encoded><![CDATA[
<p>Our PFAS-remediation project &#8220;PFClean&#8221; is in the news today</p>



<p>&#8211; at <a href="https://www.uni-stuttgart.de/en/university/news/all/The-PFClean-project-is-finding-solutions-to-forever-chemicals/" data-type="link" data-id="https://www.uni-stuttgart.de/en/university/news/all/The-PFClean-project-is-finding-solutions-to-forever-chemicals/">U of Stuttgart news</a><br>&#8211; at <a href="https://www.linkedin.com/posts/universität-stuttgart_pfas-soil-contamination-activity-7168990856702599168-8jal/" data-type="link" data-id="https://www.linkedin.com/posts/universität-stuttgart_pfas-soil-contamination-activity-7168990856702599168-8jal/">LinkedIn of U of Stuttgart</a></p>



<figure class="wp-block-image size-large"><a href="https://www.planetwater.org/wp-content/uploads/2024/03/Screenshot-2024-03-01-at-10.01.02.png" rel="lightbox[2899]"><img loading="lazy" decoding="async" width="708" height="1024" src="https://www.planetwater.org/wp-content/uploads/2024/03/Screenshot-2024-03-01-at-10.01.02-708x1024.png" alt="" class="wp-image-2902" srcset="https://www.planetwater.org/wp-content/uploads/2024/03/Screenshot-2024-03-01-at-10.01.02-708x1024.png 708w, https://www.planetwater.org/wp-content/uploads/2024/03/Screenshot-2024-03-01-at-10.01.02-207x300.png 207w, https://www.planetwater.org/wp-content/uploads/2024/03/Screenshot-2024-03-01-at-10.01.02-768x1110.png 768w, https://www.planetwater.org/wp-content/uploads/2024/03/Screenshot-2024-03-01-at-10.01.02-1062x1536.png 1062w, https://www.planetwater.org/wp-content/uploads/2024/03/Screenshot-2024-03-01-at-10.01.02-1416x2048.png 1416w" sizes="auto, (max-width: 708px) 100vw, 708px" /></a></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2024/03/01/pfclean-project-in-the-news/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Water Blog &#8220;The Water Droplet&#8221;</title>
		<link>https://www.planetwater.org/2024/01/09/new-water-blog-the-water-droplet/</link>
					<comments>https://www.planetwater.org/2024/01/09/new-water-blog-the-water-droplet/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 15:54:42 +0000</pubDate>
				<category><![CDATA[Groundwater]]></category>
		<category><![CDATA[water]]></category>
		<guid isPermaLink="false">https://www.planetwater.org/?p=2895</guid>

					<description><![CDATA[Almost one year ago already, Steve Shikaze [started a new blo](https://thewaterdroplet.substack.com/p/welcome-to-the-water-droplet), &#8220;The Water Droplet&#8221;. Steve has a [long career in hydrogeology](https://thewaterdroplet.substack.com/p/35-years-in-hydrogeology-a-career), we &#8220;share&#8221; the same Phd-advisor, and he almost hired me once. I guess it&#8217;s fair to assume, I am biased in his favour. Steadily, Steve is covering important hydrogeological issues such as [land subsidence](https://thewaterdroplet.substack.com/p/what-is-land-subsidence), [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Almost one year ago already, Steve Shikaze [started a new blo](https://thewaterdroplet.substack.com/p/welcome-to-the-water-droplet), &#8220;The Water Droplet&#8221;.</p>
<p>Steve has a [long career in hydrogeology](https://thewaterdroplet.substack.com/p/35-years-in-hydrogeology-a-career), we &#8220;share&#8221; the same Phd-advisor, and he almost hired me once. I guess it&#8217;s fair to assume, I am biased in his favour.</p>
<p>Steadily, Steve is covering important hydrogeological issues such as [land subsidence](https://thewaterdroplet.substack.com/p/what-is-land-subsidence), [groundwater recharge](https://thewaterdroplet.substack.com/p/what-is-groundwater-recharge), [PFAS / forever chemicals](https://thewaterdroplet.substack.com/p/what-are-forever-chemicals), groundwater management issues [in California](https://thewaterdroplet.substack.com/p/groundwater-in-california) and in [the south/central US](https://thewaterdroplet.substack.com/p/the-ogallala-aquifer).</p>
<p>Since you are already on this site, there is a good chance that you will be interested in [The Water Droplet](https://thewaterdroplet.substack.com). So I encourage you to head over there!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2024/01/09/new-water-blog-the-water-droplet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Stones Turned This Week</title>
		<link>https://www.planetwater.org/2021/06/28/2878/</link>
					<comments>https://www.planetwater.org/2021/06/28/2878/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Mon, 28 Jun 2021 11:03:40 +0000</pubDate>
				<guid isPermaLink="false">http://www.planetwater.org/?p=2878</guid>

					<description><![CDATA[## Net News Wire [NetNewsWire 6](https://netnewswire.com) is now [on the (iOS, iPadOS) AppStore](https://nnw.ranchero.com/2021/06/22/netnewswire-for-ios.html)! Together [with NetNewsWire 6 on macOS](https://nnw.ranchero.com/2021/04/01/netnewswire-for-mac.html) it is a wonderful open RSS solution, offers iCloud sync that works well (and makes me think about my long-time, by now beloved, but not mentioned [on _DavidSmith&#8217;s blog](https://www.david-smith.org/blog/archives/) in quite some time, [Feed Wrangler](https://feedwrangler.net) subscription). [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>## Net News Wire</p>
<p>[NetNewsWire 6](https://netnewswire.com) is now [on the (iOS, iPadOS) AppStore](https://nnw.ranchero.com/2021/06/22/netnewswire-for-ios.html)! </p>
<p>Together [with NetNewsWire 6 on macOS](https://nnw.ranchero.com/2021/04/01/netnewswire-for-mac.html) it is a wonderful open RSS solution, offers iCloud sync that works well (and makes me think about my long-time, by now beloved, but not mentioned [on _DavidSmith&#8217;s blog](https://www.david-smith.org/blog/archives/) in quite some time, [Feed Wrangler](https://feedwrangler.net) subscription).</p>
<p>One feature that I use more than anticipated is NNW&#8217;s novel ability to subscribe to Twitter Accounts (even searches) like a feed. It&#8217;s not surprising given twitter&#8217;s gradual and steady deterioration of the timeline.</p>
<p>How else, other than NNW, do you keep track of RSS feeds?</p>
<p>Speaking of blogging, [Macdrifter seems to back from his hiatus](http://www.macdrifter.com). What a nice polarity to twitter &#8211; few posts, a lot of content! Also, I completely stole the title of this post from him.</p>
<p>## Marble Quarry</p>
<p>Admittedly, this video is another link [from Jason Kotke](https://kottke.org/21/06/the-best-commercial-about-a-rock-quarry-youll-see-today), but it has a strong connection to fractured rock hydrogeology, and hence is relevant for this site. The combination of the visuals from the open pit mine with its bulldozers together with the audio from an opera, is more delightful than expected. Then again, I am not so sure what to expect from an ad for a quarry.</p>
<p><iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/W7SiPZX55E8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>## Trinkwasser in Deutschland &#8212; Mengenproblematik</p>
<p>Obwohl wir (in Stuttgart) bisher eher ein durchschnittlich nasses Jahr haben, werden die Rufe nach mangelnder Wasserverfügbarkeit lauter.</p>
<figure align="center">
<img loading="lazy" decoding="async" style="display:block; margin-left:auto; margin-right:auto;" src="http://www.planetwater.org/wp-content/uploads/2021/06/18806_year_meo.png" alt="18806 year meo" title="18806_year_meo.png" border="0" width="600" height="240" /><figcaption>Hydrometeorologische Größen erstes Halbjahr 2021 im Vergleich zum langjährigen Schnitt <a href="https://lhg-902.iws.uni-stuttgart.de">an der Wetterstation der Uni Stuttgart</a>. </figcaption></figure>
<p>[Dürreperioden: Wird in Franken das Trinkwasser knapp? &#8211; Nürnberg &#8211; nordbayern.de](https://www.nordbayern.de/region/durreperioden-wird-in-franken-das-trinkwasser-knapp-1.11080126)</p>
<p>[Bundesamt für Bevölkerungsschutz warnt vor Trinkwasserknappheit](https://www.zeit.de/wissen/umwelt/2021-05/bbk-trinkwasserknappheit-deutschland-grundwasserspiegel-landwirtschaft-armin-schuster)</p>
<p>[Ein neuer See fürs Fränkische Seenland? &#8211; Gunzenhausen, Treuchtlingen, Weißenburg, Roth, Wassertrüdingen, Wassertrüdingen | Nordbayern](https://www.nordbayern.de/region/gunzenhausen/ein-neuer-see-furs-frankische-seenland-1.11173625)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2021/06/28/2878/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Thermally Enhanced Wall Vapour Extraction</title>
		<link>https://www.planetwater.org/2021/03/09/thermally-enhanced-wall-vapour-extraction/</link>
					<comments>https://www.planetwater.org/2021/03/09/thermally-enhanced-wall-vapour-extraction/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Tue, 09 Mar 2021 15:47:05 +0000</pubDate>
				<guid isPermaLink="false">http://www.planetwater.org/?p=2873</guid>

					<description><![CDATA[It&#8217;s been awfully quiet around here. [My delightful New Year&#8217;s resolutions](http://www.planetwater.org/2021/01/18/too-many-meetings/) are already in the can, and it&#8217;s only early March. As if there were not sufficient issues with a raging pandemic. Maybe the picture below tells you a little bit about my state of mind. This is how my bedroom and office has been [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s been awfully quiet around here. [My delightful New Year&#8217;s resolutions](http://www.planetwater.org/2021/01/18/too-many-meetings/) are already in the can, and it&#8217;s only early March. As if there were not sufficient issues with a raging pandemic.</p>
<p>Maybe the picture below tells you a little bit about my state of mind. This is how my bedroom and office has been looking. Thermally enhanced wall vapour extraction. The person who built a wastewater pipe in the shape of a double-S (yes, literally) should be ashamed for a long time.</p>
<figure align="center">
<img loading="lazy" decoding="async" style="display:block; margin-left:auto; margin-right:auto;" src="http://www.planetwater.org/wp-content/uploads/2021/03/wall.jpeg" alt="Wall" title="wall.jpeg" border="0" width="598" height="271" /><figcaption>Progress has been made!</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2021/03/09/thermally-enhanced-wall-vapour-extraction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Too Many Meetings</title>
		<link>https://www.planetwater.org/2021/01/18/too-many-meetings/</link>
					<comments>https://www.planetwater.org/2021/01/18/too-many-meetings/#respond</comments>
		
		<dc:creator><![CDATA[Claus]]></dc:creator>
		<pubDate>Mon, 18 Jan 2021 16:03:26 +0000</pubDate>
				<guid isPermaLink="false">http://www.planetwater.org/?p=2862</guid>

					<description><![CDATA[It&#8217;s mid-January. I had great New Year&#8217;s resolutions. I have already downgraded to &#8220;blog more&#8221;. Brian Romans started what he calls [&#8220;friday links&#8221; on twitter](https://twitter.com/clasticdetritus/status/1350098760211329024?s=20). Let&#8217;s say that I aim for something similar, but here on my blog. Which I have been neglecting. Starting to [write again on a blog that has been neglected, is [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s mid-January. I had great New Year&#8217;s resolutions. I have already downgraded to &#8220;blog more&#8221;. Brian Romans started what he calls [&#8220;friday links&#8221; on twitter](https://twitter.com/clasticdetritus/status/1350098760211329024?s=20). Let&#8217;s say that I aim for something similar, but here on my blog. Which I have been neglecting. Starting to [write again on a blog that has been neglected, is in style](https://donmelton.com/2021/01/15/a-metastasis-in-america/).</p>
<p>The thing that has been bothering me substantially before Christmas: too many meetings.<br />
To some extent, the &#8220;too many meetings&#8221; problem has been going on before Corona. At the early times of Corona (Spring 2020), there might have been actually less meetings. Currently, the situation seems as bad as it has ever been. One Webex or Zoom, meeting after meeting. It&#8217;s difficult to find time to get anything done. This has become very clear over the Christmas holidays.</p>
<p>[This article](https://www.bbc.com/worklife/article/20191111-blame-your-worthless-workdays-on-meeting-recovery-syndrome)  (via [Rui<br />
Carmo](https://taoofmac.com/space/links/2020/12/08/1051)) gets many things right.<br />
This I found particularly interesting:</p>
<p>> It’s even worse when a worker has several meetings that are separated by 30<br />
> minutes. “Not enough time to transition in a non-MRS situation to get anything<br />
> done, and in an MRS situation, not quite enough time to recover for the next<br />
> meeting,”</p>
<p>One remedy sounds simple but I am not sure how to achieve this: less meetings</p>
<p>> Less time in meetings would ultimately lead to more employee engagement in the<br />
> meetings they do attend, which experts agree is a proven remedy for future<br />
> cases of MRS.</p>
<p>So, &#8220;just&#8221; saying &#8220;no&#8221; more often!(?) Maybe more [tools and<br />
automation](https://www.relay.fm/automators/57)? Maybe [this high &#8211; profile<br />
advice](https://barackobama.medium.com/how-i-approach-the-toughest-decisions-dc1b165cdf2d) will help me to decide if I should accept a meeting. Also important: [he emphasises](https://twitter.com/BarackObama/status/1336679633769680898) that everybody should be prepared, everybody should speak. Breaks sometimes are no real<br />
breaks but are giving your brain time to digest thoughts. Even more, breaks are always necessary. And: everything is uncertain!</p>
<p>It is one thing to realise that everything is uncertain, but as [@dougmcneall](https://twitter.com/dougmcneall/status/1343175788145897472) points out: </p>
<p>> Making constant risk decisions is exhausting.</p>
<p>This brings us to Corona. During which the usual exhausted-ness seems to be amplified, e.g., with [sub-optimal working conditions](https://twitter.com/Hydrology_WSL/status/1347434945933942785), and with kids at home. Like [Hayley Fowler points out](https://twitter.com/HayleyJFowler/status/1346399804600029191): <em>I&#8217;m just tired of everything</em>. Like [Brent Simmons point outs](https://twitter.com/brentsimmons/status/1350165117913231372): </p>
<p>> &#8220;I’ve been haunted since hearing, in the early days of the pandemic, that if we all wore masks for six weeks this thing would be over. I was there. I’ve done that for six weeks, and another six weeks, and another. And now it’s worse than ever. It’s a challenge not to be angry. There are healthy, uninfected people right now, today, who are excited for the vaccine and who will die before they get it.</p>
<p>## Teaching Experiences</p>
<p>&#8211; webex (which we use at the University of Stuttgart), has now the ability to share the iPad&#8217;s screen! It might have been there before, but I realised it existed only on Monday. Before, I knew that zoom can do it. Anyways, this has proven to be a nice tool for teaching sequentially and more spontaneously than an animated slideshow.</p>
<p>&#8211; I&#8217;ve upgraded to [JupyterLab 3](https://jupyterlab.readthedocs.io/en/latest/user/debugger.html) with it&#8217;s visual debugger. Very nice, also for teaching! [This ranked list of awesome Jupyter Notebook, Hub and Lab projects](https://github.com/ml-tooling/best-of-jupyter) (extensions, kernels, tools), that is updated weekly, provides also very many useful hints!</p>
<p>## Ending</p>
<p>&#8211; [France](https://geoservices.ign.fr/documentation/diffusion/telechargement-donnees-libres.html) and [Switzerland](https://www.swisstopo.admin.ch/en/swisstopo/free-geodata.html) have a great [free data policy](https://twitter.com/seamap/status/1345607567804915712)</p>
<p>&#8211; The [Acropolis museum is now accessible online](https://www.theacropolismuseum.gr/en/digital-museum)</p>
<p>&#8211; I re-built an old Dell Latitude 6410 with Ubuntu 20.10 – and it works great (except for the screen after sleeping). But it has been serving us (and my kid) great for instructional videos and moodle!</p>
<p>## With Input from<br />
&#8211; [Brian Romans ?? (@clasticdetritus) / Twitter](https://twitter.com/clasticdetritus)<br />
&#8211; [Don Melton (@donmelton) / Twitter](https://twitter.com/donmelton)<br />
&#8211; [Rui Carmo (@rcarmo) / Twitter](https://twitter.com/rcarmo)<br />
&#8211; [Dr Doug McNeall (@dougmcneall) / Twitter](https://twitter.com/dougmcneall)<br />
&#8211; [Prof Hayley J. Fowler (@HayleyJFowler) / Twitter](https://twitter.com/HayleyJFowler)<br />
&#8211; [Barack Obama (@BarackObama) / Twitter](https://twitter.com/BarackObama)<br />
&#8211; [Brent Simmons (@brentsimmons) / Twitter](https://twitter.com/brentsimmons)<br />
&#8211; [Massimiliano Zappa (@Hydrology_WSL) / Twitter](https://twitter.com/Hydrology_WSL)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.planetwater.org/2021/01/18/too-many-meetings/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
