Metadata-Version: 2.4
Name: pynasonde
Version: 1.2.0
Summary: Precision ionospheric radio sounding tools
Home-page: https://github.com/shibaji7/pynasonde
Author: Shibaji Chakraborty
Author-email: chakras4@erau.edu
Maintainer: Shibaji Chakraborty
Maintainer-email: chakras4@erau.edu
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: numpy; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: opencv-python-headless; extra == "dev"
Requires-Dist: pytesseract; extra == "dev"
Requires-Dist: loguru; extra == "dev"
Requires-Dist: requests; extra == "dev"
Requires-Dist: beautifulsoup4; extra == "dev"
Requires-Dist: tqdm; extra == "dev"
Requires-Dist: lxml; extra == "dev"
Requires-Dist: toml; extra == "dev"
Requires-Dist: pytz; extra == "dev"
Requires-Dist: timezonefinder; extra == "dev"
Requires-Dist: SciencePlots; extra == "dev"
Requires-Dist: scipy; extra == "dev"
Requires-Dist: xarray; extra == "dev"
Requires-Dist: joblib; extra == "dev"
Requires-Dist: pysolar; extra == "dev"
Requires-Dist: netCDF4; extra == "dev"
Dynamic: author-email
Dynamic: home-page
Dynamic: maintainer
Dynamic: maintainer-email


# Pynasonde
<div style="text-align: center;">
  <img src="docs/assets/Colab-pynasonde-logo2.jpg" alt="Pynasonde" width="50%">
</div>

[![License: MIT](https://img.shields.io/badge/License%3A-MIT-green)](https://choosealicense.com/licenses/mit/) 
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/) 
![GitHub Stable Release (latest by date)](https://img.shields.io/github/v/release/shibaji7/pynasonde)
[![Documentation Status](https://img.shields.io/readthedocs/pynasonde?logo=readthedocs&label=docs)](https://pynasonde.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/shibaji7/pynasonde/branch/main/graph/badge.svg)](https://codecov.io/gh/shibaji7/pynasonde)


Pynasonde is an open-source Python-based application designed for precision ionospheric radio sounding, with a strong focus on analyzing the phase characteristics of radio echoes. Tailored for Space Weather applications, Pynasonde offers a suite of unique tools that help extract valuable insights directly and autonomously from ionogram data.

With Pynasonde, you can achieve accurate echo recognition, noise discrimination, and echo classification into traces. The application also facilitates the scaling of standard ionospheric parameters, 3-D plasma density inversion (including error bars), diagnostics of small-scale irregularities, and determination of vector velocities.

Designed as a comprehensive toolbox, Pynasonde empowers researchers to process raw ionosonde datasets efficiently, providing reliable, real-time insights into ionospheric conditions and phenomena. Whether you're focused on space weather forecasting, radio communication, or scientific exploration, Pynasonde is your go-to tool for precision ionospheric analysis.

## Source Code 

The library source code can be found on the [pynasonde GitHub](https://github.com/shibaji7/pynasonde) repository. 

If you have any questions or concerns please submit an **Issue** on the [pynasonde GitHub](https://github.com/shibaji7/pynasonde) repository. 

## Documentation
Read the docs: https://pynasonde.readthedocs.io/en/latest/
