diff --git a/content/posts/MonthlyNov2021.md b/content/posts/MonthlyNov2021.md index a0a1632..233feae 100644 --- a/content/posts/MonthlyNov2021.md +++ b/content/posts/MonthlyNov2021.md @@ -1,59 +1,43 @@ --- title: "This month in AvaFrame - November 2021 edition" date: 2021-12-03T00:00:00+01:00 -draft: true +draft: false --- -Qgis Connector -Webinar +Welcome to our monthly update for November. -Feeback -working MacOs +There are some changes especially for those wanting to try and test AvaFrame: -Some problem related to QGis +- the AvaFrame QGis Connector is now out of the experimental state, so it is easily installable via the QGis plugins +manager. No more need to enable experimental plugins. See +[QGis plugin directory](https://plugins.qgis.org/plugins/avaframeConnector/). +- We had our first webinar with about 15 test users. This group is testing AvaFrame from an operational point of view. +The first feedback is already rolling in, and we already discovered some more snags. However, so far nothing too serious. +Some, as yet to be solved, problems concern file access rights on windows machines. If you hit a similar problem, we'd +be happy to hear from you! (e.g. via a github bug report...) -We're back from summer! And with some exciting news too! +- For those working on MacOS: there are successful installations on current MacOS versions. The safest way seems to be +to install QGis via conda (anaconda; conda-forge). -[Version 0.6](https://github.com/avaframe/AvaFrame/releases/tag/v0.6), -the **QGis/pypi and testing** - release, was published. +- We are investing more effort into the improvement of our testing. Both unit testing and model testing are tackled. + This is applied right away for current developments like the ongoing investigation into initial particle distribution + methods. -So what is included in this release? +- Work is also being done on the similarity solution test, comparing DFA results to an analytic solution. -- The installation process was completely changed and (hopefully) made a lot easier for you: - - installation of AvaFrame is now working via [pypi](https://pypi.org/project/avaframe/), - i.e. through *pip install avaframe*. - - the *pip* install is provided for Windows, Linux and MacOS for python versions *> 3.6*. Note that - we did not test MacOS (anyone got a free Macbook lying around?! :-); seriously: if you work on MacOS - we'd be happy about some feedback!) - - the QGis connector plugin is now in the public - [QGis plugin directory](https://plugins.qgis.org/plugins/avaframeConnector/) - and installable via the QGis plugin manager. This allows you to run the standard operational - workflow from within QGis. - - see our [installation instructions](https://docs.avaframe.org/en/latest/installation.html) for more information +- As mentioned last month, a, what we call *hybrid model* is being developed. This includes automatic path finding + from a combination of DFA simulations (com1DFA) and alpha beta results (com2AB). Expect the full module hitting our + code base soon. -- Our testing / code coverage has improved considerably. We are still long ways away from perfect, but this is an - ongoing process. As a side-note: we switched from codecoverage to codeclimate as service provider, since we felt we - gain more insights this way. - -- Modules with the most substantial changes are: - - *com1DFA*: - - any resolution is possible (also see the new [FAQ](https://docs.avaframe.org/en/latest/FAQ.html)) - - option to track particles by ID and know which parent particle they originate from. - - include entrainment thickness from shapefiles - - new option for the initialisation of particle mass - - *ana3AIMEC*: adjust raster cellsize (for different resolutions) and mass analysis plots +- The documentation now includes information about an extended method to split and/or merge particles during computation +of the com1DFA module. See [here](https://docs.avaframe.org/en/latest/DFAnumerics.html?highlight=merge#particle-splitting-and-merging) +for more information. -- And as always: many more functional changes under the hood, see the main ones in our - [release notes](https://docs.avaframe.org/en/latest/releaseNotes.html). - -We invite you to give this version a try, especially the *standard installation using QGis*. Please let us know -if you run into problems (which you will...). We are looking forward to your feedback! +We plan on offering a **public webinar** for everyone interested. It is currently set for the beginning of February, +watch this space for an announcement soon! -And since I can see fresh snow up on the mountains from where I'm writing this: let the next avalanche season begin... - -Till next month, +That's it for this month, happy skiing, snowboarding or whatever satisfies your winter-y needs! Felix - diff --git a/public/404.html b/public/404.html index 9339696..2e74f9a 100644 --- a/public/404.html +++ b/public/404.html @@ -40,7 +40,7 @@ - + diff --git a/public/about/index.html b/public/about/index.html index 1b672a9..09ece76 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/categories/index.html b/public/categories/index.html index f875b69..668d176 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/contact/index.html b/public/contact/index.html index 2d0004d..ac5693c 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/index.html b/public/index.html index 6f2e660..32fb6ff 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@ - + @@ -108,6 +108,10 @@
diff --git a/public/index.xml b/public/index.xml index 5a7504d..7bdae91 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,7 +6,19 @@ Recent content on AvaFrame Hugo -- gohugo.io en - Fri, 05 Nov 2021 00:00:00 +0100 + Fri, 03 Dec 2021 00:00:00 +0100 + + This month in AvaFrame - November 2021 edition + https://avaframe.org/posts/monthlynov2021/ + Fri, 03 Dec 2021 00:00:00 +0100 + + https://avaframe.org/posts/monthlynov2021/ + Welcome to our monthly update for November. +There are some changes especially for those wanting to try and test AvaFrame: + the AvaFrame QGis Connector is now out of the experimental state, so it is easily installable via the QGis plugins manager. No more need to enable experimental plugins. See QGis plugin directory. + We had our first webinar with about 15 test users. This group is testing AvaFrame from an operational point of view. + + This month in AvaFrame - October 2021 edition https://avaframe.org/posts/monthlyoct2021/ diff --git a/public/page/2/index.html b/public/page/2/index.html index 0647165..fda7baf 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -40,7 +40,7 @@ - + @@ -108,6 +108,10 @@
diff --git a/public/page/3/index.html b/public/page/3/index.html index 5af0790..a3563f1 100644 --- a/public/page/3/index.html +++ b/public/page/3/index.html @@ -40,7 +40,7 @@ - + @@ -108,6 +108,10 @@
    +
  • + 1. Apr, 2020Position numerics CLOSED +
  • +
  • 27. Feb, 2020Open position numerics
  • diff --git a/public/posts/index.html b/public/posts/index.html index 027fb73..8c15e0b 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -44,7 +44,7 @@ - + @@ -92,6 +92,10 @@

    Posts

    diff --git a/public/posts/index.xml b/public/posts/index.xml index dbe6c6c..2b57d11 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -6,7 +6,19 @@ Recent content in Posts on AvaFrame Hugo -- gohugo.io en - Fri, 05 Nov 2021 00:00:00 +0100 + Fri, 03 Dec 2021 00:00:00 +0100 + + This month in AvaFrame - November 2021 edition + https://avaframe.org/posts/monthlynov2021/ + Fri, 03 Dec 2021 00:00:00 +0100 + + https://avaframe.org/posts/monthlynov2021/ + Welcome to our monthly update for November. +There are some changes especially for those wanting to try and test AvaFrame: + the AvaFrame QGis Connector is now out of the experimental state, so it is easily installable via the QGis plugins manager. No more need to enable experimental plugins. See QGis plugin directory. + We had our first webinar with about 15 test users. This group is testing AvaFrame from an operational point of view. + + This month in AvaFrame - October 2021 edition https://avaframe.org/posts/monthlyoct2021/ diff --git a/public/posts/monthlyapr2021/index.html b/public/posts/monthlyapr2021/index.html index 56817ed..becb18c 100644 --- a/public/posts/monthlyapr2021/index.html +++ b/public/posts/monthlyapr2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyaug2020/index.html b/public/posts/monthlyaug2020/index.html index eb1886e..acc90dc 100644 --- a/public/posts/monthlyaug2020/index.html +++ b/public/posts/monthlyaug2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlydec2020/index.html b/public/posts/monthlydec2020/index.html index 8659c01..f634693 100644 --- a/public/posts/monthlydec2020/index.html +++ b/public/posts/monthlydec2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyfeb2021/index.html b/public/posts/monthlyfeb2021/index.html index 97a5c75..54299d4 100644 --- a/public/posts/monthlyfeb2021/index.html +++ b/public/posts/monthlyfeb2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyjan2021/index.html b/public/posts/monthlyjan2021/index.html index dbd28e5..a4f1d52 100644 --- a/public/posts/monthlyjan2021/index.html +++ b/public/posts/monthlyjan2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyjul2020/index.html b/public/posts/monthlyjul2020/index.html index 665c74c..3fdc48f 100644 --- a/public/posts/monthlyjul2020/index.html +++ b/public/posts/monthlyjul2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlymar2021/index.html b/public/posts/monthlymar2021/index.html index 3f94023..37d5a19 100644 --- a/public/posts/monthlymar2021/index.html +++ b/public/posts/monthlymar2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlymay2021/index.html b/public/posts/monthlymay2021/index.html index 2e35146..063556f 100644 --- a/public/posts/monthlymay2021/index.html +++ b/public/posts/monthlymay2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlymeeting/index.html b/public/posts/monthlymeeting/index.html index 33e9174..6ac0c77 100644 --- a/public/posts/monthlymeeting/index.html +++ b/public/posts/monthlymeeting/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlynov2020/index.html b/public/posts/monthlynov2020/index.html index 8e907b1..26e65e7 100644 --- a/public/posts/monthlynov2020/index.html +++ b/public/posts/monthlynov2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlynov2021/index.html b/public/posts/monthlynov2021/index.html new file mode 100644 index 0000000..810436b --- /dev/null +++ b/public/posts/monthlynov2021/index.html @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + This month in AvaFrame - November 2021 edition - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +

    This month in AvaFrame - November 2021 edition

    +

    December 3, 2021

    + + +
    + +

    Welcome to our monthly update for November.

    +

    There are some changes especially for those wanting to try and test AvaFrame:

    +
      +
    • +

      the AvaFrame QGis Connector is now out of the experimental state, so it is easily installable via the QGis plugins +manager. No more need to enable experimental plugins. See +QGis plugin directory.

      +
    • +
    • +

      We had our first webinar with about 15 test users. This group is testing AvaFrame from an operational point of view. +The first feedback is already rolling in, and we already discovered some more snags. However, so far nothing too serious. +Some, as yet to be solved, problems concern file access rights on windows machines. If you hit a similar problem, we’d +be happy to hear from you! (e.g. via a github bug report…)

      +
    • +
    • +

      For those working on MacOS: there are successful installations on current MacOS versions. The safest way seems to be +to install QGis via conda (anaconda; conda-forge).

      +
    • +
    • +

      We are investing more effort into the improvement of our testing. Both unit testing and model testing are tackled. +This is applied right away for current developments like the ongoing investigation into initial particle distribution +methods.

      +
    • +
    • +

      Work is also being done on the similarity solution test, comparing DFA results to an analytic solution.

      +
    • +
    • +

      As mentioned last month, a, what we call hybrid model is being developed. This includes automatic path finding +from a combination of DFA simulations (com1DFA) and alpha beta results (com2AB). Expect the full module hitting our +code base soon.

      +
    • +
    • +

      The documentation now includes information about an extended method to split and/or merge particles during computation +of the com1DFA module. See here +for more information.

      +
    • +
    +

    We plan on offering a public webinar for everyone interested. It is currently set for the beginning of February, +watch this space for an announcement soon!

    +

    That’s it for this month, happy skiing, snowboarding or whatever satisfies your winter-y needs!

    +

    Felix

    + +
    + +
    + + + +
    + +
    + +
    + +
    +
    +
    + +

    Want to contact us? Visit our matrix room at: + #public:matrix.avaframe.org

    + +
    +
    + + +
    + + + + + + + diff --git a/public/posts/monthlyoct2020/index.html b/public/posts/monthlyoct2020/index.html index 61e5251..0d8cacf 100644 --- a/public/posts/monthlyoct2020/index.html +++ b/public/posts/monthlyoct2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyoct2021/index.html b/public/posts/monthlyoct2021/index.html index 778b4c7..dc13f61 100644 --- a/public/posts/monthlyoct2021/index.html +++ b/public/posts/monthlyoct2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlysep2020/index.html b/public/posts/monthlysep2020/index.html index 4312084..7e50051 100644 --- a/public/posts/monthlysep2020/index.html +++ b/public/posts/monthlysep2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyseptember2021/index.html b/public/posts/monthlyseptember2021/index.html index b86b75e..3071694 100644 --- a/public/posts/monthlyseptember2021/index.html +++ b/public/posts/monthlyseptember2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/openpositionnumerics/index.html b/public/posts/openpositionnumerics/index.html index d2b162b..783c407 100644 --- a/public/posts/openpositionnumerics/index.html +++ b/public/posts/openpositionnumerics/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/page/2/index.html b/public/posts/page/2/index.html index 9162807..ecc2818 100644 --- a/public/posts/page/2/index.html +++ b/public/posts/page/2/index.html @@ -44,7 +44,7 @@ - + @@ -92,6 +92,10 @@

    Posts

    diff --git a/public/posts/page/3/index.html b/public/posts/page/3/index.html new file mode 100755 index 0000000..40e4df6 --- /dev/null +++ b/public/posts/page/3/index.html @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + Posts - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +

    Posts

    + + + + + + + +
      + + +
    • «
    • + + + + + + + + + + +
    • 1
    • + + + + + + + + + +
    • 2
    • + + + + + + + + + +
    • 3
    • + + + + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +

    Want to contact us? Visit our matrix room at: + #public:matrix.avaframe.org

    + +
    +
    + + +
    + + + + + + + diff --git a/public/posts/positionnumericsclosed/index.html b/public/posts/positionnumericsclosed/index.html index 7539824..3854130 100644 --- a/public/posts/positionnumericsclosed/index.html +++ b/public/posts/positionnumericsclosed/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/projectstart/index.html b/public/posts/projectstart/index.html index 55dac72..4f4d241 100644 --- a/public/posts/projectstart/index.html +++ b/public/posts/projectstart/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/publicproto/index.html b/public/posts/publicproto/index.html index ebe82be..8712a4c 100644 --- a/public/posts/publicproto/index.html +++ b/public/posts/publicproto/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/version0_1/index.html b/public/posts/version0_1/index.html index 22a924e..565aa18 100644 --- a/public/posts/version0_1/index.html +++ b/public/posts/version0_1/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/version0_2/index.html b/public/posts/version0_2/index.html index da35faf..38bb654 100644 --- a/public/posts/version0_2/index.html +++ b/public/posts/version0_2/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/version0_3/index.html b/public/posts/version0_3/index.html index 20e40ae..c723a56 100644 --- a/public/posts/version0_3/index.html +++ b/public/posts/version0_3/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/sitemap.xml b/public/sitemap.xml index ea13567..2b610d7 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,10 +3,13 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://avaframe.org/ - 2021-11-05T00:00:00+01:00 + 2021-12-03T00:00:00+01:00 https://avaframe.org/posts/ - 2021-11-05T00:00:00+01:00 + 2021-12-03T00:00:00+01:00 + + https://avaframe.org/posts/monthlynov2021/ + 2021-12-03T00:00:00+01:00 https://avaframe.org/posts/monthlyoct2021/ 2021-11-05T00:00:00+01:00 diff --git a/public/tags/index.html b/public/tags/index.html index 11cf524..59353f0 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -44,7 +44,7 @@ - +