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