V3GRInterface#

class pride.io.V3GRInterface(v3gr_file: pathlib.Path)#

Interface to content of V3GR files

read_v3gr_data_for_station(station_name: str) list[float]#

Read V3GR data for a specific station

Parameters:

station_name – Name of the station

Return site_data:

List of coefficients for the station

read_atmospheric_conditions_at_station(station_name: str) list[float]#

Read atmospheric conditions at a specific station

Parses the V3GR file to extract the atmospheric conditions for a station, and returns them as a list with the following items: 1. Modified Julian Date 2. Atmospheric pressure (hPa) 3. Temperature (Celsius) 4. Water vapor pressure (hPa)

Parameters:

station_name – Name of the station

Return site_data:

Atmospheric conditions for the station