National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) eXchange Tool: reVX
Project description
reVX command line tools
Using Eagle Env
If you would like to run reVX on Eagle (NREL’s HPC) you can use a pre-compiled conda env:
conda activate /shared-projects/rev/modulefiles/conda_env
or
source activate /shared-projects/rev/modulefiles/conda_env
Installing reVX
Option 1: Install from PIP or Conda (recommended for analysts):
- Create a new environment:
conda create --name revx python=3.7
- Activate directory:
conda activate revx
- Install reVX:
pip install NREL-reVX or
conda install nrel-revx --channel=nrel
- NOTE: If you install using conda and you want to use:
- HSDS you will alsoneed to install h5pyd manually: pip install h5pyd
- NOTE: If you install using pip and want to runyou will need to install rtree manually: * conda install rtree * pip installation instructions
Option 2: Clone repo (recommended for developers)
- from home dir, git clone https://github.com/NREL/reVX.git
enter github username
enter github password
- Create reVX environment and install package
Create a conda env: conda create -n revx
Run the command: conda activate revx
cd into the repo cloned in 1.
- prior to running pip below, make sure the branch is correct (installfrom main!)
- Install reVX and its dependencies by running:pip install . (or pip install -e . if running a dev branchor working on the source code)
- Check that reVX was installed successfully
- From any directory, run the following commands. This should return thehelp pages for the CLI’s.
reVX
Recommended Citation
Update with current version and DOI:
Michael Rossol, Grant Buster, and Robert Spencer. The Renewable Energy Potential(V) eXchange Tool: reVX. https://github.com/NREL/reVX (version v0.3.20), 2021. https://doi.org/10.5281/zenodo.4507580.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for NREL_reVX-0.3.34-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0b42bff53467f899256e257558fab7f708ab41870b32b03a02a491eca8df5a1 |
|
MD5 | 08c08ab5d44d7e6157368f628d984a0f |
|
BLAKE2b-256 | f1f58315c370aa88d8d7846e21c49c00e846a96bda3e01f8ec621421e9703833 |