Skip to content

Releases: edrewitz/WxData

WxData 1.2.7 Released

01 Feb 01:38

Choose a tag to compare

WxData 1.2.7

Alt text Alt text

(C) Eric J. Drewitz 2025-2026

Documentation And Examples

WxData Documentation and Examples

What's New?

Nothing at this time

Improvements

  1. Added PANC, PACD, PABE and PASY to observed soundings.

  2. 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

30 Jan 23:22

Choose a tag to compare

WxData 1.2.6

Alt text Alt text

(C) Eric J. Drewitz 2025-2026

Documentation And Examples

WxData Documentation and Examples

What's New?

Nothing at this time

Improvements

  1. 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.

  2. Added u and v wind components to the METAR data to make station plotting easier.

  3. Added relative humidity to the METAR data.

Bug Fixes

  1. Fixed the u and v wind component calculation for the observed sounding data.

WxData 1.2.5 Released

23 Jan 02:17
448fd3b

Choose a tag to compare

WxData 1.2.5

Alt text Alt text

(C) Eric J. Drewitz 2025-2026

Documentation And Examples

WxData Documentation and Examples

What's New?

Nothing at this time

Improvements

  1. Changed the default argument of clear_recycle_bin=True to clear_recycle_bin=False due to feedback that most users probably do not want this. I did not want to remove clear_recycle_bin given some users may still want to keep it. From now on, manually set clear_recycle_bin=True to clear recycle/trash bin with each run of a script that uses the WxData clients.

Bug Fixes

  1. None at this time.

WxData 1.2.4 Released

21 Jan 02:26

Choose a tag to compare

WxData 1.2.4

Alt text Alt text

(C) Eric J. Drewitz 2025-2026

Documentation And Examples

WxData Documentation and Examples

What's New?

Nothing at this time

Improvements

  1. Added wet-bulb temperature to the observed sounding Pandas.DataFrame.

  2. Added the ability to start a 24-hour comparison at a custom time for observed soundings.

Bug Fixes

  1. None at this time.

WxData 1.2.3 Released

07 Jan 01:20

Choose a tag to compare

WxData 1.2.3

Alt text Alt text

(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

  1. Fixed the new bug of the Wyoming Sounding data not parsing correctly.

WxData 1.2.2 Released

06 Jan 00:28
2fb4013

Choose a tag to compare

WxData 1.2.2

Alt text Alt text

(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

  1. 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. 
    
  2. Fixed the typo in month for the string for the xmACIS2 data client.

WxData 1.2.1 Released

18 Dec 00:15
a10bd86

Choose a tag to compare

WxData 1.2.1

Alt text Alt text

(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

  1. Updated the URLs to reflect the AIGFS and AIGEFS being moved from the NOAA parallel server to the NOAA production server.

  2. 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

12 Dec 19:57
4abcbbe

Choose a tag to compare

WxData 1.2

Alt text Alt text

(C) Eric J. Drewitz 2025

Documentation And Examples

WxData Documentation and Examples

What's New?

  1. AIGFS Client
  2. AIGEFS Client
  3. AIGFS Post-Processor
  4. AIGEFS Post-Processor

Improvements

None at this time.

Bug Fixes

None at this time.

WxData 1.1.4 Released

09 Dec 03:29

Choose a tag to compare

WxData 1.1.4

Alt text Alt text

(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

  1. Fixed df['Date'] in the downloaded xmACIS2 data as I converted it from string to datetime

WxData 1.1.3 Released

08 Dec 00:18

Choose a tag to compare

WxData 1.1.3

Alt text Alt text

(C) Eric J. Drewitz 2025

Documentation And Examples

WxData Documentation and Examples

What's New?

Nothing at this time.

Improvements

  1. Slightly tweaked the xmACIS2 Pandas.DataFrame clean up by replacing T with 0.001 rather than 0.00000001.

Bug Fixes

None at this time.