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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

162 lines
5.2 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="
This month in AvaFrame - December 2020 edition - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/monthlydec2020/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/monthlydec2020/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/monthlydec2020/">
<title>
This month in AvaFrame - December 2020 edition - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/monthlydec2020/">
<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.79.0" />
</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">This month in AvaFrame - December 2020 edition</h1>
<h2 class="date">December 29, 2020</h2>
</header>
<p>Welcome to this years last monthly update.</p>
<ul>
<li>
<p>This month we concentrated on getting more tests into our repository. We now
have included all 6 realistic topographies with release areas and benchmark
results in our test scripts. We also expanded our routine testing with pytest
to more functions/modules. And those testing DEM&rsquo;s, as well as the release
areas, are freely available in the repository, see the <em>data</em> directory.</p>
</li>
<li>
<p>The availability of these test cases lead to the release of <strong>version 0.2</strong>.
Read our last <a href="https://avaframe.org/posts/version0_2/">post</a> to get to know
more about it.</p>
</li>
<li>
<p>We started including tools and functions regarding the generation of probability
maps. These range from basic functions for sample generation with different
distribution all the way to kernel distribution plots.</p>
</li>
<li>
<p>Fixing a few niggles, like consistent ASCII writing, updating of docstrings
for the documentation and other documentation improvements (i.e. <em>how to add
test cases</em>).</p>
</li>
<li>
<p>One big thing to be filled in future: we started a glossary where we define
commonly used terms. We want to use these terms consistently throughout all
modules. And yes: we are aware this will lead to tons of discussions :-) .</p>
</li>
<li>
<p>For our python version of the dense flow kernel, we looked into particle
distribution, mesh generation and the (potential) application of SPH on a 3d
surface.</p>
</li>
</ul>
<p>We wish you all a happy new year 2021! On to an exciting next year!</p>
<p>Felix</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>