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

Support IGRA2 dataset access #5

Closed kylejgillett closed 12 months ago

kylejgillett commented 12 months 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 12 months 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