Add post regarding public protoype

master
Felix Oesterle 5 years ago
parent 035ecd4547
commit d424d21532

@ -0,0 +1,64 @@
---
title: "Public prototype and monthly update"
date: 2021-07-14T07:08:58+01:00
draft: false
---
In case you wondered where your beloved monthly update is, it was delayed due to
us working on a big announcement:
We released [version 0.5](https://github.com/avaframe/AvaFrame/releases/tag/v0.5)
our so called **public prototype**.
So now why is this big? (Apart from being a project milestone, which you couldn't
care less about I guess)
**This is the first release that is being tested for
application in operational hazard mapping.**
To achieve this, quite a few things changed:
- Version 0.4 saw us switching to our own code for the dense flow module
com1DFA. The original module is still available, but our development efforts
will now focus on the new one.
- With version 0.5 we completely overhauled and updated the documentation to include things
like:
- updated descriptions of the modules
- installation instructions for Windows
- new DFA algorithm [description page](https://docs.avaframe.org/en/latest/com1DFAAlgorithm.html)
- and many more changes...
- We created a [new repository](https://github.com/avaframe/QGisAF) for the
connection between QGis and AvaFrame. This means you can run our operational
workflow from inside QGis. It is a setup for running com1DFA (dense flow) and
com2AB (alpha beta), in which you can change
release thicknesses and run multiple scenarios, but the rest of the setup is
according to our current default setup.
- and many more functional changes under the hood, see the main ones in our
[release notes](https://docs.avaframe.org/en/latest/releaseNotes.html).
- Together with C. Tollinger (Fachzentrum f. Geologie und Lawinen, WLV) we
developed a visualisation of the main peak variables based on colormaps that
works better for people with vision deficiencies (e.g. red/green blindness).
These plots now work for normal vision, red/green deficiency and in grayscale.
See examples for the test case ALR at the end of this post.
We invite you to give this version a try, but expect some rough edges.
But whatever you do, enjoy your summer (or your winter for the southern
hemisphere guys out there)!
Signing out for summer,
Felix
Peak flow depth
![Example image](/img/FZGL_PFD.jpg)
Peak flow pressure
![Example image](/img/FZGL_PPR.jpg)
Peak flow velocity
![Example image](/img/FZGL_PFV.jpg)

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

@ -100,6 +100,10 @@
<div class="content centered">
<ul>
<li>
<span>14. Jul, 2021</span><a href="https://avaframe.org/posts/publicproto/">Public prototype and monthly update</a>
</li>
<li>
<span>9. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
</li>
@ -136,10 +140,6 @@
<span>28. Dec, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
</li>
<li>
<span>29. Nov, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
</li>
</ul>
</div>
@ -171,10 +171,20 @@
<li><a href="/page/3/">3</a></li>
<li class="hidden"><a href="/page/2/">&rsaquo;</a></li>
<li><a href="/page/2/">&raquo;</a></li>
<li><a href="/page/3/">&raquo;</a></li>
</ul>

@ -6,7 +6,20 @@
<description>Recent content on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Wed, 09 Jun 2021 10:46:51 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 14 Jul 2021 07:08:58 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Public prototype and monthly update</title>
<link>https://avaframe.org/posts/publicproto/</link>
<pubDate>Wed, 14 Jul 2021 07:08:58 +0100</pubDate>
<guid>https://avaframe.org/posts/publicproto/</guid>
<description>In case you wondered where your beloved monthly update is, it was delayed due to us working on a big announcement:
We released version 0.5 our so called public prototype.
So now why is this big? (Apart from being a project milestone, which you couldn&amp;rsquo;t care less about I guess)
This is the first release that is being tested for application in operational hazard mapping.
To achieve this, quite a few things changed:</description>
</item>
<item>
<title>Monthly public meeting</title>
<link>https://avaframe.org/posts/monthlymeeting/</link>

@ -100,6 +100,10 @@
<div class="content centered">
<ul>
<li>
<span>29. Nov, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
</li>
<li>
<span>6. Nov, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
</li>
@ -136,10 +140,6 @@
<span>26. Feb, 2020</span><a href="https://avaframe.org/about/">About</a>
</li>
<li>
<span>26. Feb, 2020</span><a href="https://avaframe.org/contact/">Contact</a>
</li>
</ul>
</div>
@ -176,6 +176,21 @@
<li><a href="/page/3/">3</a></li>
<li class="hidden"><a href="/page/3/">&rsaquo;</a></li>
<li><a href="/page/3/">&raquo;</a></li>
</ul>

@ -0,0 +1,183 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="AvaFrame">
<meta name="description" content="The open source avalanche framework">
<meta name="keywords" content="project,avalanche">
<meta property="og:site_name" content="AvaFrame">
<meta property="og:title" content="AvaFrame">
<meta property="og:description" content="The open source avalanche framework">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/">
<meta property="og:image" content="https://avaframe.orgimages/tn.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/">
<meta name="twitter:image" content="https://avaframe.orgimages/tn.png">
<base href="https://avaframe.org/">
<title>AvaFrame</title>
<link rel="canonical" href="https://avaframe.org/">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.83.1" />
</head>
<body class="">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/">AvaFrame</a>
<input type="checkbox" id="menu-control"/>
<label class="menu-mobile float-right " for="menu-control">
<span class="btn-mobile float-right ">&#9776;</span>
<ul class="navigation-list">
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/about">About</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
</li>
</ul>
</label>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<div class="avatar"><img src="https://avaframe.org/images/AvaFrameLogo.svg" alt="Logo AvaFrame The
open avalanche framework"></div>
<p style="text-align:center;">
</p>
</div>
</section>
<section class="container list">
<div class="content centered">
<ul>
<li>
<span>26. Feb, 2020</span><a href="https://avaframe.org/contact/">Contact</a>
</li>
</ul>
</div>
<ul class="pagination">
<li><a href="/">&laquo;</a></li>
<li class="hidden"><a href="/page/2/">&lsaquo;</a></li>
<li><a href="/">1</a></li>
<li><a href="/page/2/">2</a></li>
<li>3</li>
</ul>
</section>
</div>
<footer class="footer">
</footer>
<div class="fixed-bar">
<section class="container">
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
#public:matrix.avaframe.org</a></p>
</section>
</div>
</main>
<script src="https://avaframe.org/js/app.js"></script>
</body>
</html>

@ -84,6 +84,10 @@
<h1 class="title">Posts</h1>
<ul>
<li>
<span>July 14, 2021</span><a href="https://avaframe.org/posts/publicproto/">Public prototype and monthly update</a>
</li>
<li>
<span>June 9, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
</li>
@ -120,10 +124,6 @@
<span>December 28, 2020</span><a href="https://avaframe.org/posts/version0_2/">Release version 0.2</a>
</li>
<li>
<span>November 29, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
</li>
</ul>

@ -6,7 +6,20 @@
<description>Recent content in Posts on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Wed, 09 Jun 2021 10:46:51 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Wed, 14 Jul 2021 07:08:58 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Public prototype and monthly update</title>
<link>https://avaframe.org/posts/publicproto/</link>
<pubDate>Wed, 14 Jul 2021 07:08:58 +0100</pubDate>
<guid>https://avaframe.org/posts/publicproto/</guid>
<description>In case you wondered where your beloved monthly update is, it was delayed due to us working on a big announcement:
We released version 0.5 our so called public prototype.
So now why is this big? (Apart from being a project milestone, which you couldn&amp;rsquo;t care less about I guess)
This is the first release that is being tested for application in operational hazard mapping.
To achieve this, quite a few things changed:</description>
</item>
<item>
<title>Monthly public meeting</title>
<link>https://avaframe.org/posts/monthlymeeting/</link>

@ -84,6 +84,10 @@
<h1 class="title">Posts</h1>
<ul>
<li>
<span>November 29, 2020</span><a href="https://avaframe.org/posts/monthlynov2020/">This month in AvaFrame - November 2020 edition</a>
</li>
<li>
<span>November 6, 2020</span><a href="https://avaframe.org/posts/version0_1/">Initial release version 0.1</a>
</li>

@ -0,0 +1,180 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="AvaFrame">
<meta name="description" content="https://avaframe.org">
<meta name="keywords" content="project,avalanche">
<meta property="og:site_name" content="AvaFrame">
<meta property="og:title" content="
Public prototype and monthly update - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/publicproto/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/publicproto/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/publicproto/">
<title>
Public prototype and monthly update - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/publicproto/">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.83.1" />
</head>
<body class="">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/">AvaFrame</a>
<input type="checkbox" id="menu-control"/>
<label class="menu-mobile float-right " for="menu-control">
<span class="btn-mobile float-right ">&#9776;</span>
<ul class="navigation-list">
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/about">About</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
</li>
</ul>
</label>
</section>
</nav>
<div class="content">
<section class="container post">
<article>
<header>
<h1 class="title">Public prototype and monthly update</h1>
<h2 class="date">July 14, 2021</h2>
</header>
<p>In case you wondered where your beloved monthly update is, it was delayed due to
us working on a big announcement:</p>
<p>We released <a href="https://github.com/avaframe/AvaFrame/releases/tag/v0.5">version 0.5</a>
our so called <strong>public prototype</strong>.</p>
<p>So now why is this big? (Apart from being a project milestone, which you couldn&rsquo;t
care less about I guess)</p>
<p><strong>This is the first release that is being tested for
application in operational hazard mapping.</strong></p>
<p>To achieve this, quite a few things changed:</p>
<ul>
<li>
<p>Version 0.4 saw us switching to our own code for the dense flow module
com1DFA. The original module is still available, but our development efforts
will now focus on the new one.</p>
</li>
<li>
<p>With version 0.5 we completely overhauled and updated the documentation to include things
like:</p>
<ul>
<li>updated descriptions of the modules</li>
<li>installation instructions for Windows</li>
<li>new DFA algorithm <a href="https://docs.avaframe.org/en/latest/com1DFAAlgorithm.html">description page</a></li>
<li>and many more changes&hellip;</li>
</ul>
</li>
<li>
<p>We created a <a href="https://github.com/avaframe/QGisAF">new repository</a> for the
connection between QGis and AvaFrame. This means you can run our operational
workflow from inside QGis. It is a setup for running com1DFA (dense flow) and
com2AB (alpha beta), in which you can change
release thicknesses and run multiple scenarios, but the rest of the setup is
according to our current default setup.</p>
</li>
<li>
<p>and many more functional changes under the hood, see the main ones in our
<a href="https://docs.avaframe.org/en/latest/releaseNotes.html">release notes</a>.</p>
</li>
<li>
<p>Together with C. Tollinger (Fachzentrum f. Geologie und Lawinen, WLV) we
developed a visualisation of the main peak variables based on colormaps that
works better for people with vision deficiencies (e.g. red/green blindness).
These plots now work for normal vision, red/green deficiency and in grayscale.
See examples for the test case ALR at the end of this post.</p>
</li>
</ul>
<p>We invite you to give this version a try, but expect some rough edges.
But whatever you do, enjoy your summer (or your winter for the southern
hemisphere guys out there)!</p>
<p>Signing out for summer,
Felix</p>
<p>Peak flow depth
<img src="/img/FZGL_PFD.jpg" alt="Example image"></p>
<p>Peak flow pressure
<img src="/img/FZGL_PPR.jpg" alt="Example image"></p>
<p>Peak flow velocity
<img src="/img/FZGL_PFV.jpg" alt="Example image"></p>
</article>
<br/>
</section>
</div>
<footer class="footer">
</footer>
<div class="fixed-bar">
<section class="container">
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
#public:matrix.avaframe.org</a></p>
</section>
</div>
</main>
<script src="https://avaframe.org/js/app.js"></script>
</body>
</html>

@ -3,12 +3,15 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://avaframe.org/</loc>
<lastmod>2021-06-09T10:46:51+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlymeeting/</loc>
<lastmod>2021-06-09T10:46:51+01:00</lastmod>
<lastmod>2021-07-14T07:08:58+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/</loc>
<lastmod>2021-07-14T07:08:58+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/publicproto/</loc>
<lastmod>2021-07-14T07:08:58+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlymeeting/</loc>
<lastmod>2021-06-09T10:46:51+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlymay2021/</loc>

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB