wxdata 2.0__tar.gz → 2.0.2__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.
- {wxdata-2.0/src/wxdata.egg-info → wxdata-2.0.2}/PKG-INFO +1 -1
- {wxdata-2.0 → wxdata-2.0.2}/pyproject.toml +1 -1
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/ecmwf/keys.py +1 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/ecmwf_post_processing.py +11 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/progress_bar.py +1 -1
- {wxdata-2.0 → wxdata-2.0.2/src/wxdata.egg-info}/PKG-INFO +1 -1
- {wxdata-2.0 → wxdata-2.0.2}/LICENSE +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/README.md +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/setup.cfg +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigefs/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigefs/aigefs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigefs/paths.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigefs/url_scanners.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigfs/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigfs/aigfs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigfs/paths.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/aigfs/url_scanners.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/calc/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/calc/derived_fields.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/calc/kinematics.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/calc/thermodynamics.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/calc/unit_conversion.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/cfs/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/cfs/cfs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/cfs/file_scanner.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/cfs/url_scanners.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/client/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/client/byte_range.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/client/client.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/client/level_coords.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/ecmwf/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/ecmwf/ecmwf.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/ecmwf/file_funcs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/ecmwf/parsers.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/ecmwf/paths.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/ecmwf/url_scanners.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/fems/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/fems/meta_data.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/fems/observations.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gefs/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gefs/exception_messages.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gefs/file_funcs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gefs/gefs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gefs/paths.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gefs/url_scanners.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gfs/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gfs/exception_messages.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gfs/gfs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gfs/paths.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/gfs/url_scanners.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/hgefs/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/hgefs/hgefs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/hgefs/paths.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/hgefs/url_scanner.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/metars/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/metars/_clean_data.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/metars/metar_obs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/noaa/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/noaa/nws.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/aigefs_post_processing.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/aigfs_post_processing.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/cfs_post_processing.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/gefs_post_processing.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/gfs_post_processing.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/hgefs_post_processing.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/post_processors/rtma_post_processing.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/radar/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/radar/nexrad2.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/radar/url_scanner.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/rtma/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/rtma/file_funcs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/rtma/file_scanner.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/rtma/keys.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/rtma/rtma.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/rtma/url_scanners.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/soundings/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/soundings/_exceptions.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/soundings/wyoming_soundings.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/__init__.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/coords.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/exceptions.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/file_funcs.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/file_scanner.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/nomads_gribfilter.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/recycle_bin.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/scripts.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/tools.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata/utils/xmacis2_cleanup.py +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata.egg-info/SOURCES.txt +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata.egg-info/dependency_links.txt +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata.egg-info/requires.txt +0 -0
- {wxdata-2.0 → wxdata-2.0.2}/src/wxdata.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wxdata
|
|
3
|
-
Version: 2.0
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: A Python package of end-to-end weather data clients & raw data clients with VPN/PROXY support, data processors that decode variable keys from GRIB format into a plain-language format & various tools for assisting Python automated workflows, querying meteorological datasets and filling gaps in meteorological data.
|
|
5
5
|
Author: Eric J. Drewitz
|
|
6
6
|
Project-URL: Documentation, https://github.com/edrewitz/wxdata/blob/main/Documentation/Landing%20Page.md
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "wxdata"
|
|
3
|
-
version = "2.0"
|
|
3
|
+
version = "2.0.2"
|
|
4
4
|
description = "A Python package of end-to-end weather data clients & raw data clients with VPN/PROXY support, data processors that decode variable keys from GRIB format into a plain-language format & various tools for assisting Python automated workflows, querying meteorological datasets and filling gaps in meteorological data."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -1150,6 +1150,13 @@ def ecmwf_aifs_post_processing(path,
|
|
|
1150
1150
|
except Exception as e:
|
|
1151
1151
|
pass
|
|
1152
1152
|
|
|
1153
|
+
try:
|
|
1154
|
+
ds1['geopotential_height'] = ds1['gh']
|
|
1155
|
+
ds1 = ds1.drop_vars('gh')
|
|
1156
|
+
ds1_list.append(ds1)
|
|
1157
|
+
except Exception as e:
|
|
1158
|
+
pass
|
|
1159
|
+
|
|
1153
1160
|
try:
|
|
1154
1161
|
ds1['specific_humidity'] = ds1['q']
|
|
1155
1162
|
ds1 = ds1.drop_vars('q')
|
|
@@ -1494,6 +1501,10 @@ def ecmwf_aifs_post_processing(path,
|
|
|
1494
1501
|
ds = ds.drop_vars('z')
|
|
1495
1502
|
except Exception as e:
|
|
1496
1503
|
pass
|
|
1504
|
+
try:
|
|
1505
|
+
ds = ds.drop_vars('gh')
|
|
1506
|
+
except Exception as e:
|
|
1507
|
+
pass
|
|
1497
1508
|
try:
|
|
1498
1509
|
ds = ds.drop_vars('skt')
|
|
1499
1510
|
except Exception as e:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wxdata
|
|
3
|
-
Version: 2.0
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: A Python package of end-to-end weather data clients & raw data clients with VPN/PROXY support, data processors that decode variable keys from GRIB format into a plain-language format & various tools for assisting Python automated workflows, querying meteorological datasets and filling gaps in meteorological data.
|
|
5
5
|
Author: Eric J. Drewitz
|
|
6
6
|
Project-URL: Documentation, https://github.com/edrewitz/wxdata/blob/main/Documentation/Landing%20Page.md
|
|
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
|
|
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
|