National Renewable Energy Laboratory's (NREL's) REsource eXtraction tool: rex
Project description
rex command line tools
Using Eagle Env
If you would like to run rex on Eagle (NREL’s HPC) you can use a pre-compiled conda env:
conda activate /shared-projects/rev/modulefiles/conda/envs/rev/
or
source activate /shared-projects/rev/modulefiles/conda/envs/rev/
Installing rex
NOTE: The installation instruction below assume that you have python installed on your machine and are using conda as your package/environment manager.
Option 1: Install from PIP or Conda (recommended for analysts):
- Create a new environment:
conda create --name rex
- Activate directory:
conda activate rex
- Install rex:
pip install NREL-rex or
conda install nrel-rex --channel=nrel
NOTE: If you install using conda and want to use HSDS you will also need to install h5pyd manually: pip install h5pyd
Option 2: Clone repo (recommended for developers)
from home dir, git clone git@github.com:NREL/rex.git
- Create rex environment and install package
Create a conda env: conda create -n rex
Run the command: conda activate rex
cd into the repo cloned in 1.
prior to running pip below, make sure the branch is correct (install from main!)
Install rex and its dependencies by running: pip install . (or pip install -e . if running a dev branch or working on the source code)
- Check that rex was installed successfully
From any directory, run the following commands. This should return the help pages for the CLI’s.
rex
NSRDBX
WINDX
US-wave
Recommended Citation
Update with current version and DOI:
Michael Rossol, Grant Buster. The REsource Extraction Tool (rex). https://github.com/NREL/rex (version v0.2.43), 2021. https://doi.org/10.5281/zenodo.4499033.
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_rex-0.2.74-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4330aa8d36980c10504395f5851abb1cfeb0813fc9a5c26014f34527f76b9b1 |
|
MD5 | 1514b618c3856bfb07157e887bf42e29 |
|
BLAKE2b-256 | cce6a28d6c0684457f96556daf80e3986b7cddc2ac397a1e4d7140fd4385b679 |