cavapy 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl

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.

Potentially problematic release.


This version of cavapy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cavapy
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: CAVA Python package. Retrive and analyze climate data.
5
5
  Home-page: https://github.com/Risk-Team/cavapy
6
6
  License: MIT
@@ -23,7 +23,17 @@ Requires-Dist: xclim (>=0.53.2,<0.54.0)
23
23
  Project-URL: Repository, https://github.com/Risk-Team/cavapy
24
24
  Description-Content-Type: text/markdown
25
25
 
26
- # cavapy: CORDEX-CORE Climate Data Access Simplified
26
+ <h1 align="center">
27
+ <br>
28
+ <h2 align="center">cavapy: CORDEX-CORE Climate Data Access Simplified</h2>
29
+ <br>
30
+ <div align="center">
31
+ <img src="https://img.shields.io/pepy/dt/cavapy?style=plastic" alt="Downloads" style="display: inline-block;">
32
+ <img src="https://img.shields.io/pypi/v/cavapy?label=pypi%20package" alt="version" style="display: inline-block;">
33
+ </div>
34
+ </h1
35
+
36
+ ---
27
37
 
28
38
  ## Introduction
29
39
 
@@ -31,7 +41,7 @@ Description-Content-Type: text/markdown
31
41
 
32
42
  With `cavapy`, users can efficiently integrate CORDEX-CORE data into their workflows, making it an ideal resource for hydrological and crop modeling, among other climate-sensitive analyses. Additionally, `cavapy` enables bias correction, potentially enhancing the precision and usability of the data for a wide range of applications.
33
43
 
34
- ---
44
+
35
45
 
36
46
  ## Data Source
37
47
 
@@ -91,13 +101,13 @@ It takes about 10 minutes to run each of the tasks below. For bigger areas/count
91
101
 
92
102
  ```
93
103
  import cavapy
94
- Togo_climate_data = cavapy.get_climate_data(country="Togo", cordex_domain="AFR-22", rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=False, bias_correction=True, historical=False)
104
+ Togo_climate_data = cavapy.get_climate_data(country="Togo", variables=["tasmax", "pr"], cordex_domain="AFR-22", rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=False, bias_correction=True, historical=False)
95
105
  ```
96
106
  ### Non bias-corrected climate projections
97
107
 
98
108
  ```
99
109
  import cavapy
100
- Togo_climate_data = cavapy.get_climate_data(country="Togo", cordex_domain="AFR-22", rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=False, bias_correction=False, historical=False)
110
+ Togo_climate_data = cavapy.get_climate_data(country="Togo",variables=["tasmax", "pr"], cordex_domain="AFR-22", rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=False, bias_correction=False, historical=False)
101
111
  ```
102
112
  ### Bias-corrected climate projections plus the historical run
103
113
 
@@ -105,12 +115,12 @@ This is useful when assessing changes in crop yield from the historical period.
105
115
 
106
116
  ```
107
117
  import cavapy
108
- Togo_climate_data = cavapy.get_climate_data(country="Togo", cordex_domain="AFR-22", rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=False, bias_correction=True, historical=True)
118
+ Togo_climate_data = cavapy.get_climate_data(country="Togo", variables=["tasmax", "pr"], cordex_domain="AFR-22", rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=False, bias_correction=True, historical=True)
109
119
  ```
110
120
  ### Observations only (ERA5)
111
121
 
112
122
  ```
113
123
  import cavapy
114
- Togo_climate_data = cavapy.get_climate_data(country="Togo", cordex_domain="AFR-22", rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=True, bias_correction=True, historical=True, years_obs=range(1980,2019))
124
+ Togo_climate_data = cavapy.get_climate_data(country="Togo", cordex_domain="AFR-22",variables=["tasmax", "pr"], rcp="rcp26", gcm="MPI", rcm="REMO", years_up_to=2030, obs=True, bias_correction=True, historical=True, years_obs=range(1980,2019))
115
125
  ```
116
126
 
@@ -0,0 +1,5 @@
1
+ cavapy.py,sha256=teaL-36Jsmcb4d_PRYnVwgCKWO_qVd6elUUkXfJ-U5s,24591
2
+ cavapy-0.1.4.dist-info/LICENSE,sha256=1etyG4_n-Tb3yoNMwQ38g_WxXFQ4E_ZCjZc-AGYPc9U,1151
3
+ cavapy-0.1.4.dist-info/METADATA,sha256=rjrzsJ9BmXQSHr0Ebaemb0dZ_fCUhbCsZoZq5aMMlpg,6437
4
+ cavapy-0.1.4.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
5
+ cavapy-0.1.4.dist-info/RECORD,,