wass2s 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
wass2s-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,102 @@
1
+ Metadata-Version: 2.4
2
+ Name: wass2s
3
+ Version: 0.1.0
4
+ Summary: A Python package for seasonal climate forecast.
5
+ Home-page: https://github.com/hmandela/WASS2S
6
+ Author: HOUNGNIBO C. M. Mandela
7
+ Author-email: hmandelahmadiba@gmail.com
8
+ License: GPL-3.0
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.11
13
+ Description-Content-Type: text/markdown
14
+ Requires-Dist: numpy
15
+ Requires-Dist: pandas
16
+ Requires-Dist: xarray
17
+ Requires-Dist: dask
18
+ Requires-Dist: scikit-learn
19
+ Requires-Dist: xgboost
20
+ Requires-Dist: scipy
21
+ Requires-Dist: statsmodels
22
+ Requires-Dist: pykrige
23
+ Requires-Dist: xeofs
24
+ Requires-Dist: xskillscore
25
+ Requires-Dist: properscoring
26
+ Requires-Dist: minisom
27
+ Requires-Dist: rioxarray
28
+ Requires-Dist: fitter
29
+ Requires-Dist: seaborn
30
+ Requires-Dist: cdsapi==0.7.4
31
+ Requires-Dist: somoclu==1.7.6
32
+ Requires-Dist: h5netcdf>=1.2.0
33
+ Requires-Dist: lightgbm
34
+ Requires-Dist: pymc
35
+ Requires-Dist: arviz
36
+ Requires-Dist: jupyterlab
37
+ Dynamic: author
38
+ Dynamic: author-email
39
+ Dynamic: classifier
40
+ Dynamic: description
41
+ Dynamic: description-content-type
42
+ Dynamic: home-page
43
+ Dynamic: license
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
47
+
48
+ # WAS_S2S: West Africa and the Sahel Seasonal to Subseasonal Forecasting Tool
49
+
50
+ ![Modules in WAS_S2S](./modules.png)
51
+
52
+ **WAS_S2S** is a comprehensive tool developed to enhance the accuracy and reproducibility of seasonal forecasts in West Africa and the Sahel.
53
+ This initiative aligns with the World Meteorological Organization's (WMO) guidelines for objective, operational, and scientifically rigorous seasonal forecasting methods.
54
+
55
+
56
+ ## Overview
57
+ The WAS_S2S tool is designed to facilitate the generation of seasonal forecasts using various statistical and machine learning methods.
58
+ It provides a user-friendly jupyter-lab interface for data preparation, model training, and evaluation, making it accessible to both novice and experienced users.
59
+
60
+ ## πŸš€ Features
61
+
62
+ - βœ… **Automated Forecasting**: Streamlines the seasonal forecasting process, reducing manual interventions.
63
+ - πŸ”„ **Reproducibility**: Ensures that forecasts can be consistently reproduced and evaluated.
64
+ - πŸ“Š **Modularity**: Highly modular tool. Users can easily customize and extend the tool to meet their specific needs.
65
+ - πŸ€– **Exploration of AI and Machine Learning**: Investigates the use of advanced technologies to further improve forecasting accuracy.
66
+
67
+ ## πŸ“₯ Installation
68
+
69
+ To install and set up the `WAS_S2S` tool, please follow the detailed instructions provided in the [WAS_S2S Training Documentation](https://hmandela.github.io/WAS_S2S_Training/).
70
+
71
+ ## βš™οΈ Usage
72
+
73
+ Comprehensive usage guidelines, including data preparation, model configuration, and execution steps, are available in the [WAS_S2S Training Documentation](https://hmandela.github.io/WAS_S2S_Training/).
74
+
75
+ ## 🀝 Contributing
76
+
77
+ We welcome contributions from the community to enhance the `WAS_S2S` tool. Please refer to our [contribution guidelines](CONTRIBUTING.md) for more information.
78
+
79
+ ## πŸ“œ License
80
+
81
+ This project is licensed under the [MIT License](LICENSE).
82
+
83
+ ## Contact
84
+
85
+ For questions or support, please open a [Github issue](https://github.com/hmandela/WAS_S2S/issues).
86
+
87
+ ## Credits
88
+
89
+ - scikit-learn: [scikit-learn](https://scikit-learn.org/stable/)
90
+ - EOF analysis: [xeofs](https://github.com/xarray-contrib/xeofs/tree/main)
91
+ - xcast: [xcast](https://github.com/kjhall01/xcast/)
92
+ - xskillscore: [xskillscore](https://github.com/xarray-contrib/xskillscore)
93
+ - ... and many more!
94
+
95
+ ## πŸ™Œ Acknowledgments
96
+ I would like to express my gratitude to the participants of the action-training on the new generation of seasonal forecasts in West Africa and the Sahel. Your feedback has greatly contributed to the improvement of this tool. I hope to continue receiving your insights and, if possible, your contributions. A seed has been planted within you… now, let’s grow it together.
97
+
98
+ We extend our gratitude to the AICCRA project for supporting the development and to Dr Abdou ALI Head of AGRHYMET RCC-WAS Climate-Water-Meteorlogy Department.
99
+ ---
100
+
101
+ πŸ“– For more detailed information, tutorials, and support, please visit the [WAS_S2S Training Documentation](https://hmandela.github.io/WAS_S2S_Training/).
102
+
wass2s-0.1.0/README.md ADDED
@@ -0,0 +1,55 @@
1
+ # WAS_S2S: West Africa and the Sahel Seasonal to Subseasonal Forecasting Tool
2
+
3
+ ![Modules in WAS_S2S](./modules.png)
4
+
5
+ **WAS_S2S** is a comprehensive tool developed to enhance the accuracy and reproducibility of seasonal forecasts in West Africa and the Sahel.
6
+ This initiative aligns with the World Meteorological Organization's (WMO) guidelines for objective, operational, and scientifically rigorous seasonal forecasting methods.
7
+
8
+
9
+ ## Overview
10
+ The WAS_S2S tool is designed to facilitate the generation of seasonal forecasts using various statistical and machine learning methods.
11
+ It provides a user-friendly jupyter-lab interface for data preparation, model training, and evaluation, making it accessible to both novice and experienced users.
12
+
13
+ ## πŸš€ Features
14
+
15
+ - βœ… **Automated Forecasting**: Streamlines the seasonal forecasting process, reducing manual interventions.
16
+ - πŸ”„ **Reproducibility**: Ensures that forecasts can be consistently reproduced and evaluated.
17
+ - πŸ“Š **Modularity**: Highly modular tool. Users can easily customize and extend the tool to meet their specific needs.
18
+ - πŸ€– **Exploration of AI and Machine Learning**: Investigates the use of advanced technologies to further improve forecasting accuracy.
19
+
20
+ ## πŸ“₯ Installation
21
+
22
+ To install and set up the `WAS_S2S` tool, please follow the detailed instructions provided in the [WAS_S2S Training Documentation](https://hmandela.github.io/WAS_S2S_Training/).
23
+
24
+ ## βš™οΈ Usage
25
+
26
+ Comprehensive usage guidelines, including data preparation, model configuration, and execution steps, are available in the [WAS_S2S Training Documentation](https://hmandela.github.io/WAS_S2S_Training/).
27
+
28
+ ## 🀝 Contributing
29
+
30
+ We welcome contributions from the community to enhance the `WAS_S2S` tool. Please refer to our [contribution guidelines](CONTRIBUTING.md) for more information.
31
+
32
+ ## πŸ“œ License
33
+
34
+ This project is licensed under the [MIT License](LICENSE).
35
+
36
+ ## Contact
37
+
38
+ For questions or support, please open a [Github issue](https://github.com/hmandela/WAS_S2S/issues).
39
+
40
+ ## Credits
41
+
42
+ - scikit-learn: [scikit-learn](https://scikit-learn.org/stable/)
43
+ - EOF analysis: [xeofs](https://github.com/xarray-contrib/xeofs/tree/main)
44
+ - xcast: [xcast](https://github.com/kjhall01/xcast/)
45
+ - xskillscore: [xskillscore](https://github.com/xarray-contrib/xskillscore)
46
+ - ... and many more!
47
+
48
+ ## πŸ™Œ Acknowledgments
49
+ I would like to express my gratitude to the participants of the action-training on the new generation of seasonal forecasts in West Africa and the Sahel. Your feedback has greatly contributed to the improvement of this tool. I hope to continue receiving your insights and, if possible, your contributions. A seed has been planted within you… now, let’s grow it together.
50
+
51
+ We extend our gratitude to the AICCRA project for supporting the development and to Dr Abdou ALI Head of AGRHYMET RCC-WAS Climate-Water-Meteorlogy Department.
52
+ ---
53
+
54
+ πŸ“– For more detailed information, tutorials, and support, please visit the [WAS_S2S Training Documentation](https://hmandela.github.io/WAS_S2S_Training/).
55
+
wass2s-0.1.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
wass2s-0.1.0/setup.py ADDED
@@ -0,0 +1,47 @@
1
+ from setuptools import setup, find_packages
2
+ import os
3
+
4
+ setup(
5
+ name="wass2s",
6
+ version="0.1.0",
7
+ author="HOUNGNIBO C. M. Mandela",
8
+ author_email="hmandelahmadiba@gmail.com",
9
+ description="A Python package for seasonal climate forecast.",
10
+ long_description=open("README.md", encoding="utf-8").read() if os.path.exists("README.md") else "",
11
+ long_description_content_type="text/markdown",
12
+ url="https://github.com/hmandela/WASS2S",
13
+ packages=find_packages(),
14
+ install_requires=[
15
+ "numpy",
16
+ "pandas",
17
+ "xarray",
18
+ "dask",
19
+ "scikit-learn",
20
+ "xgboost",
21
+ "scipy",
22
+ "statsmodels",
23
+ "pykrige",
24
+ "xeofs",
25
+ "xskillscore",
26
+ "properscoring",
27
+ "minisom",
28
+ "rioxarray",
29
+ "fitter",
30
+ "seaborn",
31
+ "cdsapi==0.7.4",
32
+ "somoclu==1.7.6",
33
+ "h5netcdf>=1.2.0",
34
+ "lightgbm",
35
+ "pymc",
36
+ "arviz",
37
+ "jupyterlab",
38
+ ],
39
+ python_requires=">=3.11",
40
+ license="GPL-3.0",
41
+ license_files=('LICENSE',),
42
+ classifiers=[
43
+ "Programming Language :: Python :: 3",
44
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
45
+ "Operating System :: OS Independent",
46
+ ],
47
+ )
File without changes
@@ -0,0 +1,14 @@
1
+ __version__ = "0.1.0"
2
+
3
+ from wass2s.was_verification import *
4
+ from wass2s.was_analog import *
5
+ from wass2s.was_cca import *
6
+ from wass2s.was_compute_predictand import *
7
+ from wass2s.was_download import *
8
+ from wass2s.was_eof import *
9
+ from wass2s.was_linear_models import *
10
+ from wass2s.was_machine_learning import *
11
+ from wass2s.was_merge_predictand import *
12
+ from wass2s.was_mme import *
13
+ from wass2s.was_pcr import *
14
+ from wass2s.utils import *