National Renewable Energy Laboratory's (NREL's) Renewable Energy Potential(V) eXchange Tool: reVX
Project description
Renewable Energy Potential(V) eXchange Tool: reVX
reVX command line tools
Using Eagle Module
If you would like to run reV on Eagle (NREL’s HPC) you can use a pre-compiled module:
module use /shared-projects/rev/modulefiles
module load reVX
Installing reVX
Option 1: PIP Install (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
Option 2: Clone repo (recommended for developers)
- from home dir, git clone https://github.com/NREL/reVX.git
enter github username
enter github password
- Install reVX environment and modules (using conda)
cd into reVX repo cloned above
cd into bin/$OS/
run the command: conda env create -f revx.yml. If conda can’t find any packages, try removing them from the yml file.
run the command: conda activate revx
prior to running pip below, make sure branch is correct (install from master!)
cd back to the reVX repo (where setup.py is located)
install pre-commit: pre-commit install
run pip install . (or pip install -e . if running a dev branch or working on the source code)
- from home dir, git clone https://github.com/NREL/reV.git
enter github username
enter github password
- Install reV environment and modules (using conda)
cd into reV repo cloned above
prior to running pip below, make sure branch is correct (install from master!)
cd back to the reV repo (where setup.py is located)
install pre-commit: pre-commit install
run pip install . (or pip install -e . if running a dev branch or working on the source code)
- Check that reV and reVX were installed successfully
From any directory, run the following commands. This should return the help pages for the CLI’s.
reVX
reV
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NREL-reVX-0.2.0.tar.gz.
File metadata
- Download URL: NREL-reVX-0.2.0.tar.gz
- Upload date:
- Size: 72.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70c27e3f2a6a09df3005d1cf5a5335dc8326abf1ae6de53ec85d3ffaa5327d79
|
|
| MD5 |
69a5780741e009db22cc79d8e267886e
|
|
| BLAKE2b-256 |
f1282e4491ae71bfe04822c8bd7e1b552030ee2c5355605a6a2ccccf9a4bb4aa
|
File details
Details for the file NREL_reVX-0.2.0-py3-none-any.whl.
File metadata
- Download URL: NREL_reVX-0.2.0-py3-none-any.whl
- Upload date:
- Size: 91.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f2f43a2d9bbff457e4b99962bab0459b79871754c93e955192b001408c303e
|
|
| MD5 |
50b777a81043c9d74e2648818f9b841d
|
|
| BLAKE2b-256 |
a3ff83184d7017dc5055ae6edec4b7eb3b1a4fd3cffa2c1b432431b922ea7eec
|