Add post regarding public protoype
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
|
||||

|
||||
|
||||
Peak flow pressure
|
||||

|
||||
|
||||
Peak flow velocity
|
||||

|
||||
|
||||
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 |
@ -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 ">☰</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="/">«</a></li>
|
||||
|
||||
<li class="hidden"><a href="/page/2/">‹</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>
|
||||
@ -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 ">☰</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’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 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>
|
||||
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 |
Reference in New Issue