Metadata-Version: 2.1
Name: windmapper
Version: 2.2.2
Summary: Windfield library generation
Author: Chris Marsh
Project-URL: Homepage, https://github.com/Chrismarsh/Windmapper
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: elevation
Requires-Dist: pyproj
Requires-Dist: tqdm
Requires-Dist: rasterio
Requires-Dist: cloudpickle
Requires-Dist: gdal[numpy]
Requires-Dist: mpi4py
Description-Content-Type: text/markdown

# Windmapper

Windmapper is a python tool and a set of algorithms for producing and using pre-computed libraries of wind field used for wind downscaling. 

![](docs/images/WM-main.png)

# Installation

The default ``pip install windmapper`` will build windmapper without Windninja. However Windninja is required to run.

To build Windninja, ensure gdal, boost, and mpi system libraries are installed and then

``BUILD_WINDNINJA=1 pip install windmapper``

Spack can also be used to install windmapper -- please see documentation below.

# Documentation 
Documentation and full instructions on use can be found [here](https://windmapper.readthedocs.io)