####################
Welcome to MLClouds!
####################
|Docs| |Tests| |Linter| |PyPi| |PythonV| |Codecov| |Zenodo|
.. |Docs| image:: https://github.com/NREL/mlclouds/workflows/Documentation/badge.svg
:target: https://nrel.github.io/mlclouds/
.. |Tests| image:: https://github.com/NREL/mlclouds/workflows/Pytests/badge.svg
:target: https://github.com/NREL/mlclouds/actions?query=workflow%3A%22Pytests%22
.. |Linter| image:: https://github.com/NREL/mlclouds/workflows/Lint%20Code%20Base/badge.svg
:target: https://github.com/NREL/mlclouds/actions?query=workflow%3A%22Lint+Code+Base%22
.. |PyPi| image:: https://img.shields.io/pypi/pyversions/NREL-mlclouds.svg
:target: https://pypi.org/project/NREL-mlclouds/
.. |PythonV| image:: https://badge.fury.io/py/NREL-mlclouds.svg
:target: https://badge.fury.io/py/NREL-mlclouds
.. |Codecov| image:: https://codecov.io/gh/nrel/mlclouds/branch/main/graph/badge.svg
:target: https://codecov.io/gh/nrel/mlclouds
.. |Zenodo| image:: https://zenodo.org/badge/340209614.svg
:target: https://zenodo.org/badge/latestdoi/340209614
.. inclusion-intro
A machine learning approach to predicting missing cloud properties in the National Solar Radiation Database (NSRDB)
-------------------------------------------------------------------------------------------------------------------
The National Solar Radiation Database (NSRDB) is NREL's flagship solar data resource. With over 20 years of high-resolution surface irradiance
data covering most of the western hemisphere, the NSRDB is a crucial public data asset. A fundamental input to accurate surface irradiance in the
NSRDB is high quality cloud property data. Cloud properties are used in radiative transfer calculations and are sourced from satellite imagery.
Improving the accuracy of cloud property inputs is a tractable method for improving the accuracy of the irradiance data in the NSRDB. For example,
in July of 2018, an average location in the Continental United States is missing cloud property data for nearly one quarter of all daylight cloudy timesteps.
This project aims to improve the cloud data inputs to the NSRDB by using machine learning techniques to exploit the NSRDB's massive data resources.
More accurate cloud property input data will yield more accurate surface irradiance data in the NSRDB, providing direct benefit to researchers at NREL
and to public data users everywhere.
Installation
============
It is recommended that you first follow the `install instructions for the NSRDB <https://github.com/NREL/nsrdb>`_.
Then run ``pip install -e .`` from the mlclouds directory containing ``setup.py``.
If you are a developer, also run ``pre-commit install`` in the same directory.
Acknowledgments
===============
This work (SWR-23-77) 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. Funding provided by the DOE
Grid Deployment Office (GDO), 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-mlclouds",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "mlclouds, NREL",
"author": null,
"author_email": "Grant Buster <grant.buster@nrel.gov>, Brandon Benton <brandon.benton@nrel.gov>",
"download_url": null,
"platform": null,
"description": "####################\nWelcome to MLClouds!\n####################\n|Docs| |Tests| |Linter| |PyPi| |PythonV| |Codecov| |Zenodo|\n\n.. |Docs| image:: https://github.com/NREL/mlclouds/workflows/Documentation/badge.svg\n :target: https://nrel.github.io/mlclouds/\n\n.. |Tests| image:: https://github.com/NREL/mlclouds/workflows/Pytests/badge.svg\n :target: https://github.com/NREL/mlclouds/actions?query=workflow%3A%22Pytests%22\n\n.. |Linter| image:: https://github.com/NREL/mlclouds/workflows/Lint%20Code%20Base/badge.svg\n :target: https://github.com/NREL/mlclouds/actions?query=workflow%3A%22Lint+Code+Base%22\n\n.. |PyPi| image:: https://img.shields.io/pypi/pyversions/NREL-mlclouds.svg\n :target: https://pypi.org/project/NREL-mlclouds/\n\n.. |PythonV| image:: https://badge.fury.io/py/NREL-mlclouds.svg\n :target: https://badge.fury.io/py/NREL-mlclouds\n\n.. |Codecov| image:: https://codecov.io/gh/nrel/mlclouds/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/nrel/mlclouds\n\n.. |Zenodo| image:: https://zenodo.org/badge/340209614.svg\n :target: https://zenodo.org/badge/latestdoi/340209614\n\n.. inclusion-intro\n\n\nA machine learning approach to predicting missing cloud properties in the National Solar Radiation Database (NSRDB)\n-------------------------------------------------------------------------------------------------------------------\n\nThe National Solar Radiation Database (NSRDB) is NREL's flagship solar data resource. With over 20 years of high-resolution surface irradiance\ndata covering most of the western hemisphere, the NSRDB is a crucial public data asset. A fundamental input to accurate surface irradiance in the\nNSRDB is high quality cloud property data. Cloud properties are used in radiative transfer calculations and are sourced from satellite imagery.\nImproving the accuracy of cloud property inputs is a tractable method for improving the accuracy of the irradiance data in the NSRDB. For example,\nin July of 2018, an average location in the Continental United States is missing cloud property data for nearly one quarter of all daylight cloudy timesteps.\nThis project aims to improve the cloud data inputs to the NSRDB by using machine learning techniques to exploit the NSRDB's massive data resources.\nMore accurate cloud property input data will yield more accurate surface irradiance data in the NSRDB, providing direct benefit to researchers at NREL\nand to public data users everywhere.\n\nInstallation\n============\n\nIt is recommended that you first follow the `install instructions for the NSRDB <https://github.com/NREL/nsrdb>`_.\nThen run ``pip install -e .`` from the mlclouds directory containing ``setup.py``.\nIf you are a developer, also run ``pre-commit install`` in the same directory.\n\n\nAcknowledgments\n===============\n\nThis work (SWR-23-77) was authored by the National Renewable Energy Laboratory,\noperated by Alliance for Sustainable Energy, LLC, for the U.S. Department of\nEnergy (DOE) under Contract No. DE-AC36-08GO28308. Funding provided by the DOE\nGrid Deployment Office (GDO), the DOE Advanced Scientific Computing Research\n(ASCR) program, the DOE Solar Energy Technologies Office (SETO), the DOE Wind\nEnergy Technologies Office (WETO), the United States Agency for International\nDevelopment (USAID), and the Laboratory Directed Research and Development\n(LDRD) program at the National Renewable Energy Laboratory. The research was\nperformed using computational resources sponsored by the Department of Energy's\nOffice of Energy Efficiency and Renewable Energy and located at the National\nRenewable Energy Laboratory. The views expressed in the article do not\nnecessarily represent the views of the DOE or the U.S. Government. The U.S.\nGovernment retains and the publisher, by accepting the article for publication,\nacknowledges that the U.S. Government retains a nonexclusive, paid-up,\nirrevocable, worldwide license to publish or reproduce the published form of\nthis work, or allow others to do so, for U.S. Government purposes.\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A machine learning approach to predicting missing cloud properties in the National Solar Radiation Database (mlclouds)",
"version": "0.0.5",
"project_urls": {
"documentation": "https://nrel.github.io/mlclouds/",
"homepage": "https://github.com/NREL/mlclouds",
"repository": "https://github.com/NREL/mlclouds"
},
"split_keywords": [
"mlclouds",
" nrel"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "196c26933331130ed2a15f125c91f2a89cf20e1e3aa2db5f72d6b4120e46cc33",
"md5": "b6077baa67e018ca4373f34ac20799c5",
"sha256": "bd3c27d2709c56e3760e7dc341abded816e9c0997a852e354e8984d8ac45874a"
},
"downloads": -1,
"filename": "NREL_mlclouds-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b6077baa67e018ca4373f34ac20799c5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 12417479,
"upload_time": "2024-10-28T11:25:14",
"upload_time_iso_8601": "2024-10-28T11:25:14.015337Z",
"url": "https://files.pythonhosted.org/packages/19/6c/26933331130ed2a15f125c91f2a89cf20e1e3aa2db5f72d6b4120e46cc33/NREL_mlclouds-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 11:25:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NREL",
"github_project": "mlclouds",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "NREL-nsrdb",
"specs": [
[
">=",
"3.0"
]
]
},
{
"name": "NREL-phygnn",
"specs": [
[
">=",
"0.0.24"
]
]
},
{
"name": "tensorflow",
"specs": [
[
">=",
"2.12.0"
],
[
"<=",
"2.15.1"
]
]
}
],
"lcname": "nrel-mlclouds"
}