Metadata-Version: 2.4
Name: windadjustment
Version: 1.0.0
Summary: A Python package for statistical wind speed adjustment using meteorological data
Home-page: https://github.com/yourusername/windadjustment
Author: Danilo Ceano
Author-email: your.email@example.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs==24.2.0
Requires-Dist: cads-api-client==1.2.0
Requires-Dist: Cartopy==0.23.0
Requires-Dist: cdsapi==0.7.0
Requires-Dist: certifi==2024.7.4
Requires-Dist: cftime==1.6.4
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: contourpy==1.2.1
Requires-Dist: cycler==0.12.1
Requires-Dist: fonttools==4.53.1
Requires-Dist: idna==3.7
Requires-Dist: joblib==1.4.2
Requires-Dist: kiwisolver==1.4.5
Requires-Dist: lmoments3==1.0.6
Requires-Dist: matplotlib==3.9.2
Requires-Dist: multiurl==0.3.1
Requires-Dist: numpy==2.0.1
Requires-Dist: packaging==24.1
Requires-Dist: pandas==2.2.2
Requires-Dist: pillow==10.4.0
Requires-Dist: pyparsing==3.1.2
Requires-Dist: pyproj==3.6.1
Requires-Dist: pyshp==2.3.1
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: pytz==2024.1
Requires-Dist: requests==2.32.3
Requires-Dist: scipy==1.14.0
Requires-Dist: setuptools==72.1.0
Requires-Dist: shapely==2.0.5
Requires-Dist: six==1.16.0
Requires-Dist: tqdm==4.66.5
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: tzdata==2024.1
Requires-Dist: urllib3==2.2.2
Requires-Dist: wheel==0.43.0
Requires-Dist: xarray==2024.7.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# WindAdjustment

A Python package for statistical wind speed adjustment using meteorological data.

## Overview

WindAdjustment provides tools for performing statistical adjustments on wind data, supporting both point-wise and regional analysis:

- **PointAdjustment**: Performs statistical adjustments for wind data at specific points/locations
- **RegionAdjustment**: Applies point-wise adjustments across entire regions using the PointAdjustment functionality
- **WindSpeedVisualizer**: Provides visualization tools for wind data and adjustment results

The package allows users to perform adjustments for specific time periods according to their requirements, making it suitable for climate studies, wind energy assessments, and meteorological research.

## Installation

### From source
```bash
git clone https://github.com/yourusername/windadjustment.git
cd windadjustment
pip install -e .
```

## Usage

Detailed usage examples and tutorials are available in the `docs/` folder:

- `Point_Adjustment_Usage_Guide.ipynb` - Complete guide for point-wise adjustments
- `RegionAdjustment_Usage_Guide.ipynb` - Guide for regional adjustments  
- `WindAdjustment_Usage_Guide.ipynb` - General usage and visualization guide

## Requirements

See `requirements.txt` for the complete list of dependencies.

## License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License - see the [LICENSE](LICENSE) file for details.
