Skip to content

Latest commit

 

History

History
145 lines (102 loc) · 4.39 KB

File metadata and controls

145 lines (102 loc) · 4.39 KB
html_theme.sidebar_secondary.remove:true

Welcome to CLIMADA!

.. card:: CLIMADA (CLIMate ADAptation)
   :text-align: center
   :width: 75%
   :margin: 2 2 auto auto

   CLIMADA is a free and open-source software framework for climate risk assessment and
   adaptation option appraisal.
   Designed by a large scientific community, it
   helps researchers, policymakers, and businesses analyse the impacts of
   natural hazards and explore adaptation strategies.


CLIMADA is primarily developed and maintained by the Weather and Climate Risks Group at ETH Zürich.

If you use CLIMADA for your own scientific work, please reference the appropriate publications according to the :doc:`misc/citation`.

This is the documentation of the CLIMADA core module which contains all functionalities necessary for performing climate risk analysis and appraisal of adaptation options. Modules for generating different types of hazards and other specialized applications can be found in the CLIMADA Petals module.

Useful links: WCR Group | CLIMADA Petals | CLIMADA website | Mailing list

.. grid:: 1 2 2 2
    :margin: 5
    :gutter: 0 2 3 4
    :padding: 0 0 2 2
    :class-container: sd-text-center

    .. grid-item-card:: Getting Started
        :shadow: md
        :width: 75%

        Getting started with CLIMADA: How to install?
        What are the basic concepts and functionalities?

        +++

        .. button-ref:: getting-started/index
            :ref-type: doc
            :click-parent:
            :color: secondary
            :expand:


    .. grid-item-card:: User Guide
        :shadow: md
        :width: 75%

        Want to go more in depth? Check out the User guide. It contains detailed
        tutorials on the different concepts, modules and possible usage of CLIMADA.

        +++

        .. button-ref:: user-guide/index
            :ref-type: doc
            :click-parent:
            :color: secondary
            :expand:

            To the user guide!



    .. grid-item-card::  Implementation API reference
        :shadow: md
        :width: 75%

        The reference guide contains a detailed description of
        the CLIMADA API. The API reference describes each module, class,
        methods and functions.

        +++

        .. button-ref:: api/index
            :ref-type: doc
            :click-parent:
            :color: secondary
            :expand:

            To the reference guide!

    .. grid-item-card::  Developer guide
        :shadow: md
        :width: 75%

        Saw a typo in the documentation? Want to improve
        existing functionalities? Want to extend them?
        The contributing guidelines will guide you through
        the process of improving CLIMADA.

        +++

        .. button-ref:: development/index
            :ref-type: doc
            :click-parent:
            :color: secondary
            :expand:

            To the development guide!

.. ifconfig:: readthedocs

   .. hint::

      ReadTheDocs hosts multiple versions of this documentation.
      Use the drop-down menu on the bottom left to switch versions.
      ``stable`` refers to the most recent release, whereas ``latest`` refers to the latest development version.

Date: |today| Version: |version|

Copyright Notice

Copyright (C) 2017 ETH Zurich, CLIMADA contributors listed in :doc:`AUTHORS.md <misc/AUTHORS>`.

CLIMADA is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

CLIMADA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CLIMADA. If not, see https://www.gnu.org/licenses/.

.. toctree::
   :maxdepth: 1
   :hidden:

   Getting started <getting-started/index>
   User Guide <user-guide/index>
   Developer Guide <development/index>
   API Reference <api/index>
   Changelog <misc/CHANGELOG>