pyrad.prod.generate_traj_product#
- pyrad.prod.generate_traj_product(traj, prdcfg)[source]#
- Generates trajectory products. Accepted product types:
- ‘TRAJ_MAP’: Plots the trajectory on a lat-lon map with the altitude
color coded
- ‘TRAJ_PLOT’: Plots time series of the trajectory respect to the radar
elevation, azimuth or range User defined parameters:
- ‘datatype’: str
The type of parameter: ‘EL’, ‘AZ’, or ‘RANGE’
‘TRAJ_TEXT’: Writes the trajectory information in a csv file
- Parameters:
traj (Trajectory object)
prdcfg (dictionary of dictionaries) – product configuration dictionary of dictionaries
- Returns:
None