climdata 0.1.0__py2.py3-none-any.whl → 0.1.1__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.1.0"
5
+ __version__ = "0.1.1"
6
6
 
7
7
  from .utils.utils_download import * # etc.
8
8
  from .utils.config import load_config
@@ -131,12 +131,12 @@ class CMIPCloud:
131
131
  )
132
132
 
133
133
  # Add metadata columns if missing
134
- df_long["source_id"] = self.source_id
135
- df_long["experiment_id"] = self.experiment_id
136
- df_long["table_id"] = self.table_id
134
+ df_long["source"] = self.source_id
135
+ df_long["experiment"] = self.experiment_id
136
+ df_long["table"] = self.table_id
137
137
 
138
138
  # Reorder columns
139
- cols = ["source_id", "experiment_id", "table_id", "time", "lat", "lon", "variable", "value", "units"]
139
+ cols = ["source", "experiment", "table", "time", "lat", "lon", "variable", "value", "units"]
140
140
  df_long = df_long[[c for c in cols if c in df_long.columns]]
141
141
 
142
142
  return df_long
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: climdata
3
- Version: 0.1.0
3
+ Version: 0.1.1
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
@@ -1,10 +1,10 @@
1
- climdata/__init__.py,sha256=LJZZdLt4f0wFuPQwEJOjddEMLVlh6LmlxxDsWf92FLA,462
1
+ climdata/__init__.py,sha256=rR9zjk6GF4r-_jMpBDYi_kNis5lNNu_IOIottOLRcgU,462
2
2
  climdata/__main__.py,sha256=Gn-CeD1_A0xSU8lvpuDJeniNtVgkwDpcRhxBOlrfV_w,82
3
3
  climdata/main.py,sha256=4_tm82v6tEa1fH1IeL2IslyjiB9NWOk46A-_QcsHg64,1586
4
4
  climdata/conf/config.yaml,sha256=_WHG5LDjzV28ZeyGVglnbXBmrAlPx0pV-5q-OhCYE3o,954
5
5
  climdata/conf/mappings/parameters.yaml,sha256=HzTjJnEWEYI4PiW29cGp0UbRBDc1f_NhgJdlYT6MXNY,4100
6
6
  climdata/conf/mappings/variables.yaml,sha256=mO13rtF0XOzP4fjU5oyao44GmRM0Jrr1RjUBBwg04IU,2030
7
- climdata/datasets/CMIPCloud.py,sha256=ORl8-1wJ8dk66gpd6AtUpzCja1vgxUKmtC24Zf-bPVg,5527
7
+ climdata/datasets/CMIPCloud.py,sha256=kriuH_B2GZLOH8vA6B3soqfAj5-iiiyYyId6l7vmMnk,5509
8
8
  climdata/datasets/CMIPlocal.py,sha256=mEBJZOfWu8fNlAQksXAbslWL0sJYQfu_UA2zPuetsBk,8815
9
9
  climdata/datasets/DWD.py,sha256=DwqBBkRLE_FXyjZX38iVv3cduiO6uQc8MQaTvHQqxjA,2850
10
10
  climdata/datasets/ERA5.py,sha256=OTCCstF8j-T8VL3oO7pISgcybXCLMghv-fRBv9_dmvY,11251
@@ -12,9 +12,9 @@ climdata/datasets/MSWX.py,sha256=rBA8k6KwidOBXjb2fAlUTJV7dPPZ8ewWMlA4uQvbGDo,999
12
12
  climdata/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  climdata/utils/config.py,sha256=UhbCH1PEVkEIdLVgmEEvb39Tq5XX4fsNe5gN4B5WL9Y,1054
14
14
  climdata/utils/utils_download.py,sha256=lCMFIzzZHVptLwpwCslbQhhie5mWsKzphsz_SQ3kHo0,33356
15
- climdata-0.1.0.dist-info/licenses/LICENSE,sha256=f_3cGg8TC4V7GSbVaJo9b_hy-iY3q_ZpWq1MN2VQcnw,1076
16
- climdata-0.1.0.dist-info/METADATA,sha256=zYfMcIJKVbx8Df752FPDsbGBbmBcT0tE_R5MZsErFQM,8357
17
- climdata-0.1.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
18
- climdata-0.1.0.dist-info/entry_points.txt,sha256=tiYPawJoZiBj7lU67vNTCb3esSvx_d-lBvOffA26ouU,47
19
- climdata-0.1.0.dist-info/top_level.txt,sha256=BPnAhRqg8vk580nSJDXTdLmfq6OZ_LR8eNTgrRabArw,9
20
- climdata-0.1.0.dist-info/RECORD,,
15
+ climdata-0.1.1.dist-info/licenses/LICENSE,sha256=f_3cGg8TC4V7GSbVaJo9b_hy-iY3q_ZpWq1MN2VQcnw,1076
16
+ climdata-0.1.1.dist-info/METADATA,sha256=46WXCUH8iKpdbGeFhPizyMBanAWLnXI-VIhG8hlwcrY,8357
17
+ climdata-0.1.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
18
+ climdata-0.1.1.dist-info/entry_points.txt,sha256=tiYPawJoZiBj7lU67vNTCb3esSvx_d-lBvOffA26ouU,47
19
+ climdata-0.1.1.dist-info/top_level.txt,sha256=BPnAhRqg8vk580nSJDXTdLmfq6OZ_LR8eNTgrRabArw,9
20
+ climdata-0.1.1.dist-info/RECORD,,