Python package with utilities for weather profiler instruments
wxprofilers.readthedocs.io/en/latest/
wxprofilers can be installed with pip:
pip install git+https://github.com/ASRCsoft/wxprofilers.git
Generate xarray objects from lidar text files:
import wxprofilers.convert as wxp
lidar = wxp.lidar_from_csv('radial_wind_data.csv', scan='scan.xml', wind='reconstruction_wind_data.csv')