OpenNHM

OPEN NATURAL HAZARD MODELING

This month in AvaFrame - October 2024 edition

Welcome to the October 2024 update:

This month we are getting ready for our next release, which will contain quite a few things under the hood. And fixes a few things for the newest version of python modules.

Our intern hit the ground running and improved our documentation by adding a part about the advanced usage installation on windows. Head over to advanded installation if that’s relevant for you. Expect the next version to come out soon.


This month in AvaFrame - September 2024 edition

Welcome to the September 2024 update:

Work this month includes:

And we welcome a new intern , already tackling issues around documentation, ini files and more.

Felix


This month in AvaFrame - August 2024 edition

Welcome to the August 2024 update:

Again a slower month but with some work done on:

  • the ISeeSnow paper (we will contact all contributors by the end of autumn)
  • improvements on com4FlowPy
  • add detrainment more consistently
  • update com2AB code structure to fit our current style
  • fix and improve analysis plots

Felix


This month in AvaFrame - July 2024 edition

Welcome to the July 2024 update:

The slower summer months started now, but that doesn’t mean nothing is happening:

Apart from plenty of com4FlowPy improvements, we also implemented detrainment in com1DFA resistance areas. This is highly experimental and not yet tested. These developments aim at improving the representation for forest interaction. They are triggered by a small side project (ForestFrame), which addresses the current status and potential improvements of forest representation in com1DFA. Another goal is to provide test cases with forest interaction in a separate repository (see github data repository ), which will hopefully grow bigger in time.


This month in AvaFrame - June 2024 edition

Welcome to the June 2024 update:

We took part in the Interpraevent 2024 conference in Vienna with a workshop about AvaFrame. The room was full, and it was cool to see so much interest in our project.

There was also a talk and a poster with AvaFrame references:

  • Michael Mölk: Rock-avalanche Fluchthorn: Back-calculation of the event with the open source model AvaFrame
  • Oesterle et.al: The AvaFrame digital toolbox for avalanches as a component of natural hazard risk assessment

You will find these topics in the proceedings too, which at the moment are only preliminary: Interpraevent Homepage


This month in AvaFrame - May 2024 edition

Welcome to the May 2024 update:

The development this month tackled 3 main topics:

  • changes in the way com1DFA handles resistance areas. This includes a breaking change if you adapted your resistance parameters! If you did not adapt them, then no action from your part is needed. The current settings replicate the previous default settings. See the release notes below for more information.
  • adjustments regarding the supported python version in our releases. We dropped python 3.7 and included version 3.12.
  • include current developments in com4FlowPy.

Some of this is packed into Version 1.8.2 , which adds python 3.12 to the releases, and Version 1.8.3 , fixing a release pipeline problem.


Release Version 1.8.3

Today we released Version 1.8.3

QGis users please note: do not forget to run Admin -> Update AvaFrame from within the toolbox to receive the updated core as well.

This release fixes the CI build pipeline to include 3.12 on max os and windows.

What’s Changed

Full Changelog: https://github.com/avaframe/AvaFrame/compare/1.8.2...1.8.3


Release Version 1.8.2

Today we released Version 1.8.2

QGis users please note: do not forget to run Admin -> Update AvaFrame from within the toolbox to receive the updated core as well.

This version adds Python 3.12 to the release script.

If you used and changed resistance parameters (not the outlines/shapes in QGis), this version includes a breaking change! See #970 for more information.

What’s Changed

Full Changelog: https://github.com/avaframe/AvaFrame/compare/1.8.1...1.8.2


This month in AvaFrame - April 2024 edition

Welcome to the April 2024 update:

This month the EGU 24 ISeeSnow presentation and meeting took place. Thanks to all participants, it was a very interesting and motivating meeting. We will now start with collecting and describing all results in a peer reviewed paper.

We also released Version 1.8.1 , which contains a bug fix in com2AB.

Felix


Release Version 1.8.1

Today we released Version 1.8.1

QGis users please note: do not forget to run Admin -> Update AvaFrame from within the toolbox to receive the updated core as well.

This release fixes a bug/problem with com2AB in which the chosen interpolation method led to points being offset from the original profile. (Thanks @CT for reporting this)

What’s Changed

Full Changelog: https://github.com/avaframe/AvaFrame/compare/1.8...1.8.1