Metadata-Version: 2.4
Name: wind-models
Version: 0.1.0
Summary: Research wind profile models.
Author: Aaron Spaulding
License-Expression: CC-BY-4.0
Project-URL: Homepage, https://github.com/aaroncspaulding/Wind-Models
Project-URL: Repository, https://github.com/aaroncspaulding/Wind-Models
Project-URL: Issues, https://github.com/aaroncspaulding/Wind-Models/issues
Keywords: wind,tropical-cyclone,numerical-model,research
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.23
Requires-Dist: scipy>=1.10
Requires-Dist: shapely>=2.0
Requires-Dist: matplotlib>=3.7
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: twine>=5.0; extra == "dev"
Provides-Extra: ml
Requires-Dist: xgboost>=2.0; extra == "ml"
Dynamic: license-file

# Wind Models

[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
[![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://www.python.org/)
[![Tests: pytest](https://img.shields.io/badge/tests-pytest-0A9EDC.svg)](https://docs.pytest.org/)

Numerical wind-profile research models and examples.

Notes:
- This repository contains a refactored and packaged implementation derived from the published code accompanying Chavas et al. (2015, *JAS*): https://purr.purdue.edu/publications/4066/1
- Refactoring, updates, and packaging by Aaron Spaulding.
- GPT-5.3 Codex assisted with packaging boilerplate and formatting.
