# Climalysis: Your Toolkit for Climate Impact Analysis ☁️🌞
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/jake-casselman/climalysis/blob/main/LICENSE) [![codebeat badge](https://codebeat.co/badges/1e41f852-36fb-456c-a4ac-27812db8082c)](https://codebeat.co/projects/github-com-climalysis-climalysis-main) ![PyPI](https://img.shields.io/pypi/v/climalysis.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8105734.svg)](https://doi.org/10.5281/zenodo.8105734)
[![Documentation Status](https://readthedocs.org/projects/climalysis/badge/?version=latest)](https://climalysis.readthedocs.io/en/latest/?badge=latest)
Developed by an assortment of active and past climate researchers, Climalysis is more than just a project – it's your one-stop platform for comprehensive climate impact analysis tools.
**Project Lead:** Jake Casselman (GitHub username: @jake-casselman)
**Our Mission:**
Climalysis seeks to propel climate research forward by democratizing access to advanced analytical tools. Our primary mission is to provide a robust, open-source platform that encourages both established researchers and novice enthusiasts to run their own analyses, fostering innovation and reproducibility in climate studies. We aim to minimize redundant efforts in code creation, enabling our users to focus on fresh discoveries and insights. Through building a collaborative community, we aspire to continually identify and open-source new tools, accelerating the pace of climate research and enriching the understanding of our world's climate.
**What We Offer:**
Dive into our code, explore complex climate data, learn with us, and contribute your insights. With Climalysis, you are empowered to uncover the climate secrets of our world.
---
Whether you're a climate scientist seeking advanced research tools, a data enthusiast, or simply curious about climate impacts, Climalysis invites you to join us. Explore, learn, contribute, and together, let's deepen our understanding of the world's climate and drive towards a sustainable future.
## Table of Contents
1. [Installation](#installation)
2. [Dependencies](#dependencies)
3. [Usage](#usage)
4. [Contributing](#contributing)
5. [License](#license)
6. [Contact](#contact)
7. [Acknowledgments](#acknowledgments)
8. [Supporters](#supporters)
9. [Conflict of Interest](#conflict-of-interest)
## Installation
Climalysis can be accessed either directly from the GitHub repository or through the Python package.
### GitHub Repository
First, clone the repository:
```shell
git clone https://github.com/Climalysis/climalysis.git
```
Next, navigate to the cloned repository and install the package:
```shell
cd climalysis
python setup.py install
```
Ensure you have Python 3.7 or higher installed on your system before installation.
### Installing Python Package
You can also install Climalysis directly as a Python package:
```shell
pip install climalysis
```
## Dependencies
Climalysis requires the following Python packages:
- numpy==1.23.5
- scikit_learn==1.2.1
- scipy==1.9.3
- setuptools==67.8.0
- statsmodels==0.13.5
- xarray==2023.3.0
These packages can be installed using pip by running the following command in your terminal:
```bash
pip install -r requirements.txt
```
## Usage
After installation, you can import and use our package in your Python scripts:
```python
from climalysis import module1, module2
```
You can now access the functions/classes in these modules.
## Contributing
We warmly welcome contributions! Please see [here](CONTRIBUTING.md) for details on how to contribute. Have a look at the discussions if you need any ideas for where to contribute.
## License
This project is licensed under the terms of the GNU General Public License. See [LICENSE](LICENSE) for more details.
## Contact
If you have any questions, feel free to reach out to us. For major decisions, please consult with our project lead, Jake Casselman (jake.w.casselman@gmail.com).
## Acknowledgments
We would like to express our gratitude to all contributors and users of Climalysis. Your support is greatly appreciated.
## Supporters
Climalysis is grateful for the support of the following organizations:
- [**ClimaLinks**](https://www.climalinks.com): Supported the development of our initial infrastructure and mission statement.
The financial and resource support from these organizations has greatly assisted the development of Climalysis. However, their involvement does not influence the direction, findings, or publications of the project.
## Conflict of Interest
We declare that there is no conflict of interest. The direction and goals of Climalysis are determined solely by the project team, independent of any external organizations.
Raw data
{
"_id": null,
"home_page": "",
"name": "climalysis",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,climate,analysis,climate analysis,climate data,impact analysis",
"author": "Jake Casselman",
"author_email": "<jake.w.casselman@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/50/30/e6e9e45db2a213bdac2c3fbb385b4ddaa9066b8651e52cd72c92dfcc33a2/climalysis-0.0.6.tar.gz",
"platform": null,
"description": "\n# Climalysis: Your Toolkit for Climate Impact Analysis \u2601\ufe0f\ud83c\udf1e\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/jake-casselman/climalysis/blob/main/LICENSE) [![codebeat badge](https://codebeat.co/badges/1e41f852-36fb-456c-a4ac-27812db8082c)](https://codebeat.co/projects/github-com-climalysis-climalysis-main) ![PyPI](https://img.shields.io/pypi/v/climalysis.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8105734.svg)](https://doi.org/10.5281/zenodo.8105734)\n[![Documentation Status](https://readthedocs.org/projects/climalysis/badge/?version=latest)](https://climalysis.readthedocs.io/en/latest/?badge=latest)\n\n\nDeveloped by an assortment of active and past climate researchers, Climalysis is more than just a project \u2013 it's your one-stop platform for comprehensive climate impact analysis tools. \n\n**Project Lead:** Jake Casselman (GitHub username: @jake-casselman)\n\n**Our Mission:**\n\nClimalysis seeks to propel climate research forward by democratizing access to advanced analytical tools. Our primary mission is to provide a robust, open-source platform that encourages both established researchers and novice enthusiasts to run their own analyses, fostering innovation and reproducibility in climate studies. We aim to minimize redundant efforts in code creation, enabling our users to focus on fresh discoveries and insights. Through building a collaborative community, we aspire to continually identify and open-source new tools, accelerating the pace of climate research and enriching the understanding of our world's climate.\n\n**What We Offer:**\n\nDive into our code, explore complex climate data, learn with us, and contribute your insights. With Climalysis, you are empowered to uncover the climate secrets of our world. \n\n---\nWhether you're a climate scientist seeking advanced research tools, a data enthusiast, or simply curious about climate impacts, Climalysis invites you to join us. Explore, learn, contribute, and together, let's deepen our understanding of the world's climate and drive towards a sustainable future.\n\n## Table of Contents\n\n1. [Installation](#installation)\n2. [Dependencies](#dependencies)\n3. [Usage](#usage)\n4. [Contributing](#contributing)\n5. [License](#license)\n6. [Contact](#contact)\n7. [Acknowledgments](#acknowledgments)\n8. [Supporters](#supporters)\n9. [Conflict of Interest](#conflict-of-interest)\n\n## Installation\n\nClimalysis can be accessed either directly from the GitHub repository or through the Python package.\n\n### GitHub Repository\n\nFirst, clone the repository:\n\n```shell\ngit clone https://github.com/Climalysis/climalysis.git\n```\n\nNext, navigate to the cloned repository and install the package:\n\n```shell\ncd climalysis\npython setup.py install\n```\n\nEnsure you have Python 3.7 or higher installed on your system before installation.\n\n### Installing Python Package\n\nYou can also install Climalysis directly as a Python package:\n\n```shell\npip install climalysis\n```\n\n## Dependencies\n\nClimalysis requires the following Python packages:\n\n- numpy==1.23.5\n- scikit_learn==1.2.1\n- scipy==1.9.3\n- setuptools==67.8.0\n- statsmodels==0.13.5\n- xarray==2023.3.0\n\nThese packages can be installed using pip by running the following command in your terminal:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nAfter installation, you can import and use our package in your Python scripts:\n\n```python\nfrom climalysis import module1, module2\n```\n\nYou can now access the functions/classes in these modules.\n\n## Contributing\n\nWe warmly welcome contributions! Please see [here](CONTRIBUTING.md) for details on how to contribute. Have a look at the discussions if you need any ideas for where to contribute.\n\n## License\n\nThis project is licensed under the terms of the GNU General Public License. See [LICENSE](LICENSE) for more details.\n\n## Contact\n\nIf you have any questions, feel free to reach out to us. For major decisions, please consult with our project lead, Jake Casselman (jake.w.casselman@gmail.com).\n\n## Acknowledgments\n\nWe would like to express our gratitude to all contributors and users of Climalysis. Your support is greatly appreciated.\n\n## Supporters\n\nClimalysis is grateful for the support of the following organizations:\n\n- [**ClimaLinks**](https://www.climalinks.com): Supported the development of our initial infrastructure and mission statement.\n\nThe financial and resource support from these organizations has greatly assisted the development of Climalysis. However, their involvement does not influence the direction, findings, or publications of the project. \n\n## Conflict of Interest\n\nWe declare that there is no conflict of interest. The direction and goals of Climalysis are determined solely by the project team, independent of any external organizations.\n",
"bugtrack_url": null,
"license": "",
"summary": "A comprehensive toolkit for climate impact analysis.",
"version": "0.0.6",
"project_urls": null,
"split_keywords": [
"python",
"climate",
"analysis",
"climate analysis",
"climate data",
"impact analysis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0d888c97e0495a0dcdda4b4a3617f9a0b832f968f9117fe82933f44554002453",
"md5": "0196b5231a50fa3e077e36501694dd41",
"sha256": "f281ef5ca59b0c76db2d8bd92441d972ac0e10a8652e613b14dfadbaf1ba348d"
},
"downloads": -1,
"filename": "climalysis-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0196b5231a50fa3e077e36501694dd41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 23977,
"upload_time": "2023-08-23T10:32:36",
"upload_time_iso_8601": "2023-08-23T10:32:36.725216Z",
"url": "https://files.pythonhosted.org/packages/0d/88/8c97e0495a0dcdda4b4a3617f9a0b832f968f9117fe82933f44554002453/climalysis-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5030e6e9e45db2a213bdac2c3fbb385b4ddaa9066b8651e52cd72c92dfcc33a2",
"md5": "91cc9066267c93bd04fc0815e5d27e15",
"sha256": "41f95aa7408962f17399a53cfac0242910e8ab6a5fbe99629ee13e96d4d0a805"
},
"downloads": -1,
"filename": "climalysis-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "91cc9066267c93bd04fc0815e5d27e15",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23975,
"upload_time": "2023-08-23T10:32:38",
"upload_time_iso_8601": "2023-08-23T10:32:38.147463Z",
"url": "https://files.pythonhosted.org/packages/50/30/e6e9e45db2a213bdac2c3fbb385b4ddaa9066b8651e52cd72c92dfcc33a2/climalysis-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-23 10:32:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "climalysis"
}