pydropsonde.helper

pydropsonde.helper#

Functions

calc_T_from_theta(ds)

Input :

calc_iwv(ds[, sonde_dim, alt_dim])

Input :

calc_q_from_rh(ds)

Input :

calc_q_from_rh_sonde(ds)

Input :

calc_rh_from_q(ds)

Input :

calc_theta_e(ds)

Input :

calc_theta_from_T(ds)

Input :

calc_wind_dir_and_speed(ds)

Input :

convert_p_to_si(value)

convert pressure from hPa to Pa

convert_rh_to_si(value)

convert RH from % to fraction

convert_ta_to_si(value)

convert temperature from C to K

get_bool(s)

get_global_attrs_from_config(config)

get global attributes that should be added to each dataset from config Input: config: configparser Returns: ------- global_attrs: dict with global attributes

get_si_converter_function_based_on_var(var_name)

get the function to convert a variable to SI units based on its name

Modules

paths

physics

quality

rawreader

Module to read from raw files, mostly to gather metadata from A files

xarray_helper