Skip to content

Commit 0668d70

Browse files
align read the docs with core
1 parent 0942f58 commit 0668d70

File tree

1 file changed

+26
-33
lines changed

1 file changed

+26
-33
lines changed

README.md

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
[![DOI](https://zenodo.org/badge/112729129.svg)](https://zenodo.org/badge/latestdoi/112729129)
1+
[![DOI](https://zenodo.org/badge/387724229.svg)](https://doi.org/10.5281/zenodo.14961922)
22
[![Build Status](http://ied-wcr-jenkins.ethz.ch/buildStatus/icon?job=petals_branches/develop)](http://ied-wcr-jenkins.ethz.ch/job/petals_branches/)
33
[![Documentation build status](https://img.shields.io/readthedocs/climada-petals.svg?style=flat-square)](https://readthedocs.org/projects/climada-petals/builds/)
44

5-
# CLIMADA
5+
# CLIMADA Petals
66

7-
CLIMADA stands for **CLIM**ate **ADA**ptation and is a probabilistic natural catastrophe impact model, that also calculates averted damage (benefit) thanks to adaptation measures of any kind (from grey to green infrastructure, behavioural, etc.).
7+
[CLIMADA](https://climada.ethz.ch/climada/) (CLIMate ADAptation) is a free and open-source software framework for climate risk assessment and adaptation
8+
option appraisal. Designed by a large scientific community, it helps reasearchers, policymakers, and businesses analyse the impacts of natural hazards and
9+
explore adaptation strategies.
810

9-
As of today, CLIMADA provides global coverage of major climate-related extreme-weather hazards at high resolution via a [data API](https://climada.ethz.ch/data-api/v1/docs), namely (i) tropical cyclones, (ii) river flood, (iii) agro drought and (iv) European winter storms, all at 4km spatial resolution - wildfire to be added soon. For all hazards, historic and probabilistic event sets exist, for some also under select climate forcing scenarios (RCPs) at distinct time horizons (e.g. 2040). See also [papers](https://github.com/CLIMADA-project/climada_papers) for details.
11+
As of today, CLIMADA provides global coverage of major climate-related extreme-weather hazards at high resolution (4x4km) via a [data API](https://climada.ethz.ch/data-api/v1/docs) For select hazards, historic and probabilistic events sets, for past, present and future climate exist at distinct time horizons.
12+
You will find a repository containing scientific peer-reviewed articles that explain software components implemented in CLIMADA [here](https://github.com/CLIMADA-project/climada_papers).
1013

1114
CLIMADA is divided into two parts (two repositories):
1215

@@ -15,73 +18,63 @@ CLIMADA is divided into two parts (two repositories):
1518

1619
It is recommend for new users to begin with the core (1) and the [tutorials](https://github.com/CLIMADA-project/climada_python/tree/main/doc/tutorial) therein.
1720

18-
This is the Python (3.8+) version of CLIMADA - please see https://github.com/davidnbresch/climada for backward compatibility (MATLAB).
21+
This is the Python version of CLIMADA - please see [here](https://github.com/davidnbresch/climada) for backward compatibility with the MATLAB version.
1922

2023
## Getting started
2124

2225
CLIMADA runs on Windows, macOS and Linux.
23-
The released versions of CLIMADA are available from [conda-forge](https://anaconda.org/conda-forge/climada-petals).
26+
The released versions of CLIMADA are available from [conda-forge](https://anaconda.org/conda-forge/climada).
2427
Use the [Mamba](https://mamba.readthedocs.io/en/latest/) package manager to install it:
2528

2629
```shell
27-
mamba install -c conda-forge climada-petals
30+
mamba install -c conda-forge climada
2831
```
2932

3033
It is **highly recommended** to install CLIMADA into a **separate** Conda environment.
3134
See the [installation guide](https://climada-python.readthedocs.io/en/latest/guide/install.html) for further information.
3235

33-
Follow the [tutorial](https://climada-python.readthedocs.io/en/latest/tutorial/1_main_climada.html) `climada_python-x.y.z/doc/tutorial/1_main_climada.ipynb` in a Jupyter Notebook to see what can be done with CLIMADA and how.
36+
Follow the [tutorials](https://climada-python.readthedocs.io/en/stable/tutorial/1_main_climada.html) in a Jupyter Notebook to see what can be done with CLIMADA and how.
3437

3538
## Documentation
3639

37-
Documentation is available on Read the Docs:
38-
39-
Note that all the documentations has two versions,'latest' and 'stable', and explicit version numbers, such as 'v3.1.1', in the url path. 'latest' is created from the 'develop' branch and has the latest changes by developers, 'stable' from the latest release. For more details about documentation versions, please have a look at [here](https://readthedocs.org/projects/climada-python/versions/).
40+
The online documentation is available on [Read the Docs](https://climada-python.readthedocs.io/en/stable/).The documentation of each release version of CLIMADA can be accessed separately through the drop-down menu at the bottom of the left sidebar. Additionally, the version 'stable' refers to the most recent release (installed via `conda`), and 'latest' refers to the latest unstable development version (the `develop` branch).
4041

4142
CLIMADA python:
4243

43-
* [online (recommended)](https://climada-python.readthedocs.io/en/latest/)
44-
* [PDF file](https://climada-python.readthedocs.io/_/downloads/en/stable/pdf/)
44+
- [online (recommended)](https://climada-python.readthedocs.io/en/latest/)
45+
- [PDF file](https://climada-python.readthedocs.io/_/downloads/en/stable/pdf/)
46+
- [core Tutorials on GitHub](https://github.com/CLIMADA-project/climada_python/tree/main/doc/tutorial)
4547

4648
CLIMADA petals:
4749

48-
* [online (recommended)](https://climada-petals.readthedocs.io/en/latest/)
49-
* [PDF file](https://climada-petals.readthedocs.io/_/downloads/en/stable/pdf/)
50-
* [petals Tutorials on GitHub](https://github.com/CLIMADA-project/climada_petals/tree/main/doc/tutorial)
50+
- [online (recommended)](https://climada-petals.readthedocs.io/en/latest/)
51+
- [PDF file](https://climada-petals.readthedocs.io/_/downloads/en/stable/pdf/)
52+
- [petals Tutorials on GitHub](https://github.com/CLIMADA-project/climada_petals/tree/main/doc/tutorial)
5153

5254
The documentation can also be [built locally](https://climada-python.readthedocs.io/en/latest/README.html).
5355

5456
## Citing CLIMADA
5557

56-
If you use CLIMADA please cite (in general, in particular for academic work) :
57-
58-
The [used version](https://zenodo.org/search?page=1&size=20&q=climada)
59-
60-
and/or the following published articles:
61-
62-
Aznar-Siguan, G. and Bresch, D. N., 2019: CLIMADA v1: a global weather and climate risk assessment platform, Geosci. Model Dev., 12, 3085–3097, https://doi.org/10.5194/gmd-12-3085-2019
58+
See the [Citation Guide](https://climada-python.readthedocs.io/en/latest/misc/citation.html).
6359

64-
Bresch, D. N. and Aznar-Siguan, G., 2021: CLIMADA v1.4.1: towards a globally consistent adaptation options appraisal tool, Geosci. Model Dev., 14, 351-363, https://doi.org/10.5194/gmd-14-351-2021
60+
Please use the following logo if you are presenting results obtained with or through CLIMADA:
6561

66-
Please see all CLIMADA-related scientific publications in our [repository of scientific publications](https://github.com/CLIMADA-project/climada_papers) and cite according to your use of select features, be it hazard set(s), exposure(s) ...
67-
68-
In presentations or other graphical material, as well as in reports etc., where applicable, please add the logo as follows:\
6962
![https://github.com/CLIMADA-project/climada_python/blob/main/doc/guide/img/CLIMADA_logo_QR.png](https://github.com/CLIMADA-project/climada_python/blob/main/doc/guide/img/CLIMADA_logo_QR.png?raw=true)
7063

71-
As key link, please use https://wcr.ethz.ch/research/climada.html, as it will last and provides a bit of an intro, especially for those not familiar with GitHub - plus a nice CLIMADA infographic towards the bottom of the page
72-
7364
## Contributing
7465

75-
See the [Contribution Guide](https://climada-python.readthedocs.io/en/latest/misc/CONTRIBUTING.html).
66+
We welcome any contribution to this repository, be it bugfixes and other code changes and additions, documentation improvements, or tutorial updates.
67+
68+
If you would like to contribute, please refer to our [Contribution Guide](CONTRIBUTING.md).
7669

7770
## Versioning
7871

79-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/CLIMADA-project/climada_petals/releases).
72+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/CLIMADA-project/climada_python/releases).
8073

8174
## License
8275

8376
Copyright (C) 2017 ETH Zurich, CLIMADA contributors listed in AUTHORS.
8477

85-
CLIMADA is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3, 29 June 2007 as published by the Free Software Foundation, https://www.gnu.org/licenses/gpl-3.0.html
78+
CLIMADA is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3, 29 June 2007 as published by the Free Software Foundation, <https://www.gnu.org/licenses/gpl-3.0.html>
8679

87-
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: https://www.gnu.org/licenses/gpl-3.0.html
80+
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: <https://www.gnu.org/licenses/gpl-3.0.html>

0 commit comments

Comments
 (0)