wrg-maker converts NREL's HDF5-based wind resource datasets (WINDToolkit) into industry standard WRG format
- Create a new environment:
conda create --name wrg-maker
- Activate directory:
conda activate wrg-maker
- Install wtk:
pip install git+ssh://git@github.com/moptis/wrg_maker.git
from home dir,
git clone git@github.com/moptis/wrg_maker.git
- Create
wrg-maker
environment and install package - Create a conda env:
conda create -n wrg-maker
- Run the command:
conda activate wrg-maker
- cd into the repo cloned in 1.
- prior to running
pip
below, make sure the branch is correct (install from main!) - Install
wrg-maker
and its dependencies by running:pip install -e .[dev]
- Create a conda env:
- Create
- Check that
wrg_maker
was installed successfully From any directory, run the following commands. This should return the help pages for the CLI's.
wrg_maker
- Check that