From 6da2d4d5480ab0c0ace2b7b1b80e3af1aa1a0aa2 Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Thu, 7 Oct 2021 13:37:59 +0200 Subject: [PATCH] Add sept 2021 monthly --- content/posts/MonthlySeptember2021.md | 53 ++++++ public/404.html | 2 +- public/about/index.html | 2 +- public/categories/index.html | 2 +- public/contact/index.html | 2 +- public/index.html | 10 +- public/index.xml | 15 +- public/page/2/index.html | 10 +- public/page/3/index.html | 6 +- public/posts/index.html | 10 +- public/posts/index.xml | 15 +- public/posts/monthlyapr2021/index.html | 2 +- public/posts/monthlyaug2020/index.html | 2 +- public/posts/monthlydec2020/index.html | 2 +- public/posts/monthlyfeb2021/index.html | 2 +- public/posts/monthlyjan2021/index.html | 2 +- public/posts/monthlyjul2020/index.html | 2 +- public/posts/monthlymar2021/index.html | 2 +- public/posts/monthlymay2021/index.html | 2 +- public/posts/monthlymeeting/index.html | 2 +- public/posts/monthlynov2020/index.html | 2 +- public/posts/monthlyoct2020/index.html | 2 +- public/posts/monthlysep2020/index.html | 2 +- public/posts/monthlyseptember2021/index.html | 175 ++++++++++++++++++ public/posts/openpositionnumerics/index.html | 2 +- public/posts/page/2/index.html | 6 +- .../posts/positionnumericsclosed/index.html | 2 +- public/posts/projectstart/index.html | 2 +- public/posts/publicproto/index.html | 2 +- public/posts/version0_1/index.html | 2 +- public/posts/version0_2/index.html | 2 +- public/posts/version0_3/index.html | 2 +- public/sitemap.xml | 7 +- public/tags/index.html | 2 +- 34 files changed, 310 insertions(+), 45 deletions(-) create mode 100644 content/posts/MonthlySeptember2021.md create mode 100644 public/posts/monthlyseptember2021/index.html diff --git a/content/posts/MonthlySeptember2021.md b/content/posts/MonthlySeptember2021.md new file mode 100644 index 0000000..39b7f0d --- /dev/null +++ b/content/posts/MonthlySeptember2021.md @@ -0,0 +1,53 @@ +--- +title: "This month in AvaFrame - September 2021 edition" +date: 2021-10-05T00:00:00+01:00 +draft: false +--- + +We're back from summer! And with some exciting news too! + +[Version 0.6](https://github.com/avaframe/AvaFrame/releases/tag/v0.6), +the **QGis/pypi and testing** - release, was published. + +So what is included in this release? + +- 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 + +- 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 + +- 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! + +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, + +Felix + + + + diff --git a/public/404.html b/public/404.html index a5f50c8..82078bb 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 c709c8a..51b9896 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 09eda40..d673895 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 4ad880f..aaef57f 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 cb28484..7e9fe33 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@ - + @@ -100,6 +100,10 @@
diff --git a/public/index.xml b/public/index.xml index 653e303..1a7139d 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,7 +6,20 @@ Recent content on AvaFrame Hugo -- gohugo.io en - Wed, 14 Jul 2021 07:08:58 +0100 + Tue, 05 Oct 2021 00:00:00 +0100 + + This month in AvaFrame - September 2021 edition + https://avaframe.org/posts/monthlyseptember2021/ + Tue, 05 Oct 2021 00:00:00 +0100 + + https://avaframe.org/posts/monthlyseptember2021/ + We’re back from summer! And with some exciting news too! +Version 0.6, the QGis/pypi and testing - release, was published. +So what is included in this release? + The installation process was completely changed and (hopefully) made a lot easier for you: + installation of AvaFrame is now working via pypi, i.e. through pip install avaframe. the pip install is provided for Windows, Linux and MacOS for python versions > 3. + + Public prototype and monthly update https://avaframe.org/posts/publicproto/ diff --git a/public/page/2/index.html b/public/page/2/index.html index 1fc04fb..1324ab4 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -40,7 +40,7 @@ - + @@ -100,6 +100,10 @@
diff --git a/public/page/3/index.html b/public/page/3/index.html index e9d5776..83b1720 100644 --- a/public/page/3/index.html +++ b/public/page/3/index.html @@ -40,7 +40,7 @@ - + @@ -100,6 +100,10 @@
    +
  • + 26. Feb, 2020About +
  • +
  • 26. Feb, 2020Contact
  • diff --git a/public/posts/index.html b/public/posts/index.html index 91469a7..8cdd685 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -44,7 +44,7 @@ - + @@ -84,6 +84,10 @@

    Posts

    diff --git a/public/posts/index.xml b/public/posts/index.xml index 4e4ee69..7a5dd81 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -6,7 +6,20 @@ Recent content in Posts on AvaFrame Hugo -- gohugo.io en - Wed, 14 Jul 2021 07:08:58 +0100 + Tue, 05 Oct 2021 00:00:00 +0100 + + This month in AvaFrame - September 2021 edition + https://avaframe.org/posts/monthlyseptember2021/ + Tue, 05 Oct 2021 00:00:00 +0100 + + https://avaframe.org/posts/monthlyseptember2021/ + We’re back from summer! And with some exciting news too! +Version 0.6, the QGis/pypi and testing - release, was published. +So what is included in this release? + The installation process was completely changed and (hopefully) made a lot easier for you: + installation of AvaFrame is now working via pypi, i.e. through pip install avaframe. the pip install is provided for Windows, Linux and MacOS for python versions > 3. + + Public prototype and monthly update https://avaframe.org/posts/publicproto/ diff --git a/public/posts/monthlyapr2021/index.html b/public/posts/monthlyapr2021/index.html index 634197f..b63b905 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 ac7b04f..f9811cb 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 4f7006c..323cdfe 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 1bc4a0f..a3d4b53 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 519e9a0..1779508 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 7dd04cd..b611e68 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 c854e03..94cba3b 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 4ea0f0b..e9e9130 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 199036d..b68d202 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 4d09b3e..2f584ee 100644 --- a/public/posts/monthlynov2020/index.html +++ b/public/posts/monthlynov2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyoct2020/index.html b/public/posts/monthlyoct2020/index.html index 602952e..b614100 100644 --- a/public/posts/monthlyoct2020/index.html +++ b/public/posts/monthlyoct2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlysep2020/index.html b/public/posts/monthlysep2020/index.html index d39d28d..ce996b9 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 new file mode 100644 index 0000000..a4078dd --- /dev/null +++ b/public/posts/monthlyseptember2021/index.html @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + This month in AvaFrame - September 2021 edition - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +

    This month in AvaFrame - September 2021 edition

    +

    October 5, 2021

    + + +
    + +

    We’re back from summer! And with some exciting news too!

    +

    Version 0.6, +the QGis/pypi and testing - release, was published.

    +

    So what is included in this release?

    +
      +
    • +

      The installation process was completely changed and (hopefully) made a lot easier for you:

      +
        +
      • installation of AvaFrame is now working via pypi, +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 +and installable via the QGis plugin manager. This allows you to run the standard operational +workflow from within QGis.
      • +
      • see our installation instructions for more information
      • +
      +
    • +
    • +

      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)
        • +
        • 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
      • +
      +
    • +
    • +

      And as always: many more functional changes under the hood, see the main ones in our +release notes.

      +
    • +
    +

    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!

    +

    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,

    +

    Felix

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

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

    + +
    +
    + + +
    + + + + + + + diff --git a/public/posts/openpositionnumerics/index.html b/public/posts/openpositionnumerics/index.html index 5de561f..66febb5 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 fe2d667..fb89637 100644 --- a/public/posts/page/2/index.html +++ b/public/posts/page/2/index.html @@ -44,7 +44,7 @@ - + @@ -84,6 +84,10 @@

    Posts

      +
    • + December 28, 2020Release version 0.2 +
    • +
    • November 29, 2020This month in AvaFrame - November 2020 edition
    • diff --git a/public/posts/positionnumericsclosed/index.html b/public/posts/positionnumericsclosed/index.html index d4d9bb8..bd389eb 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 fd96b47..5d62227 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 67eb7bf..1ca4a37 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 50bb1ee..6e251b9 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 3901db3..b462a69 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 c316f33..2cf19ff 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 e19ec3b..05fff9a 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-07-14T07:08:58+01:00 + 2021-10-05T00:00:00+01:00 https://avaframe.org/posts/ - 2021-07-14T07:08:58+01:00 + 2021-10-05T00:00:00+01:00 + + https://avaframe.org/posts/monthlyseptember2021/ + 2021-10-05T00:00:00+01:00 https://avaframe.org/posts/publicproto/ 2021-07-14T07:08:58+01:00 diff --git a/public/tags/index.html b/public/tags/index.html index 855f123..f016648 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -44,7 +44,7 @@ - +