Name | NREL-sup3r JSON |
Version |
0.2.2
JSON |
| download |
home_page | None |
Summary | Super Resolving Renewable Resource Data (sup3r) |
upload_time | 2025-01-02 23:16:17 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | BSD-3-Clause |
keywords |
sup3r
nrel
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Welcome to SUP3R!
|Docs| |Tests| |Linter| |PyPi| |PythonV| |Codecov| |Zenodo|
.. |Docs| image:: https://github.com/NREL/sup3r/workflows/Documentation/badge.svg
:target: https://nrel.github.io/sup3r/
.. |Tests| image:: https://github.com/NREL/sup3r/workflows/Pytests/badge.svg
:target: https://github.com/NREL/sup3r/actions?query=workflow%3A%22Pytests%22
.. |Linter| image:: https://github.com/NREL/sup3r/workflows/Lint%20Code%20Base/badge.svg
:target: https://github.com/NREL/sup3r/actions?query=workflow%3A%22Lint+Code+Base%22
.. |PyPi| image:: https://img.shields.io/pypi/pyversions/NREL-sup3r.svg
:target: https://pypi.org/project/NREL-sup3r/
.. |PythonV| image:: https://badge.fury.io/py/NREL-sup3r.svg
:target: https://badge.fury.io/py/NREL-sup3r
.. |Codecov| image:: https://codecov.io/gh/nrel/sup3r/branch/main/graph/badge.svg
:target: https://codecov.io/gh/nrel/sup3r
.. |Zenodo| image:: https://zenodo.org/badge/422324608.svg
:target: https://zenodo.org/badge/latestdoi/422324608
.. inclusion-intro
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)
<https://nrel.github.io/sup3r/_cli/sup3r.html#sup3r>`__.
Installing sup3r
================
NOTE: The installation instruction below assume that you have python installed
on your machine and are using `conda <https://docs.conda.io/en/latest/index.html>`__
as your package/environment manager.
Option 1: Install from PIP (recommended for analysts):
------------------------------------------------------
1. Create a new environment: ``conda create --name sup3r python=3.11``
2. Activate environment: ``conda activate sup3r``
3. Install sup3r: ``pip install NREL-sup3r``
4. Run this if you want to train models on GPUs: ``pip install tensorflow[and-cuda]``
4.1 For OSX use instead: ``python -m pip install tensorflow-metal``
Option 2: Clone repo (recommended for developers)
-------------------------------------------------
1. from home dir, ``git clone git@github.com:NREL/sup3r.git``
2. Create ``sup3r`` environment and install package
1) Create a conda env: ``conda create -n sup3r``
2) Run the command: ``conda activate sup3r``
3) ``cd`` into the repo cloned in 1.
4) Prior to running ``pip`` below, make sure the branch is correct (install
from main!)
5) Install ``sup3r`` and its dependencies by running:
``pip install .`` (or ``pip install -e .`` if running a dev branch
or working on the source code)
6) Run this if you want to train models on GPUs: ``pip install tensorflow[and-cuda]``
7) *Optional*: Set up the pre-commit hooks with ``pip install pre-commit`` and ``pre-commit install``
Recommended Citation
====================
Update with current version and DOI:
Brandon Benton, Grant Buster, Guilherme Pimenta Castelao, Malik Hassanaly, Pavlo Pinchuk, Slater Podgorny, Andrew Glaws, and Ryan King. Super Resolution for Renewable Resource Data (sup3r). https://github.com/NREL/sup3r (version v0.2.0), 2024. DOI: 10.5281/zenodo.14042894
Acknowledgments
===============
This work was authored by the National Renewable Energy Laboratory, operated by Alliance for Sustainable Energy, LLC, for the U.S. Department of Energy (DOE) under Contract No. DE-AC36-08GO28308. This research was supported by the Grid Modernization Initiative of the U.S. Department of Energy (DOE) as part of its Grid Modernization Laboratory Consortium, a strategic partnership between DOE and the national laboratories to bring together leading experts, technologies, and resources to collaborate on the goal of modernizing the nation’s grid. Funding provided by the the DOE Office of Energy Efficiency and Renewable Energy (EERE), the DOE Office of Electricity (OE), DOE Grid Deployment Office (GDO), the DOE Office of Fossil Energy and Carbon Management (FECM), and the DOE Office of Cybersecurity, Energy Security, and Emergency Response (CESER), the DOE Advanced Scientific Computing Research (ASCR) program, the DOE Solar Energy Technologies Office (SETO), the DOE Wind Energy Technologies Office (WETO), the United States Agency for International Development (USAID), and the Laboratory Directed Research and Development (LDRD) program at the National Renewable Energy Laboratory. The research was performed using computational resources sponsored by the Department of Energy's Office of Energy Efficiency and Renewable Energy and located at the National Renewable Energy Laboratory. The views expressed in the article do not necessarily represent the views of the DOE or the U.S. Government. The U.S. Government retains and the publisher, by accepting the article for publication, acknowledges that the U.S. Government retains a nonexclusive, paid-up, irrevocable, worldwide license to publish or reproduce the published form of this work, or allow others to do so, for U.S. Government purposes.
Raw data
{
"_id": null,
"home_page": null,
"name": "NREL-sup3r",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "sup3r, NREL",
"author": null,
"author_email": "Brandon Benton <brandon.benton@nrel.gov>",
"download_url": "https://files.pythonhosted.org/packages/63/df/f2ad268c6fa7cb9fe51010bb91260bc0c0f961e2e2597d659d7046c99aca/nrel_sup3r-0.2.2.tar.gz",
"platform": null,
"description": "Welcome to SUP3R!\n\n|Docs| |Tests| |Linter| |PyPi| |PythonV| |Codecov| |Zenodo|\n\n.. |Docs| image:: https://github.com/NREL/sup3r/workflows/Documentation/badge.svg\n :target: https://nrel.github.io/sup3r/\n\n.. |Tests| image:: https://github.com/NREL/sup3r/workflows/Pytests/badge.svg\n :target: https://github.com/NREL/sup3r/actions?query=workflow%3A%22Pytests%22\n\n.. |Linter| image:: https://github.com/NREL/sup3r/workflows/Lint%20Code%20Base/badge.svg\n :target: https://github.com/NREL/sup3r/actions?query=workflow%3A%22Lint+Code+Base%22\n\n.. |PyPi| image:: https://img.shields.io/pypi/pyversions/NREL-sup3r.svg\n :target: https://pypi.org/project/NREL-sup3r/\n\n.. |PythonV| image:: https://badge.fury.io/py/NREL-sup3r.svg\n :target: https://badge.fury.io/py/NREL-sup3r\n\n.. |Codecov| image:: https://codecov.io/gh/nrel/sup3r/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/nrel/sup3r\n\n.. |Zenodo| image:: https://zenodo.org/badge/422324608.svg\n :target: https://zenodo.org/badge/latestdoi/422324608\n\n.. inclusion-intro\n\nThe Super Resolution for Renewable Resource Data (sup3r) software uses\ngenerative adversarial networks to create synthetic high-resolution wind and\nsolar spatiotemporal data from coarse low-resolution inputs. To get started,\ncheck out the sup3r command line interface `(CLI)\n<https://nrel.github.io/sup3r/_cli/sup3r.html#sup3r>`__.\n\nInstalling sup3r\n================\n\nNOTE: The installation instruction below assume that you have python installed\non your machine and are using `conda <https://docs.conda.io/en/latest/index.html>`__\nas your package/environment manager.\n\nOption 1: Install from PIP (recommended for analysts):\n------------------------------------------------------\n\n1. Create a new environment: ``conda create --name sup3r python=3.11``\n\n2. Activate environment: ``conda activate sup3r``\n\n3. Install sup3r: ``pip install NREL-sup3r``\n\n4. Run this if you want to train models on GPUs: ``pip install tensorflow[and-cuda]``\n\n 4.1 For OSX use instead: ``python -m pip install tensorflow-metal``\n\nOption 2: Clone repo (recommended for developers)\n-------------------------------------------------\n\n1. from home dir, ``git clone git@github.com:NREL/sup3r.git``\n\n2. Create ``sup3r`` environment and install package\n 1) Create a conda env: ``conda create -n sup3r``\n 2) Run the command: ``conda activate sup3r``\n 3) ``cd`` into the repo cloned in 1.\n 4) Prior to running ``pip`` below, make sure the branch is correct (install\n from main!)\n 5) Install ``sup3r`` and its dependencies by running:\n ``pip install .`` (or ``pip install -e .`` if running a dev branch\n or working on the source code)\n 6) Run this if you want to train models on GPUs: ``pip install tensorflow[and-cuda]``\n 7) *Optional*: Set up the pre-commit hooks with ``pip install pre-commit`` and ``pre-commit install``\n\nRecommended Citation\n====================\n\nUpdate with current version and DOI:\n\nBrandon Benton, Grant Buster, Guilherme Pimenta Castelao, Malik Hassanaly, Pavlo Pinchuk, Slater Podgorny, Andrew Glaws, and Ryan King. Super Resolution for Renewable Resource Data (sup3r). https://github.com/NREL/sup3r (version v0.2.0), 2024. DOI: 10.5281/zenodo.14042894\n\nAcknowledgments\n===============\n\nThis work was authored\u00a0by the National Renewable Energy Laboratory, operated by Alliance for Sustainable Energy, LLC, for the U.S. Department of Energy (DOE) under Contract No. DE-AC36-08GO28308. This research was supported by the Grid Modernization Initiative of the U.S. Department of Energy (DOE) as part of its Grid Modernization Laboratory Consortium, a strategic partnership between DOE and the national laboratories to bring together leading experts, technologies, and resources to collaborate on the goal of modernizing the nation\u2019s grid. Funding provided by\u00a0the the DOE Office of Energy Efficiency and Renewable Energy (EERE), the DOE Office of Electricity (OE), DOE Grid Deployment Office (GDO), the DOE Office of Fossil Energy and Carbon Management (FECM), and the DOE Office of Cybersecurity, Energy Security, and Emergency Response (CESER), the DOE Advanced Scientific Computing Research (ASCR) program, the DOE Solar Energy Technologies Office (SETO), the DOE Wind Energy Technologies Office (WETO), the United States Agency for International Development (USAID), and the Laboratory Directed Research and Development (LDRD) program at the National Renewable Energy Laboratory. The research was performed using computational resources sponsored by the Department of Energy's Office of Energy Efficiency and Renewable Energy and located at the National Renewable Energy Laboratory. The views expressed in the article do not necessarily represent the views of the DOE or the U.S. Government. The U.S. Government retains and the publisher, by accepting the article for publication, acknowledges that the U.S. Government retains a nonexclusive, paid-up, irrevocable, worldwide license to publish or reproduce the published form of this work, or allow others to do so, for U.S. Government purposes.\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Super Resolving Renewable Resource Data (sup3r)",
"version": "0.2.2",
"project_urls": {
"documentation": "https://nrel.github.io/sup3r/",
"homepage": "https://github.com/NREL/sup3r",
"repository": "https://github.com/NREL/sup3r"
},
"split_keywords": [
"sup3r",
" nrel"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "99ec174679346b99fe3cc05c921bd1ecfb9921969fbfcf4953f053489ed55ec8",
"md5": "fe31e29be26ee2ce99a3dab440c477b8",
"sha256": "5654f723d7f475e3ee037a9bdbc3f67660ce3a06eb9b41a28fcd7447c04dfd6c"
},
"downloads": -1,
"filename": "NREL_sup3r-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fe31e29be26ee2ce99a3dab440c477b8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 310530,
"upload_time": "2025-01-02T23:16:15",
"upload_time_iso_8601": "2025-01-02T23:16:15.924890Z",
"url": "https://files.pythonhosted.org/packages/99/ec/174679346b99fe3cc05c921bd1ecfb9921969fbfcf4953f053489ed55ec8/NREL_sup3r-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "63dff2ad268c6fa7cb9fe51010bb91260bc0c0f961e2e2597d659d7046c99aca",
"md5": "c350a0a49b27a6877b67be6cfefbce59",
"sha256": "a42d3447d6f9ea66045add237c0342913d0b1a1c97f2b0cd536002bdf78d0c2c"
},
"downloads": -1,
"filename": "nrel_sup3r-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "c350a0a49b27a6877b67be6cfefbce59",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 854295,
"upload_time": "2025-01-02T23:16:17",
"upload_time_iso_8601": "2025-01-02T23:16:17.729788Z",
"url": "https://files.pythonhosted.org/packages/63/df/f2ad268c6fa7cb9fe51010bb91260bc0c0f961e2e2597d659d7046c99aca/nrel_sup3r-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-02 23:16:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NREL",
"github_project": "sup3r",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nrel-sup3r"
}