Skip to content

nasa/PyTDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04d693e · Mar 4, 2024

History

46 Commits
Nov 21, 2015
Mar 4, 2024
Sep 5, 2022
Jul 31, 2019
Jul 2, 2015
Jul 2, 2015
Mar 4, 2024
Aug 2, 2018

Repository files navigation

PyTDA README

This software provides Python functions that will estimate turbulence from Doppler radar data. It is tested and working under Python 3.12 and earlier versions.

For help see HELP file. For license see LICENSE.md.

Installation

Install Py-ART.

Run python -m pip install . from the command line in the main PyTDA folder.

Using PyTDA

import pytda

PyTDA (among other modules) is discussed in this [conference presentation] (https://ams.confex.com/ams/95Annual/webprogram/Paper262779.html)

See the notebooks directory for a demonstration Jupyter notebook.