climdata 0.1.0__tar.gz → 0.1.1__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.
Potentially problematic release.
This version of climdata might be problematic. Click here for more details.
- {climdata-0.1.0 → climdata-0.1.1}/PKG-INFO +1 -1
- {climdata-0.1.0 → climdata-0.1.1}/climdata/__init__.py +1 -1
- {climdata-0.1.0 → climdata-0.1.1}/climdata/datasets/CMIPCloud.py +4 -4
- {climdata-0.1.0 → climdata-0.1.1}/climdata.egg-info/PKG-INFO +1 -1
- {climdata-0.1.0 → climdata-0.1.1}/pyproject.toml +2 -2
- {climdata-0.1.0 → climdata-0.1.1}/.editorconfig +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/workflows/docs-build.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/workflows/docs.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/workflows/installation.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/workflows/macos.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/workflows/pypi.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/workflows/ubuntu.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.github/workflows/windows.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/.gitignore +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/LICENSE +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/MANIFEST.in +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/README.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/__main__.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/conf/config.yaml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/conf/mappings/parameters.yaml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/conf/mappings/variables.yaml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/datasets/CMIPlocal.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/datasets/DWD.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/datasets/ERA5.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/datasets/MSWX.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/main.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/utils/__init__.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/utils/config.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata/utils/utils_download.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata.egg-info/SOURCES.txt +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata.egg-info/dependency_links.txt +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata.egg-info/entry_points.txt +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata.egg-info/requires.txt +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/climdata.egg-info/top_level.txt +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/changelog.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/climdata.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/common.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/contributing.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/faq.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/index.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/installation.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/overrides/main.html +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/docs/usage.md +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/dwd_tas_LAT52.507_LON14.1372_1989-01-01_2020-12-31.csv +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/examples/extract_dwd_loc.ipynb +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/examples/zarr_tas_data/metadata.json +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/mkdocs.yml +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/requirements.txt +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/requirements_dev.txt +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/setup.cfg +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/tests/__init__.py +0 -0
- {climdata-0.1.0 → climdata-0.1.1}/tests/test_climdata.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: climdata
|
|
3
|
-
Version: 0.1.
|
|
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
|
|
@@ -131,12 +131,12 @@ class CMIPCloud:
|
|
|
131
131
|
)
|
|
132
132
|
|
|
133
133
|
# Add metadata columns if missing
|
|
134
|
-
df_long["
|
|
135
|
-
df_long["
|
|
136
|
-
df_long["
|
|
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 = ["
|
|
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.
|
|
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,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "climdata"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.1"
|
|
4
4
|
dynamic = [
|
|
5
5
|
"dependencies",
|
|
6
6
|
]
|
|
@@ -52,7 +52,7 @@ universal = true
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
[tool.bumpversion]
|
|
55
|
-
current_version = "0.1.
|
|
55
|
+
current_version = "0.1.1"
|
|
56
56
|
commit = true
|
|
57
57
|
tag = true
|
|
58
58
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|