Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 677 Bytes

File metadata and controls

23 lines (16 loc) · 677 Bytes

wxprofilers

Documentation Status

Python package with utilities for weather profiler instruments

Documentation

wxprofilers.readthedocs.io/en/latest/

Installation

wxprofilers can be installed with pip:

pip install git+https://github.com/ASRCsoft/wxprofilers.git

Usage

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')