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
51 stars 13 forks source link

Support IGRA2 dataset access #5

Closed kylejgillett closed 1 year ago

kylejgillett commented 1 year ago

Suggested by Jared Rennie.

Add functionality to load and parse data from the Integrated Global Radiosonde Archive version 2.

*Note, this will be done easily via Siphon.

kylejgillett commented 1 year ago

This functionality has been developed.

Now get_obs_data() will require a method kwarg. method can be 'raob' for RAOB data from UW / ISU or 'igra' for the IGRAv2 archive.

This will be added to v1.1.0