Metadata-Version: 2.4
Name: frxx
Version: 0.0.1
Summary: Utils to process and visualize I/Q data from a weather radar.
Author: Ameya Naik
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/aeol1an/frxx
Project-URL: Bug Tracker, https://github.com/aeol1an/frxx/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pytz
Requires-Dist: netCDF4
Requires-Dist: requests
Requires-Dist: arm_pyart
Requires-Dist: numba
Requires-Dist: rocket-fft
Dynamic: license-file

# 𝓕(Rₓₓ)

A library to produce and analyze weather radar moments and spectra from I/Q data.

---

### Installation

```bash
pip install frxx
```
