kylejgillett / sounderpy

A python package that helps you to access and plot vertical profile data for meteorological analysis
https://kylejgillett.github.io/sounderpy/
MIT License
48 stars 12 forks source link

Improve numerical RAOB site ID support #17

Closed kylejgillett closed 5 months ago

kylejgillett commented 6 months ago

In some cases when using RAOB identifiers other than the standard 3-digit ID ('DTX'), get_obs_data() will fail when looking for the right station ID in the station ID lists, even though it did correctly retrieve the data because the provided station ID is valid.

The function needs to be able to search through the numerical IDs as well.

This will be fixed in upcoming releases.

kylejgillett commented 5 months ago

This issue is fixed and users can now us WMO ID numbers when using the get_obs_data() function.