pyradtran.io.RadiosondeAtmosphereGenerator.get_station_list#
- static RadiosondeAtmosphereGenerator.get_station_list(url: str = 'https://www.ncei.noaa.gov/pub/data/igra/igra2-station-list.txt') DataFrame | None[source]#
Download and parse the IGRA station catalogue.
- Returns:
One row per station with columns id, latitude, longitude, elevation, state, name, first_year, last_year, num_obs. None on network error.
- Return type:
pandas.DataFrame or None