boario


Nameboario JSON
Version 0.5.7 PyPI version JSON
download
home_page
SummaryBoARIO : The Adaptative Regional Input Output model in python.
upload_time2024-03-15 09:28:59
maintainer
docs_urlNone
authorSamuel Juhel
requires_python>=3.9
licenseGNU General Public License v3 or later (GPLv3+)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. role:: pythoncode(code)
   :language: python

#######
BoARIO
#######


.. image:: https://img.shields.io/github/actions/workflow/status/spjuhel/boario/CI.yml
   :target: https://github.com/spjuhel/BoARIO/actions/workflows/CI.yml
   :alt: GitHub Actions Workflow Status

.. image:: https://img.shields.io/badge/code%20style-black-000000
   :target: https://github.com/psf/black
   :alt: Code Style - Black

.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
   :target: https://github.com/spjuhel/BoARIO/issues
   :alt: Contribution - Welcome

.. image:: https://img.shields.io/badge/License-GPLv3-blue
   :target: https://www.gnu.org/licenses/gpl-3.0
   :alt: Licence - GPLv3

.. image:: https://img.shields.io/pypi/v/boario
   :target: https://pypi.org/project/boario/
   :alt: PyPI - Version

.. image:: https://img.shields.io/pypi/pyversions/boario
   :target: https://pypi.org/project/boario/
   :alt: PyPI - Python Version

.. image:: https://joss.theoj.org/papers/71386aa01a292ecff8bafe273b077701/status.svg
   :target: https://joss.theoj.org/papers/71386aa01a292ecff8bafe273b077701
   :alt: Joss Status

`BoARIO` : The Adaptative Regional Input Output model in python.

.. _`Documentation Website`: https://spjuhel.github.io/BoARIO/boario-what-is.html

Disclaimer
===========

Indirect impact modeling is tied to a lot of uncertainties and complex dynamics.
Any results produced with `BoARIO` should be interpreted with great care. Do not
hesitate to contact the author when using the model !

What is BoARIO ?
=================

BoARIO, is a python implementation project of the Adaptative Regional Input Output (ARIO) model [`Hallegatte 2013`_].

Its objectives are to give an accessible and inter-operable implementation of ARIO, as well as tools to visualize and analyze simulation outputs and to
evaluate the effects of many parameters of the model.

This implementation would not have been possible without the `Pymrio`_ module and amazing work of [`Stadler 2021`_] !

It is still an ongoing project (in parallel of a PhD project).

.. _`Stadler 2021`: https://openresearchsoftware.metajnl.com/articles/10.5334/jors.251/
.. _`Hallegatte 2013`: https://doi.org/10.1111/j.1539-6924.2008.01046.x
.. _`Pymrio`: https://pymrio.readthedocs.io/en/latest/intro.html

You can find most academic literature using ARIO or related models `here <https://spjuhel.github.io/BoARIO/boario-references.html>`_


What is ARIO ?
===============

ARIO stands for Adaptive Regional Input-Output. It is an hybrid input-output / agent-based economic model,
designed to compute indirect costs from economic shocks. Its first version dates back to 2008 and has originally
been developed to assess the indirect costs of natural disasters (Hallegatte 2008).

In ARIO, the economy is modelled as a set of economic sectors and a set of regions.
Each economic sector produces its generic product and draws inputs from an inventory.
Each sector answers to a total demand consisting of a final demand (household consumption,
public spending and private investments) of all regions (local demand and exports) and
intermediate demand (through inputs inventory resupply). An initial equilibrium state of
the economy is built based on multi-regional input-output tables (MRIO tables).


Where to get BoARIO ?
==========================

You can install BoARIO from ``pip`` with:

.. code:: console

   pip install boario


The full source code is also available on Github at: https://github.com/spjuhel/BoARIO

More info in the `installation <https://spjuhel.github.io/BoARIO/boario-installation.html>`_ page of the documentation.

How does BoARIO work?
=========================

In a nutshell, BoARIO takes the following inputs :

- an IO table (such as EXIOBASE3 or EORA26) in the form of an ``pymrio.IOSystem`` object, using the `Pymrio`_ python package.

- multiple parameters which govern the simulation,

- event(s) description(s), which are used as the perturbation to analyse during the simulation

And produce the following outputs:

- the step by step, sector by sector, region by region evolution of most of the variables involved in the simulation (`production`, `demand`, `stocks`, ...)

- aggregated indicators for the whole simulation (`shortages duration`, `aggregated impacts`, ...)

Example of use
=================

See `Boario quickstart <https://spjuhel.github.io/BoARIO/boario-quickstart.html>`_.

Credits
========

Associated PhD project
------------------------

This model is part of my PhD on the indirect impact of extreme events.
This work was supported by the French Environment and Energy Management Agency
(`ADEME`_).

.. image:: https://raw.githubusercontent.com/spjuhel/BoARIO/master/imgs/Logo_ADEME.svg?sanitize=true
           :width: 400
           :alt: ADEME Logo

.. _`ADEME`: https://www.ademe.fr/

Development
------------

* Samuel Juhel (pro@sjuhel.org)

Contributions
---------------

All `contributions <https://spjuhel.github.io/BoARIO/development.html>`_ to the project are welcome !

Acknowledgements
------------------

I would like to thank Vincent Viguie, Fabio D'Andrea my PhD supervisors as well as CĂ©lian Colon, Alessio Ciulo and Adrien Delahais
for their inputs during the model implementation.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "boario",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Samuel Juhel",
    "author_email": "pro@sjuhel.org",
    "download_url": "https://files.pythonhosted.org/packages/fe/4f/263daffe62f524e49779363d5123fe61f5f4b3c8da46c557b5bbdbd2bab9/boario-0.5.7.tar.gz",
    "platform": null,
    "description": ".. role:: pythoncode(code)\n   :language: python\n\n#######\nBoARIO\n#######\n\n\n.. image:: https://img.shields.io/github/actions/workflow/status/spjuhel/boario/CI.yml\n   :target: https://github.com/spjuhel/BoARIO/actions/workflows/CI.yml\n   :alt: GitHub Actions Workflow Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000\n   :target: https://github.com/psf/black\n   :alt: Code Style - Black\n\n.. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\n   :target: https://github.com/spjuhel/BoARIO/issues\n   :alt: Contribution - Welcome\n\n.. image:: https://img.shields.io/badge/License-GPLv3-blue\n   :target: https://www.gnu.org/licenses/gpl-3.0\n   :alt: Licence - GPLv3\n\n.. image:: https://img.shields.io/pypi/v/boario\n   :target: https://pypi.org/project/boario/\n   :alt: PyPI - Version\n\n.. image:: https://img.shields.io/pypi/pyversions/boario\n   :target: https://pypi.org/project/boario/\n   :alt: PyPI - Python Version\n\n.. image:: https://joss.theoj.org/papers/71386aa01a292ecff8bafe273b077701/status.svg\n   :target: https://joss.theoj.org/papers/71386aa01a292ecff8bafe273b077701\n   :alt: Joss Status\n\n`BoARIO` : The Adaptative Regional Input Output model in python.\n\n.. _`Documentation Website`: https://spjuhel.github.io/BoARIO/boario-what-is.html\n\nDisclaimer\n===========\n\nIndirect impact modeling is tied to a lot of uncertainties and complex dynamics.\nAny results produced with `BoARIO` should be interpreted with great care. Do not\nhesitate to contact the author when using the model !\n\nWhat is BoARIO ?\n=================\n\nBoARIO, is a python implementation project of the Adaptative Regional Input Output (ARIO) model [`Hallegatte 2013`_].\n\nIts objectives are to give an accessible and inter-operable implementation of ARIO, as well as tools to visualize and analyze simulation outputs and to\nevaluate the effects of many parameters of the model.\n\nThis implementation would not have been possible without the `Pymrio`_ module and amazing work of [`Stadler 2021`_] !\n\nIt is still an ongoing project (in parallel of a PhD project).\n\n.. _`Stadler 2021`: https://openresearchsoftware.metajnl.com/articles/10.5334/jors.251/\n.. _`Hallegatte 2013`: https://doi.org/10.1111/j.1539-6924.2008.01046.x\n.. _`Pymrio`: https://pymrio.readthedocs.io/en/latest/intro.html\n\nYou can find most academic literature using ARIO or related models `here <https://spjuhel.github.io/BoARIO/boario-references.html>`_\n\n\nWhat is ARIO ?\n===============\n\nARIO stands for Adaptive Regional Input-Output. It is an hybrid input-output / agent-based economic model,\ndesigned to compute indirect costs from economic shocks. Its first version dates back to 2008 and has originally\nbeen developed to assess the indirect costs of natural disasters (Hallegatte 2008).\n\nIn ARIO, the economy is modelled as a set of economic sectors and a set of regions.\nEach economic sector produces its generic product and draws inputs from an inventory.\nEach sector answers to a total demand consisting of a final demand (household consumption,\npublic spending and private investments) of all regions (local demand and exports) and\nintermediate demand (through inputs inventory resupply). An initial equilibrium state of\nthe economy is built based on multi-regional input-output tables (MRIO tables).\n\n\nWhere to get BoARIO ?\n==========================\n\nYou can install BoARIO from ``pip`` with:\n\n.. code:: console\n\n   pip install boario\n\n\nThe full source code is also available on Github at: https://github.com/spjuhel/BoARIO\n\nMore info in the `installation <https://spjuhel.github.io/BoARIO/boario-installation.html>`_ page of the documentation.\n\nHow does BoARIO work?\n=========================\n\nIn a nutshell, BoARIO takes the following inputs :\n\n- an IO table (such as EXIOBASE3 or EORA26) in the form of an ``pymrio.IOSystem`` object, using the `Pymrio`_ python package.\n\n- multiple parameters which govern the simulation,\n\n- event(s) description(s), which are used as the perturbation to analyse during the simulation\n\nAnd produce the following outputs:\n\n- the step by step, sector by sector, region by region evolution of most of the variables involved in the simulation (`production`, `demand`, `stocks`, ...)\n\n- aggregated indicators for the whole simulation (`shortages duration`, `aggregated impacts`, ...)\n\nExample of use\n=================\n\nSee `Boario quickstart <https://spjuhel.github.io/BoARIO/boario-quickstart.html>`_.\n\nCredits\n========\n\nAssociated PhD project\n------------------------\n\nThis model is part of my PhD on the indirect impact of extreme events.\nThis work was supported by the French Environment and Energy Management Agency\n(`ADEME`_).\n\n.. image:: https://raw.githubusercontent.com/spjuhel/BoARIO/master/imgs/Logo_ADEME.svg?sanitize=true\n           :width: 400\n           :alt: ADEME Logo\n\n.. _`ADEME`: https://www.ademe.fr/\n\nDevelopment\n------------\n\n* Samuel Juhel (pro@sjuhel.org)\n\nContributions\n---------------\n\nAll `contributions <https://spjuhel.github.io/BoARIO/development.html>`_ to the project are welcome !\n\nAcknowledgements\n------------------\n\nI would like to thank Vincent Viguie, Fabio D'Andrea my PhD supervisors as well as C\u00e9lian Colon, Alessio Ciulo and Adrien Delahais\nfor their inputs during the model implementation.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+)",
    "summary": "BoARIO : The Adaptative Regional Input Output model in python.",
    "version": "0.5.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57eddf26ab9981b585186e486fa5958f3d16c1c7ea95a7a76789da75eeea07b1",
                "md5": "c77a13b1da80a11e59791a4e338659e0",
                "sha256": "60b0e8611df10ece099f7c6a7cc456109f3109dd7724d3c1bf0c40e2671035a9"
            },
            "downloads": -1,
            "filename": "boario-0.5.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c77a13b1da80a11e59791a4e338659e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 55096,
            "upload_time": "2024-03-15T09:28:57",
            "upload_time_iso_8601": "2024-03-15T09:28:57.227093Z",
            "url": "https://files.pythonhosted.org/packages/57/ed/df26ab9981b585186e486fa5958f3d16c1c7ea95a7a76789da75eeea07b1/boario-0.5.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe4f263daffe62f524e49779363d5123fe61f5f4b3c8da46c557b5bbdbd2bab9",
                "md5": "d20c9c9948b2f18afd261c2bf65a4a99",
                "sha256": "d3445bee9b9ed926ec80c6f5d34c40eec82686591a2b33bf632460e84772b867"
            },
            "downloads": -1,
            "filename": "boario-0.5.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d20c9c9948b2f18afd261c2bf65a4a99",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 53411,
            "upload_time": "2024-03-15T09:28:59",
            "upload_time_iso_8601": "2024-03-15T09:28:59.338715Z",
            "url": "https://files.pythonhosted.org/packages/fe/4f/263daffe62f524e49779363d5123fe61f5f4b3c8da46c557b5bbdbd2bab9/boario-0.5.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 09:28:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "boario"
}
        
Elapsed time: 0.25228s