Metadata-Version: 2.1
Name: pysoundings
Version: 0.1.1
Summary: This is just a simple little module designed to pull atmospheric sounding data from the University of Wyoming, College of Engineering, Department of Atmospheric Science's website. All you need is the station number and the date and this module will return a pandas.DataFrame containing the sounding data. You may still want to go to the website to determine what stations are available, but there are data from a lot of stations in the United States.
Home-page: https://github.com/dkllrjr/pysoundings
Author: dkllrjr
Author-email: dg.kllr.jr@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: lxml (>=4.6.2,<5.0.0)
Requires-Dist: pandas (>=1.2.1,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Documentation, https://www.alaskanresearcher.org/pysoundings/pysoundings.hmtl
Project-URL: Repository, https://github.com/dkllrjr/pysoundings
Description-Content-Type: text/markdown

# pysoundings

**pysoundings** is just a simple little module designed to pull atmospheric sounding data from the [University of Wyoming, College of Engineering, Department of Atmospheric Science's website](http://weather.uwyo.edu/upperair/sounding.html). All you need is the station number and the date and this module will return a [pandas.DataFrame](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html) containing the sounding data. You may still want to go to the website to determine what stations are available, but there are data from a lot of stations in the United States.

## Installation

The package is available on [PyPi](https://pypi.org/):

```bash
$ pip install pysoundings
```

