Super Resolving Renewable Resource Data (sup3r)
Project description
The Super Resolution for Renewable Resource Data (sup3r) software uses generative adversarial networks to create synthetic high-resolution wind and solar spatiotemporal data from coarse low-resolution inputs. To get started, check out the sup3r command line interface (CLI) here.
Installing sup3r
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 (recommended for analysts):
Create a new environment: conda create --name sup3r python=3.9
Activate environment: conda activate sup3r
Run this if you want to train models on GPUs: conda install -c anaconda tensorflow-gpu
Install sup3r: pip install NREL-sup3r
Option 2: Clone repo (recommended for developers)
from home dir, git clone git@github.com:NREL/sup3r.git
- Create sup3r environment and install package
Create a conda env: conda create -n sup3r
Run the command: conda activate sup3r
cd into the repo cloned in 1.
Run this if you want to train models on GPUs: conda install -c anaconda tensorflow-gpu
Prior to running pip below, make sure the branch is correct (install from main!)
Install sup3r and its dependencies by running: pip install . (or pip install -e . if running a dev branch or working on the source code)
Recommended Citation
Update with current version and DOI:
Brandon Benton, Grant Buster, Andrew Glaws, Ryan King. Super Resolution for Renewable Resource Data (sup3r). https://github.com/NREL/sup3r (version v0.0.2), 2022. DOI: 10.5281/zenodo.6808547
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
File details
Details for the file NREL-sup3r-0.0.2.tar.gz
.
File metadata
- Download URL: NREL-sup3r-0.0.2.tar.gz
- Upload date:
- Size: 125.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54193f45ec90041a9c4c70163b3e11e69a87501fb6d44112b566d9cf50347d0b |
|
MD5 | 284c616cd9287a812d6c3f66b25ac829 |
|
BLAKE2b-256 | 9165f992f927a52cc0129091472001b997673bc07ff2887bd48f648ef8f43ad7 |
File details
Details for the file NREL_sup3r-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: NREL_sup3r-0.0.2-py3-none-any.whl
- Upload date:
- Size: 141.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0362aa7f5380718ba954d025dcd6f2694fdbbf24d55c4adc349d56fafd0619ad |
|
MD5 | 0cdde19fa8a357b79bcfe92b5214215d |
|
BLAKE2b-256 | 22e332aae705af247e55b9e0880746f03410820503e01b5b4b36a056af1d4c79 |