Releases: edrewitz/WxData
WxData 1.2.7 Released
WxData 1.2.7
(C) Eric J. Drewitz 2025-2026
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time
Improvements
-
Added PANC, PACD, PABE and PASY to observed soundings.
-
Added exception handling and exception errors for invalid station ID and/or date format to observed soundings.
Bug Fixes
None at this time.
WxData 1.2.6 Released
WxData 1.2.6
(C) Eric J. Drewitz 2025-2026
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time
Improvements
-
Cleaned up the METAR data by converting all the variables in the Pandas.DataFrame from string to their respective data type. Also got rid of the '+' in the visibility Pandas.DataFrame to make the data useable in Python.
-
Added u and v wind components to the METAR data to make station plotting easier.
-
Added relative humidity to the METAR data.
Bug Fixes
- Fixed the u and v wind component calculation for the observed sounding data.
WxData 1.2.5 Released
WxData 1.2.5
(C) Eric J. Drewitz 2025-2026
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time
Improvements
- Changed the default argument of
clear_recycle_bin=Truetoclear_recycle_bin=Falsedue to feedback that most users probably do not want this. I did not want to removeclear_recycle_bingiven some users may still want to keep it. From now on, manually setclear_recycle_bin=Trueto clear recycle/trash bin with each run of a script that uses the WxData clients.
Bug Fixes
- None at this time.
WxData 1.2.4 Released
WxData 1.2.4
(C) Eric J. Drewitz 2025-2026
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time
Improvements
-
Added wet-bulb temperature to the observed sounding Pandas.DataFrame.
-
Added the ability to start a 24-hour comparison at a custom time for observed soundings.
Bug Fixes
- None at this time.
WxData 1.2.3 Released
WxData 1.2.3
(C) Eric J. Drewitz 2025-2026
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time
Improvements
None at this time.
Bug Fixes
- Fixed the new bug of the Wyoming Sounding data not parsing correctly.
WxData 1.2.2 Released
WxData 1.2.2
(C) Eric J. Drewitz 2025-2026
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time
Improvements
None at this time.
Bug Fixes
-
Added exception handling with error message and instructions for compatibility issues between the pip version of the eccodes library with Python 3.14.
Methods to fix eccodes compatibility with Python 3.14: 1) Uninstall the pip version of WxData and install WxData via Anaconda ***Steps For Method 1*** 1) pip uninstall wxdata 2) conda install wxdata 2) If the user is unable to use Anaconda as a package manager, the user must set up a new Python environment with the following specifications: ***Specifications*** Python >= 3.10 and Python <= 3.13 Python 3.10 is compatible. Python 3.11 is compatible. Python 3.12 is compatible. Python 3.13 is compatible Then pip install wxdata after the new Python environment is set up. -
Fixed the typo in month for the string for the xmACIS2 data client.
WxData 1.2.1 Released
WxData 1.2.1
(C) Eric J. Drewitz 2025
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time
Improvements
None at this time.
Bug Fixes
-
Updated the URLs to reflect the AIGFS and AIGEFS being moved from the NOAA parallel server to the NOAA production server.
-
Some people reported a bug that the GRIB steps were out of order (I could not replicate this issue). However, I built in an additional safeguard to prevent this from happening.
WxData 1.2 Released
WxData 1.2
(C) Eric J. Drewitz 2025
Documentation And Examples
WxData Documentation and Examples
What's New?
- AIGFS Client
- AIGEFS Client
- AIGFS Post-Processor
- AIGEFS Post-Processor
Improvements
None at this time.
Bug Fixes
None at this time.
WxData 1.1.4 Released
WxData 1.1.4
(C) Eric J. Drewitz 2025
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time.
Improvements
None at this time
Bug Fixes
- Fixed df['Date'] in the downloaded xmACIS2 data as I converted it from string to datetime
WxData 1.1.3 Released
WxData 1.1.3
(C) Eric J. Drewitz 2025
Documentation And Examples
WxData Documentation and Examples
What's New?
Nothing at this time.
Improvements
- Slightly tweaked the xmACIS2 Pandas.DataFrame clean up by replacing T with 0.001 rather than 0.00000001.
Bug Fixes
None at this time.