You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
189 lines
6.4 KiB
HTML
189 lines
6.4 KiB
HTML
<!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.89.4" />
|
|
</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 ">☰</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://docs.avaframe.org">Documentation</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</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’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…</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 people out there)!</p>
|
|
<p>Signing out for summer,</p>
|
|
<p>Felix</p>
|
|
<p>Peak flow depth
|
|
<img src="/img/FZGL_PFD.jpg" alt="Peak flow depth"></p>
|
|
<p>Peak flow pressure
|
|
<img src="/img/FZGL_PPR.jpg" alt="Peak pressure"></p>
|
|
<p>Peak flow velocity
|
|
<img src="/img/FZGL_PFV.jpg" alt="Peak flow velocity"></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>
|