climdata 0.0.3__py2.py3-none-any.whl → 0.0.5__py2.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 climdata might be problematic. Click here for more details.

climdata/__init__.py CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Kaushik Muduchuru"""
4
4
  __email__ = "kaushik.reddy.m@gmail.com"
5
- __version__ = "0.0.3"
5
+ __version__ = "0.0.5"
6
6
 
7
7
  from .utils.utils_download import * # etc.
8
8
  from .utils.config import load_config
@@ -4,7 +4,6 @@ from wetterdienst import Settings
4
4
  from wetterdienst.provider.dwd.observation import DwdObservationRequest
5
5
  import geemap
6
6
  import ee
7
- import ipdb
8
7
  import geopandas as gpd
9
8
  from omegaconf import DictConfig
10
9
  import os
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: climdata
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: This project automates the fetching and extraction of weather data from multiple sources — such as MSWX, DWD HYRAS, ERA5-Land, NASA-NEX-GDDP, and more — for a given location and time range.
5
5
  Author-email: Kaushik Muduchuru <kaushik.reddy.m@gmail.com>
6
6
  License: MIT License
@@ -35,6 +35,8 @@ Requires-Dist: pymannkendall
35
35
  Requires-Dist: tqdm
36
36
  Requires-Dist: zarr
37
37
  Requires-Dist: ipyleaflet
38
+ Requires-Dist: wetterdienst
39
+ Requires-Dist: pint-pandas
38
40
  Requires-Dist: hydra-core
39
41
  Requires-Dist: intake
40
42
  Requires-Dist: intake-esm
@@ -54,6 +56,10 @@ Requires-Dist: scikit-learn
54
56
  Requires-Dist: xgboost
55
57
  Requires-Dist: optuna
56
58
  Requires-Dist: gitpython
59
+ Requires-Dist: beautifulsoup4
60
+ Requires-Dist: google-auth
61
+ Requires-Dist: google-api-python-client
62
+ Requires-Dist: ipdb
57
63
  Provides-Extra: all
58
64
  Requires-Dist: pandas; extra == "all"
59
65
  Provides-Extra: extra
@@ -1,7 +1,6 @@
1
- climdata/__init__.py,sha256=ZsUBlrGiniOmJLZh9uvfwSgEn78jKB_saGDg3Kp2bG4,310
1
+ climdata/__init__.py,sha256=xZjjjwjqt-whZA5velWgZLssDxkFAXdoua7cv0qbofM,310
2
2
  climdata/__main__.py,sha256=Gn-CeD1_A0xSU8lvpuDJeniNtVgkwDpcRhxBOlrfV_w,82
3
3
  climdata/main.py,sha256=4_tm82v6tEa1fH1IeL2IslyjiB9NWOk46A-_QcsHg64,1586
4
- climdata/requirements.txt,sha256=olJJbNA402X16qOlUKY43ntycujwCE2D0jvSrHnznZw,349
5
4
  climdata/conf/config.yaml,sha256=e7v1rmSYocAww4THKd7Hzg9qichGzhhOUEAKVkkLM1U,873
6
5
  climdata/conf/mappings/parameters.yaml,sha256=HzTjJnEWEYI4PiW29cGp0UbRBDc1f_NhgJdlYT6MXNY,4100
7
6
  climdata/conf/mappings/variables.yaml,sha256=mO13rtF0XOzP4fjU5oyao44GmRM0Jrr1RjUBBwg04IU,2030
@@ -10,10 +9,10 @@ climdata/datasets/DWD.py,sha256=DwqBBkRLE_FXyjZX38iVv3cduiO6uQc8MQaTvHQqxjA,2850
10
9
  climdata/datasets/MSWX.py,sha256=UpWDNSXAISGVPv9oF4VqWhLmboBN_dZMYt8CFk3PoUY,9912
11
10
  climdata/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
11
  climdata/utils/config.py,sha256=UhbCH1PEVkEIdLVgmEEvb39Tq5XX4fsNe5gN4B5WL9Y,1054
13
- climdata/utils/utils_download.py,sha256=sXO4SOEfTdOCEOiGVNbxcZqGyt5LYUHVhMcSuBvRI5E,33368
14
- climdata-0.0.3.dist-info/licenses/LICENSE,sha256=f_3cGg8TC4V7GSbVaJo9b_hy-iY3q_ZpWq1MN2VQcnw,1076
15
- climdata-0.0.3.dist-info/METADATA,sha256=IIlfikeiCSb2u_ThaUsTzMkwbUAaF4D-Zph1UCOpAvk,8163
16
- climdata-0.0.3.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
17
- climdata-0.0.3.dist-info/entry_points.txt,sha256=tiYPawJoZiBj7lU67vNTCb3esSvx_d-lBvOffA26ouU,47
18
- climdata-0.0.3.dist-info/top_level.txt,sha256=BPnAhRqg8vk580nSJDXTdLmfq6OZ_LR8eNTgrRabArw,9
19
- climdata-0.0.3.dist-info/RECORD,,
12
+ climdata/utils/utils_download.py,sha256=lCMFIzzZHVptLwpwCslbQhhie5mWsKzphsz_SQ3kHo0,33356
13
+ climdata-0.0.5.dist-info/licenses/LICENSE,sha256=f_3cGg8TC4V7GSbVaJo9b_hy-iY3q_ZpWq1MN2VQcnw,1076
14
+ climdata-0.0.5.dist-info/METADATA,sha256=UbsSOKra7m-JavuDFi24CtZ-PCpJFw1wVNxPsnPdYQc,8335
15
+ climdata-0.0.5.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
16
+ climdata-0.0.5.dist-info/entry_points.txt,sha256=tiYPawJoZiBj7lU67vNTCb3esSvx_d-lBvOffA26ouU,47
17
+ climdata-0.0.5.dist-info/top_level.txt,sha256=BPnAhRqg8vk580nSJDXTdLmfq6OZ_LR8eNTgrRabArw,9
18
+ climdata-0.0.5.dist-info/RECORD,,
climdata/requirements.txt DELETED
@@ -1,20 +0,0 @@
1
- beautifulsoup4==4.13.5
2
- earthengine_api==1.5.19
3
- geemap==0.35.3
4
- geopandas==1.0.1
5
- google_api_python_client==2.172.0
6
- hydra-core==1.3.2
7
- ipdb==0.13.13
8
- numpy==2.3.2
9
- omegaconf==2.3.0
10
- pandas==2.3.2
11
- Pint==0.24.4
12
- Pint_Pandas==0.7.1
13
- protobuf==6.32.0
14
- PyYAML==6.0.2
15
- PyYAML==6.0.2
16
- Requests==2.32.5
17
- scipy==1.16.1
18
- tqdm==4.67.1
19
- wetterdienst==0.111.0
20
- xarray==2025.4.0